w3c / aria-practices

WAI-ARIA Authoring Practices Guide (APG)
https://www.w3.org/wai/aria/apg/
Other
1.18k stars 310 forks source link

Removed forced-color-adjust: auto from examples #3023

Closed jongund closed 1 month ago

jongund commented 1 month ago

We may have needed to use forced-color-adjust: auto on examples in the past, but now that auto is the default setting for elements, so we should remove from the 13 examples to reduce any complexity of the examples.

jongund commented 1 month ago

We might need this for SVG elements, since SVG elements may have a inconsistent default values for forced-color-adjust.

jongund commented 1 month ago

I am pretty sure we need this for SVG elements, since there maybe browser inconsistencies in implementation.