Landmark name examples
Two main nodes with unique aria-label - Correct
TestTest
Two main nodes with unique title - Correct
TestSome
Two main nodes with aria-label set to the same text - Fail
TestMike
Two main nodes with no accessible name - Fail
TestTest
Two main nodes with one lacking an accessible name - Fail
TestTest
Two nav nodes with unique aria-label - Correct
Two nav nodes with unique title - Correct
Two nav nodes with aria-label set to the same text - Fail
Two nav nodes with no accessible name - Fail
Two nav nodes with one lacking an accessible name - Fail
Two aside nodes with unique aria-label - Correct
Two aside nodes with unique title - Correct
Two aside nodes with aria-label set to the same text - Fail
Two aside nodes with no accessible name - Fail
Two aside nodes with one lacking an accessible name - Fail