diff --git a/ARIA/apg/practices/high-contrast/high-contrast-practice.md b/ARIA/apg/practices/high-contrast/high-contrast-practice.md index 700a6e0d..04f7d0b1 100644 --- a/ARIA/apg/practices/high-contrast/high-contrast-practice.md +++ b/ARIA/apg/practices/high-contrast/high-contrast-practice.md @@ -188,27 +188,27 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
The forced-colors
CSS media query provides a means for components to use the color preferences of people with visual impairments. When the user chooses a high contrast setting in their operating system, browsers set forced-colors
property to active
. CSS media queries change component colors to use operating system specified values using <system-colors>
CSS data types. The advantage of using forced-colors
over currentcolor
is the ability to set a background color and to uniquely define colors for borders, outlines and text content.
OS | @@ -244,27 +244,27 @@ if (enableSidebar) document.body.classList.add('has-sidebar');|||
---|---|---|---|
macOS 14.4 | Invert Colors: Off (default) | -+ | |
macOS 14.4 | Invert Colors: on | -+ | |
Windows 11 | Contrast Theme: none (default) | -+ | |
Windows 11 | Contrast Theme: Night sky | -+ | |
Windows 11 | Contrast Theme: Desert | -+ |