-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AriaNotify] Naming for the priority property #2333
Comments
Adding to the agenda to see if anyone has any objection to the current naming for |
I like @scottaohara's suggestion from today's meeting of |
Discussed in today's meeting: https://www.w3.org/2024/12/12-aria-minutes#6c78 |
Thanks @scottaohara and @cookiecrook for raising the potential confusion with I'll leave this issue open for a bit longer in case other opinions come through, but in lieu of other comments, I'll get the explainer updated to reflect the updated naming and close this issue out. |
How about |
@jnurthen those seem reasonable to me, as well. I kind of like the idea of using @cookiecrook @scottaohara or others, any concerns with |
The current design of AriaNotify, as outlined in the spec PR and the explainer, includes a
priority
, which takes on values ofnone
orimportant
.These map closely to the
aria-live
values ofpolite
andassertive
. 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
andassertive
may imply certain assumptions surroundinginterrupt
, which is a separate property in theariaNotify
API.The text was updated successfully, but these errors were encountered: