-
Notifications
You must be signed in to change notification settings - Fork 361
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
Combobox Examples: In high contrast mode the drop down arrow disappears when the field is selected #1331
Labels
bug
Code defects; not for inaccurate prose
Example Page
Related to a page containing an example implementation of a pattern
Milestone
Comments
mcking65
added
bug
Code defects; not for inaccurate prose
Example Page
Related to a page containing an example implementation of a pattern
labels
Feb 14, 2020
Merged
6 tasks
The |
With the change in #1336 it looks like this in Edge with high contrast on: |
It also works in Chrome & Firefox in high contrast mode in #1336 |
Merged
6 tasks
mcking65
added a commit
that referenced
this issue
Mar 9, 2020
…pup control button and make visible in high contrast (pull #1336) Fixes issues #1333 and #1331: * added new name, aria-expanded, and aria-controls to popup control button. * Added regression test for new aria properties on popup control button. * Added documentation for attributes on popup control button. * updated css to support Windows high contrast mode. Co-authored-by: Matt King <a11yThinker@gmail.com> Co-authored-by: Simon Pieters <zcorpan@gmail.com>
michael-n-cooper
pushed a commit
that referenced
this issue
Mar 9, 2020
Combobox examples with listbox popup: Add expanded and controls to popup control button and make visible in high contrast (pull #1336) Fixes issues #1333 and #1331: * added new name, aria-expanded, and aria-controls to popup control button. * Added regression test for new aria properties on popup control button. * Added documentation for attributes on popup control button. * updated css to support Windows high contrast mode. Co-authored-by: Matt King <a11yThinker@gmail.com> Co-authored-by: Simon Pieters <zcorpan@gmail.com>
nschonni
pushed a commit
to nschonni/aria-practices
that referenced
this issue
Mar 17, 2020
Combobox examples with listbox popup: Add expanded and controls to popup control button and make visible in high contrast (pull w3c#1336) Fixes issues w3c#1333 and w3c#1331: * added new name, aria-expanded, and aria-controls to popup control button. * Added regression test for new aria properties on popup control button. * Added documentation for attributes on popup control button. * updated css to support Windows high contrast mode. Co-authored-by: Matt King <a11yThinker@gmail.com> Co-authored-by: Simon Pieters <zcorpan@gmail.com>
carmacleod
pushed a commit
to carmacleod/aria-practices
that referenced
this issue
Mar 31, 2020
…pup control button and make visible in high contrast (pull w3c#1336) Fixes issues w3c#1333 and w3c#1331: * added new name, aria-expanded, and aria-controls to popup control button. * Added regression test for new aria properties on popup control button. * Added documentation for attributes on popup control button. * updated css to support Windows high contrast mode. Co-authored-by: Matt King <a11yThinker@gmail.com> Co-authored-by: Simon Pieters <zcorpan@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Code defects; not for inaccurate prose
Example Page
Related to a page containing an example implementation of a pattern
Per feedback in pull request 1276 from @ZoeBijl about the combobox examples:
In high contrast mode the drop down arrow disappears when the field is selected:
The select state within the dropdown is clear though:
Recommendations from Zoe:
border-radius: .125em;
to the input.The text was updated successfully, but these errors were encountered: