@@ -87,9 +87,7 @@ Preferred Color Schemes {#preferred}
8787 for user interface elements.
8888 This <dfn export>color scheme</dfn> is typically reflected in the user agent's rendering
8989 of its navigation interface as well as in-page interface elements
90- such as form controls and scrollbars,
91- and is expected to also be reflected
92- in the values of the CSS [=system colors=] .
90+ such as form controls and scrollbars.
9391
9492 A UA can also allow the user to indicate a preference
9593 for the [=color scheme=] of the pages they view,
@@ -151,8 +149,7 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
151149 These values are negotiated with the user's preferences,
152150 resulting in a <dfn export>used color scheme</dfn>
153151 that affects things such as
154- the default colors of form controls and scrollbars
155- as well as the used values of the [[css-color-4#css-system-colors|CSS system colors]] .
152+ the default colors of form controls and scrollbars.
156153 (See [[#color-scheme-effect]] .)
157154
158155 Note: Because many pages were authored before color scheme support existed,
@@ -333,7 +330,6 @@ Effects of the Used Color Scheme {#color-scheme-effect}
333330 For all elements,
334331 the user agent must match the following to the [=used color scheme=] :
335332
336- * the used value of the [[css-color-4#css-system-colors|system colors]]
337333 * the default colors of scrollbars and other interaction UI
338334 * the default colors of form controls and other "specially-rendered" elements
339335 * the default colors of other browser-provided UI, such as "spellcheck" underlines
0 commit comments