You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also mentioned in the (now closed) issue with initial accessibility recommendations, see #297 point 5:
You will have to support Windows High Contrast Mode in your controls, including the SVGs for the buttons. Luckily, this may not be very hard for single-color SVGs as the fill can be defined via a media query.
Windows high contrast mode removes, among other things, any background and box-shadow. Here's an example on Windows 10 and IE 11 with some text selected:
Overall, the interface is visible but the biggest issue is the focus style. All the ones based on box-shadow are not visible, including, for example, some important controls in the toolbar and all the sidebar panels.
For many other controls, the focus indication is actually given only by the text of the tooltip:
As mentioned in the Trac ticket, and as a long term goal, it would be great to switch to a new focus style not exclusively built with box-shadow. Note: borders and outlines are visible in high contrast mode.
The text was updated successfully, but these errors were encountered:
Follow up to #1562 (comment) and complementing a similar ticket open on the core Trac, see https://core.trac.wordpress.org/ticket/41286
Also mentioned in the (now closed) issue with initial accessibility recommendations, see #297 point 5:
Windows high contrast mode removes, among other things, any background and box-shadow. Here's an example on Windows 10 and IE 11 with some text selected:
Overall, the interface is visible but the biggest issue is the focus style. All the ones based on box-shadow are not visible, including, for example, some important controls in the toolbar and all the sidebar panels.
For many other controls, the focus indication is actually given only by the text of the tooltip:
As mentioned in the Trac ticket, and as a long term goal, it would be great to switch to a new focus style not exclusively built with box-shadow. Note: borders and outlines are visible in high contrast mode.
The text was updated successfully, but these errors were encountered: