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 @@

Mozilla System Color Extensions

-moz-Combobox
-

{{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.

-moz-ComboboxText
-

{{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.

-moz-Dialog
@@ -1122,15 +1122,15 @@

Mozilla System Color Extensions

-moz-dragtargetzone
-moz-EvenTreeRow
-

{{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.

-moz-html-CellHighlight
-

{{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.

-moz-html-CellHighlightText
-

{{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.

-moz-mac-accentdarkestshadow
-moz-mac-accentdarkshadow
@@ -1141,11 +1141,9 @@

Mozilla System Color Extensions

-moz-mac-accentregularshadow
-moz-mac-chrome-active
-

{{Gecko_minversion_inline("1.9.1")}}

-moz-mac-chrome-inactive
-

{{Gecko_minversion_inline("1.9.1")}}

-moz-mac-focusring
-moz-mac-menuselect
@@ -1161,7 +1159,7 @@

Mozilla System Color Extensions

-moz-MenuBarText
-

{{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.

-moz-MenuBarHoverText
@@ -1169,29 +1167,27 @@

Mozilla System Color Extensions

-moz-nativehyperlinktext
-

{{Gecko_minversion_inline("1.9.1")}} Default platform hyperlink color.

+

Default platform hyperlink color.

-moz-OddTreeRow
-

{{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.

-moz-win-communicationstext
-

{{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;.

-moz-win-mediatext
-

{{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.

-moz-win-accentcolor
-

{{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.

-moz-win-accentcolortext
-

{{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.

@@ -1205,11 +1201,11 @@

Mozilla Color Preference Extensions
-moz-default-background-color
-

{{Gecko_minversion_inline("5.0")}} User's preference for the document background color.

+

User's preference for the document background color.

-moz-default-color
-

{{Gecko_minversion_inline("5.0")}} User's preference for the text color.

+

User's preference for the text color.

-moz-hyperlinktext
@@ -1223,11 +1219,11 @@

Mozilla Color Preference Extensions

Interpolation

-

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.

Accessibility considerations

-

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.

Examples