Re: [csswg-drafts] [css-color-adjust-1] Define what happens to SVG in forced colors mode (#3855)

> Why would that break anything? It doesn't have any effect on <color> values.

It resets `color` and therefore `currentColor` & the ability of `currentColor` to sync according to the forced-color mode.

Currently, if I create an SVG icon and set it `color: purple` and `fill: currentColor`, the fill will change in high contrast mode to the WHCM text color or button color, depending on context.  If you set `forced-color-adjust: none` on the same element, it would stay purple.


-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3855#issuecomment-494497855 using your GitHub account

Received on Tuesday, 21 May 2019 18:06:58 UTC