From 4a0346bfcfa39f15555cf5a343914411e79e8136 Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Tue, 19 May 2020 11:07:27 -0700 Subject: [PATCH] [css-color-4] Add the buttonborder, mark, and marktext system colors, per WG resolution. #4924 --- css-color-4/Overview.bs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index 6e1b2987cd3..3e623709e14 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -919,6 +919,8 @@ System Colors
 The face background color for push buttons.
ButtonText
 Text on push buttons. +
ButtonBorder +
 The base border color for push buttons.
Field
 Background of input fields. @@ -930,6 +932,13 @@ System Colors
HighlightText
 Text of item(s) selected in a control. +
Mark +
 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.)