prateekbh / preact-material-components

preact wrapper for "Material Components for the web"
https://material.preactjs.com
MIT License
553 stars 81 forks source link

2.0 dialog axe compliant #1292

Closed kontrollanten closed 5 years ago

kontrollanten commented 5 years ago

Successor of https://github.com/prateekbh/preact-material-components/pull/1289

Before we merge this. From MDN:

But that's just opinions (?), while the specs says that aria-role alertdialog must only be on dialog or section elements, so I guess that's the heaviest part.

cromefire commented 5 years ago

A rule of thumb is that a section should logically appear in the outline of a document.

Well that's given (sort of)

cromefire commented 5 years ago

Thanks!