diff --git a/files/en-us/web/css/color_value/index.html b/files/en-us/web/css/color_value/index.html index d955b022fa85829..52a2b5af4466ae2 100644 --- a/files/en-us/web/css/color_value/index.html +++ b/files/en-us/web/css/color_value/index.html @@ -1105,11 +1105,11 @@
{{Gecko_minversion_inline("1.9.2")}} Background color for combo-boxes. Should be used with the -moz-ComboboxText
foreground color. In versions prior to 1.9.2, use -moz-Field
instead.
Background color for combo-boxes. Should be used with the -moz-ComboboxText
foreground color. In versions prior to 1.9.2, use -moz-Field
instead.
{{Gecko_minversion_inline("1.9.2")}} Text color for combo-boxes. Should be used with the -moz-Combobox
background color. In versions prior to 1.9.2, use -moz-FieldText
instead.
Text color for combo-boxes. Should be used with the -moz-Combobox
background color. In versions prior to 1.9.2, use -moz-FieldText
instead.
{{gecko_minversion_inline("1.9")}} Background color for even-numbered rows in a tree. Should be used with the -moz-FieldText
foreground color. In Gecko versions prior to 1.9, use -moz-Field
. See also -moz-OddTreeRow
.
Background color for even-numbered rows in a tree. Should be used with the -moz-FieldText
foreground color. In Gecko versions prior to 1.9, use -moz-Field
. See also -moz-OddTreeRow
.
{{gecko_minversion_inline("1.9")}} Background color for highlighted item in HTML {{HTMLElement("select")}}s. Should be used with the -moz-html-CellHighlightText
foreground color. Prior to Gecko 1.9, use -moz-CellHighlight
.
Background color for highlighted item in HTML {{HTMLElement("select")}}s. Should be used with the -moz-html-CellHighlightText
foreground color. Prior to Gecko 1.9, use -moz-CellHighlight
.
{{gecko_minversion_inline("1.9")}} Text color for highlighted items in HTML {{HTMLElement("select")}}s. Should be used with the -moz-html-CellHighlight
background color. Prior to Gecko 1.9, use -moz-CellHighlightText
.
Text color for highlighted items in HTML {{HTMLElement("select")}}s. Should be used with the -moz-html-CellHighlight
background color. Prior to Gecko 1.9, use -moz-CellHighlightText
.
{{Gecko_minversion_inline("1.9.1")}}
{{Gecko_minversion_inline("1.9.1")}}
{{Gecko_minversion_inline("1.9.2")}} Text color in menu bars. Often similar to MenuText
. Should be used on top of Menu
background.
Text color in menu bars. Often similar to MenuText
. Should be used on top of Menu
background.
{{Gecko_minversion_inline("1.9.1")}} Default platform hyperlink color.
+Default platform hyperlink color.
{{gecko_minversion_inline("1.9")}} Background color for odd-numbered rows in a tree. Should be used with the -moz-FieldText
foreground color. In Gecko versions prior to 1.9, use -moz-Field
. See also -moz-EvenTreeRow
.
Background color for odd-numbered rows in a tree. Should be used with the -moz-FieldText
foreground color. In Gecko versions prior to 1.9, use -moz-Field
. See also -moz-EvenTreeRow
.
{{gecko_minversion_inline("1.9")}} Should be used for text in objects with {{cssxref("-moz-appearance")}}: -moz-win-communications-toolbox;
.
Should be used for text in objects with {{cssxref("appearance")}}: -moz-win-communications-toolbox;
.
{{gecko_minversion_inline("1.9")}} Should be used for text in objects with {{cssxref("-moz-appearance")}}: -moz-win-media-toolbox
.
Should be used for text in objects with {{cssxref("appearance")}}: -moz-win-media-toolbox
.
{{gecko_minversion_inline("56")}}
Used to access the Windows 10 custom accent color that you can set on the start menu, taskbar, title bars, etc.
{{gecko_minversion_inline("56")}}
- Used to access the color of text placed over the Windows 10 custom accent color in the start menu, taskbar, title bars, etc.
Used to access the color of text placed over the Windows 10 custom accent color in the start menu, taskbar, title bars, etc.
{{Gecko_minversion_inline("5.0")}} User's preference for the document background color.
+User's preference for the document background color.
{{Gecko_minversion_inline("5.0")}} User's preference for the text color.
+User's preference for the text color.
In animations and gradients, <color>
values are interpolated on each of their red, green, and blue components. Each component is interpolated as a real, floating-point number. Note that interpolation of colors happens in the alpha-premultiplied sRGBA color space to prevent unexpected gray colors from appearing. In animations, the interpolation's speed is determined by the timing function.
In animations and gradients, <color>
values are interpolated on each of their red, green, and blue components. Each component is interpolated as a real, floating-point number. Note that interpolation of colors happens in the alpha-premultiplied sRGBA color space to prevent unexpected gray colors from appearing. In animations, the interpolation's speed is determined by the timing function.
Some people have difficulty distinguishing colors. The WCAG 2.0 recommendation strongly advises against using color as the only means of conveying a specific message, action, or result. See Color and color contrast for more information.
+Some people have difficulty distinguishing colors. The WCAG 2.0 recommendation strongly advises against using color as the only means of conveying a specific message, action, or result. See Color and color contrast for more information.