DEV Community

Discussion on: Introduction to ARIA

Collapse
 
francoisaudic profile image
francoisaudic

Very nice, just a little typing error in the end with hidden=true, I think you mean aria-hidden="true".
Also the role "none" is the same as the "presentation" role.
And Developpers shall be careful the use of the "tabindex" attribute with value "-1", which basically put an element out of the tab order.
Or Any value superior to "0", beacause it overwrites the natural tab order.