w3c / aria

Accessible Rich Internet Applications (WAI-ARIA)
https://w3c.github.io/aria/
Other
654 stars 125 forks source link

[AriaNotify] Naming for the priority property #2333

Open alisonmaher opened 2 months ago

alisonmaher commented 2 months ago

The current design of AriaNotify, as outlined in the spec PR and the explainer, includes a priority, which takes on values of none or important.

These map closely to the aria-live values of polite and assertive. Do we want the naming to closely align with these, or do we like that this diverges to help authors in better distinguishing these two features?

My proposal is to keep the naming separate given that polite and assertive may imply certain assumptions surrounding interrupt, which is a separate property in the ariaNotify API.