Add aria-placeholder for combobox role#2726
Add aria-placeholder for combobox role#2726FabasoftAccessibility wants to merge 1 commit intomainfrom
Conversation
✅ Deploy Preview for wai-aria ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
🚀 Deployed on https://deploy-preview-2726--wai-aria.netlify.app |
fbea1de to
366eb36
Compare
| <li><pref>aria-errormessage</pref></li> | ||
| <li><pref>aria-haspopup</pref></li> | ||
| <li><sref>aria-invalid</sref></li> | ||
| <li><sref>aria-placeholder</sref></li> |
There was a problem hiding this comment.
per my comments in the issue that prompted this PR, does just adding the attribute without any caveats about usage make sense?
i still don't see the practical use here (nor is there support) for a select-only combobox that isn't based on a text input field
There was a problem hiding this comment.
+1, I think adding this should be coupled with something in (probably) Core AAM on how it's handled when the aria-placeholder string matches the current text content, which is how I assume a select-only-combobox's placeholder would be actually authored to render.
🚀 Netlify Preview:
🔄 this PR updates the following sspecs:
Closes #2689
Add aria-placeholder as a property of the combobox.
Test, Documentation and Implementation tracking
Once this PR has been reviewed and has consensus from the working group, tests should be written and issues should be opened on browsers. Add N/A and check when not applicable.