-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add a11y-related assertions for "items" #771
Comments
Assertions added, they caught one case of improper markup in greenhouse-effect where a slider was nested under a radio button. Im surprised that didn't mess with the traversal order or screen reader experience, but good to prevent. @zepumph are you OK with this change? |
Awesome! Thanks |
Reopening. I like the new assertion:
Much clearer than what formerly appeared in ComboBoxItem and was moved to ComboBox:
Can we use the same (new) assertion in ComboBox? |
Also reopening because this is apparently causing a sim problem. In Slack#developer, @AgustinVallejo asked:
|
Yes, I improved the assertion message in ComboBox. The report in #771 (comment) is the assertion working as hoped and is the case we are trying to prevent. Sorry I didn't catch it first with local testing. |
👍🏻 |
In #768 (comment), I identified this assertion in ComboBoxItem, which was subsequently relocated to ComboBox:
In #768 (comment), @zepumph said:
So assertions related to "items" should likely be added to the follow:
The text was updated successfully, but these errors were encountered: