From 5213ed6da64cb603a1f733d81fab274b68d59cc1 Mon Sep 17 00:00:00 2001 From: Chris Lilley Date: Mon, 27 Nov 2023 14:07:20 -0500 Subject: [PATCH] [css-color-4][editorial] Put system colors in alphabetical order. Helps when checking for complete WPT coverage. --- css-color-4/Overview.bs | 71 +++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 39 deletions(-) diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index e085793b16fd..f91137943180 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -1805,54 +1805,47 @@ System Colors The <> keywords are defined as follows:
-
Canvas -
 Background of application content or documents. -
CanvasText -
 Text in application content or documents. -
LinkText -
 Text in non-active, non-visited links. For light backgrounds, traditionally blue. -
VisitedText -
 Text in visited links. For light backgrounds, traditionally purple. +
AccentColor +
 Background of accented user interface controls. +
AccentColorText +
 Text of accented user interface controls.
ActiveText -
 Text in active links. For light backgrounds, traditionally red. - +
 Text in active links. For light backgrounds, traditionally red. +
ButtonBorder +
 The base border color for push buttons.
ButtonFace -
 The face background color for push buttons. +
 The face background color for push buttons.
ButtonText -
 Text on push buttons. -
ButtonBorder -
 The base border color for push buttons. - +
 Text on push buttons. +
Canvas +
 Background of application content or documents. +
CanvasText +
 Text in application content or documents.
Field -
 Background of input fields. +
 Background of input fields.
FieldText -
 Text in input fields. - +
 Text in input fields. +
GrayText +
 Disabled text. + (Often, but not necessarily, gray.)
Highlight -
 Background of selected text, for example from ::selection. +
 Background of selected text, for example from ::selection.
HighlightText -
 Text of selected text. - -
SelectedItem -
 Background of selected items, for example a selected checkbox. -
SelectedItemText -
 Text of selected items. - +
 Text of selected text. +
LinkText +
 Text in non-active, non-visited links. For light backgrounds, traditionally blue.
Mark -
 Background of text that has been specially marked - (such as by the HTML <{mark}> element). +
 Background of text that has been specially marked + (such as by the HTML <{mark}> element).
MarkText -
 Text that has been specially marked - (such as by the HTML <{mark}> element). - -
GrayText -
 Disabled text. - (Often, but not necessarily, gray.) - -
AccentColor -
 Background of accented user interface controls. -
AccentColorText -
 Text of accented user interface controls. +
 Text that has been specially marked + (such as by the HTML <{mark}> element). +
SelectedItem +
 Background of selected items, for example a selected checkbox. +
SelectedItemText +
 Text of selected items. +
VisitedText +
 Text in visited links. For light backgrounds, traditionally purple.