@@ -731,30 +731,35 @@ CSS System Colors</h3>
731731 These names are case-insensitive and shown here with mixed capitalization for legibility.
732732
733733 <dl id="system-color-values" data-dfn-type="value" dfn-for="<system-color> ">
734- <dt> <dfn>ActiveText</dfn>
735- <dd> Text in active links.
736- <dt> <dfn>ButtonFace</dfn>
737- <dd> The face background color for push buttons.
738- <dt> <dfn>ButtonText</dfn>
739- <dd> Text on push buttons.
740734 <dt> <dfn>Canvas</dfn>
741735 <dd> Background of application content or documents.
742- <dt> <dfn>Field</dfn>
743- <dd> Background of input fields.
744- <dt> <dfn>FieldText</dfn>
745- <dd> Text in input fields.
746- <dt> <dfn>GrayText</dfn>
747- <dd> Grayed (disabled) text. This color is set to #000 if the current display driver does not support a solid gray color.
748- <dt> <dfn>Highlight</dfn>
749- <dd> Background of item(s) selected in a control.
736+ <dt> <dfn>Text</dfn>
737+ <dd> Text in application content or documents.
738+
750739 <dt> <dfn>HighlightText</dfn>
751740 <dd> Text of item(s) selected in a control.
741+ <dt> <dfn>Highlight</dfn>
742+ <dd> Background of item(s) selected in a control.
743+
752744 <dt> <dfn>LinkText</dfn>
753745 <dd> Text in non-active, non-visited links.
754- <dt> <dfn>Text</dfn>
755- <dd> Text in application content or documents.
756746 <dt> <dfn>VisitedText</dfn>
757747 <dd> Text in visited links.
748+ <dt> <dfn>ActiveText</dfn>
749+ <dd> Text in active links.
750+
751+ <dt> <dfn>Field</dfn>
752+ <dd> Background of input fields.
753+ <dt> <dfn>FieldText</dfn>
754+ <dd> Text in input fields.
755+
756+ <dt> <dfn>ButtonFace</dfn>
757+ <dd> The face background color for push buttons.
758+ <dt> <dfn>ButtonText</dfn>
759+ <dd> Text on push buttons.
760+
761+ <dt> <dfn>GrayText</dfn>
762+ <dd> Grayed (disabled) text. This color is set to #000 if the current display driver does not support a solid gray color.
758763 </dl>
759764
760765 Earlier versions of CSS defined additional <<system-color>> s,
0 commit comments