[csswg-drafts] [css-color-adjust-1] Forced Colors Mode nits (#3860)

BillGoldstein has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-adjust-1] Forced Colors Mode nits ==
In section
3.1. Properties Affected by Forced Colors Mode
<https://drafts.csswg.org/css-color-adjust-1/#forced-colors-properties>

-scrollbar-colors: revert !important;
+scrollbar-color: revert !important;
as it got renamed.

-outline-color: revert !important
+outline-color: revert !important; 
missing semicolon

Consider these, too:
+-webkit-text-fill-color: revert !important;
+-webkit-text-stroke-color: revert !important;
as they're in the compatibility spec <https://compat.spec.whatwg.org/#text-fill-and-stroking>
though they may well be implemented as aliases.


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3860 using your GitHub account

Received on Saturday, 20 April 2019 19:08:52 UTC