Skip to content

Commit ec25b18

Browse files
committed
[css-color-4] resist fingerrinting with mandated mappings for deprecated system colors w3c#3873
1 parent 3520e5a commit ec25b18

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

css-color-4/Overview.bs

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3582,9 +3582,9 @@ Appendix A: Deprecated CSS System Colors</h2>
35823582
and increase fingerprinting surface, compromising user privacy.
35833583

35843584
User agents must support these keywords,
3585-
but are encouraged to map them to default values
3586-
not based on the user's OS settings
3587-
or match them to appropriate (undeprecated) [=system colors=].
3585+
and to mitigate fingerprinting
3586+
must map them to the (undeprecated) [=system colors=]
3587+
as listed below.
35883588
<strong>Authors must not use these keywords.</strong>
35893589

35903590
The deprecated system colors are represented
@@ -3593,84 +3593,84 @@ Appendix A: Deprecated CSS System Colors</h2>
35933593

35943594
<dl noexport>
35953595
<dt><dfn>ActiveBorder</dfn>
3596-
<dd>Active window border.
3596+
<dd>Active window border. Same as ''ButtonBorder''.
35973597

35983598
<dt><dfn>ActiveCaption</dfn>
3599-
<dd>Active window caption.
3599+
<dd>Active window caption. Same as ''CanvasText''.
36003600

36013601
<dt><dfn>AppWorkspace</dfn>
3602-
<dd>Background color of multiple document interface.
3602+
<dd>Background color of multiple document interface. Same as ''Canvas''.
36033603

36043604
<dt><dfn>Background</dfn>
3605-
<dd>Desktop background.
3605+
<dd>Desktop background. Same as ''Canvas''.
36063606

36073607
<dt><dfn>ButtonHighlight</dfn>
36083608
<dd>The color of the border facing the light source for 3-D elements
3609-
that appear 3-D due to one layer of surrounding border.
3609+
that appear 3-D due to one layer of surrounding border. Same as ''ButtonFace''.
36103610

36113611
<dt><dfn>ButtonShadow</dfn>
36123612
<dd>The color of the border away from the light source for 3-D elements
3613-
that appear 3-D due to one layer of surrounding border.
3613+
that appear 3-D due to one layer of surrounding border. Same as ''ButtonFace''.
36143614

36153615
<dt><dfn>CaptionText</dfn>
3616-
<dd>Text in caption, size box, and scrollbar arrow box.
3616+
<dd>Text in caption, size box, and scrollbar arrow box. Same as ''CanvasText''.
36173617

36183618
<dt><dfn>InactiveBorder</dfn>
3619-
<dd>Inactive window border.
3619+
<dd>Inactive window border. Same as ''ButtonBorder''.
36203620

36213621
<dt><dfn>InactiveCaption</dfn>
3622-
<dd>Inactive window caption.
3622+
<dd>Inactive window caption. Same as ''Canvas''.
36233623

36243624
<dt><dfn>InactiveCaptionText</dfn>
3625-
<dd>Color of text in an inactive caption.
3625+
<dd>Color of text in an inactive caption. Same as ''GrayText''.
36263626

36273627
<dt><dfn>InfoBackground</dfn>
3628-
<dd>Background color for tooltip controls.
3628+
<dd>Background color for tooltip controls. Same as ''Canvas''.
36293629

36303630
<dt><dfn>InfoText</dfn>
3631-
<dd>Text color for tooltip controls.
3631+
<dd>Text color for tooltip controls. Same as ''CanvasText''.
36323632

36333633
<dt><dfn>Menu</dfn>
3634-
<dd>Menu background.
3634+
<dd>Menu background. Same as ''Canvas''.
36353635

36363636
<dt><dfn>MenuText</dfn>
3637-
<dd>Text in menus.
3637+
<dd>Text in menus. Same as ''CanvasText''.
36383638

36393639
<dt><dfn>Scrollbar</dfn>
3640-
<dd>Scroll bar gray area.
3640+
<dd>Scroll bar gray area. Same as ''Canvas''.
36413641

36423642
<dt><dfn>ThreeDDarkShadow</dfn>
36433643
<dd>The color of the darker (generally outer) of the two borders away
36443644
from the light source for 3-D elements that appear 3-D due to two
3645-
concentric layers of surrounding border.
3645+
concentric layers of surrounding border. Same as ''ButtonBorder''.
36463646

36473647
<dt><dfn>ThreeDFace</dfn>
36483648
<dd>The face background color for 3-D elements that appear 3-D due to
3649-
two concentric layers of surrounding border.
3649+
two concentric layers of surrounding border. Same as ''ButtonFace''.
36503650

36513651
<dt><dfn>ThreeDHighlight</dfn>
36523652
<dd>The color of the lighter (generally outer) of the two borders facing
36533653
the light source for 3-D elements that appear 3-D due to two
3654-
concentric layers of surrounding border.
3654+
concentric layers of surrounding border. Same as ''ButtonBorder''.
36553655

36563656
<dt><dfn>ThreeDLightShadow</dfn>
36573657
<dd>The color of the darker (generally inner) of the two borders facing
36583658
the light source for 3-D elements that appear 3-D due to two
3659-
concentric layers of surrounding border.
3659+
concentric layers of surrounding border. Same as ''ButtonBorder''.
36603660

36613661
<dt><dfn>ThreeDShadow</dfn>
36623662
<dd>The color of the lighter (generally inner) of the two borders away
36633663
from the light source for 3-D elements that appear 3-D due to two
3664-
concentric layers of surrounding border.
3664+
concentric layers of surrounding border. Same as 'ButtonBorder'''.
36653665
36663666
<dt><dfn>Window</dfn>
3667-
<dd>Window background.
3667+
<dd>Window background. Same as ''Canvas''.
36683668
36693669
<dt><dfn>WindowFrame</dfn>
3670-
<dd>Window frame.
3670+
<dd>Window frame. Same as ''ButtonBorder''.
36713671
36723672
<dt><dfn>WindowText</dfn>
3673-
<dd>Text in windows.
3673+
<dd>Text in windows. Same as ''CanvasText''.
36743674
</dl>
36753675
36763676

0 commit comments

Comments
 (0)