Open xmedr opened 4 days ago
It's definitely important to read alerts in all contexts. We can adjust the structure of the base template to have the alerts inside of the main
tag, wrap the rest of the body inside a tag with an id like content
, and change the target of the "skip to main content" button to skip to that new body instead. Then we can test whether Edge snaps to the outer main
tag, or the inner content
.
By default, Microsoft Edge's screen reader "Read Aloud" seems to skip directly to the main content of the page and does not provide any settings to prevent this.
From this comment on the main a11y improvements branch: