When Modal opens the focus goes to the title #5840
Labels
comp: accessibility
Issues related to accessibility in general
rfc
Similar to the RFC that are used in React.js, Ember.js, Gatsby.js and Rust, but to mark problems tha
There is a new example patter on WCAG 2.2:
https://www.w3.org/WAI/WCAG22/Techniques/html/H102
Example 1: A dialog to sign up to a mailing list
"In this example the h1 element will receive focus because it has a tabindex="-1" attribute"
I think it will probably fit well with clay modal since we had some reports from some browsers and SR combination where user has not a correct read, moving the focus to the heading the SR will read the title correctly for sure.
The text was updated successfully, but these errors were encountered: