-
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
Editorial: Clarify / make consistent naming steps for HTML form controls #2395
base: main
Are you sure you want to change the base?
Conversation
- Updates the listed inputs and button types to steps more consistent in wording. - incorporates w3c/accname#246 into the label steps for the mentioned form controls - starting to migrate from just using "subtree" to "text equivalent computation of the element's subtree" - as the simple use of 'subtree' has come up in a handful of reviews for html aam naming steps the "other form controls" is not touched in this update - as there are also other pending PRs - re select element - that start breaking that apart.
✅ Deploy Preview for wai-aria ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
keeping in alignment with wording updates in #2395
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks. :)
use the value of the control's `value` attribute.</li> | ||
<li> | ||
For `input type=submit` and `type=reset`: | ||
if the <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a> is still empty, and the `value` attribute is unspecified use the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tiny nit, maybe add comma for readability and consistency
if the <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a> is still empty, and the `value` attribute is unspecified use the | |
if the <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a> is still empty, and the `value` attribute is unspecified, use the |
This should not contain any normative changes
the "other form controls" is not touched in this update - as there are also other pending PRs - re select element - that start breaking that apart.