landmarks icon indicating copy to clipboard operation
landmarks copied to clipboard

Allows you to navigate a web page via WAI-ARIA landmarks, using the keyboard or a pop-up menu

Results 32 landmarks issues
Sort by recently updated
recently updated
newest added

This will stop it from "guessing" if an element is a navigation or main element if the element has the aria role of 'navigation' or 'main'. It won't need to...

When a `` or `` element appears inside of a `` element (with implicit `role=main`), the extension (correctly) does not consider it a landmark. When a `` or `` element...

- [ ] Should closed `` elements containing landmarks have those landmarks show up, according to the spec? (I doubt it...) - [ ] How do ATs handle the above?...

enhancement

When a native HTML modal dialog element is open, browsers hide the content on the underlying page from assistive technology. For example: VoiceOver, NVDA, and JAWS will only list content...

bug

https://github.com/matatk/landmarks/blob/1ef7cbd194ecbfc8516c40961b90965c71dbe2f6/.gitignore#L13

bug

I've had accessibility concerns about this for some time, but if this is not updated by the end of 2022, the extension will stop working, so now's the time to...

upstream

Hello, in the last year the custom elements come up and more and more websites and web apps contains web components with shadow doms. With the small code extension, shadow...

The threshold for the font colour decision requires font sizes to be expressed in points, but the rest of the codebase and UI takes the font size as being in...

bug

Hi, I maintain a very similar extension called [a11y-outline](https://github.com/xi/a11y-outline/). I split the underlying code into a separate library called [aria-api](https://github.com/xi/aria-api/). As these projects are very similar in scope, I think...

enhancement

Hi @matatk, Happy to see you keep this plugin alive! I have an application that runs inside of an iframe. When I test the standalone iframe in my dev environment,...

enhancement