Skip to content

Commit ee838fe

Browse files
committed
[css-color-adjust-1] Use 'surface' to distinguish canvas background from what lies underneath. #3949
1 parent abd70c9 commit ee838fe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css-color-adjust-1/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Preferred Color Schemes {#preferred}
8282
(see 'color-scheme'),
8383
the user agent must match the following to the user's preferred [=color scheme=]:
8484

85-
* the initial color of the [=canvas=]
85+
* the color of the [=canvas=] surface
8686
<span class=issue>find what we name this in other specs</span>,
8787
the initial value of the '/color' property,
8888
and the [[css-color-4#css-system-colors|system colors]]
@@ -240,7 +240,8 @@ Effects of the Used Color Scheme {#color-scheme-effect}
240240
to match with the intent of the [=color scheme=].
241241

242242
On the root element,
243-
rendering with a [=color scheme=] additionally must affect the background of the [=canvas=],
243+
rendering with a [=color scheme=] additionally must affect
244+
the surface color of the [=canvas=],
244245
the initial value of the '/color' property,
245246
and the used values of the [[css-color-4#css-system-colors|system colors]],
246247
and should also affect the viewport's scrollbars.

0 commit comments

Comments
 (0)