diff --git a/content/patterns/slider/examples/slider-rating.html b/content/patterns/slider/examples/slider-rating.html index 69f213ace7..885a5b2747 100644 --- a/content/patterns/slider/examples/slider-rating.html +++ b/content/patterns/slider/examples/slider-rating.html @@ -40,8 +40,7 @@
Following is an example of a rating input that demonstrates the Slider Pattern. - This rating widget employs a slider because number of rating values. - + This rating widget employs a slider because number of rating values, in general when there are more than seven choices consider using the slider pattern.
Similar examples include:
currentcolor
value for the stroke
property of each inline SVG circle
and text
elements.
- If specific colors were used to specify the stroke
and fill
properties, the color of these elements would remain the same in high contrast mode, which could lead to insufficient contrast between them and their background or even make them invisible if their color were to match the high contrast mode background.stroke
and fill
properties, the color of these elements would remain the same in high contrast mode, which could lead to insufficient contrast between them and their background or even make them invisible if their color were to match the high contrast mode background.forced-color-adjust
property set to the value auto
for the currentcolor
value to be updated in high contrast modes.
Some browsers do not use auto
for the default value.