We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d009f commit ed03088Copy full SHA for ed03088
src/material/slider/slider.md
@@ -77,3 +77,8 @@ The slider has the following keyboard bindings:
77
78
`MatSlider` uses an internal `<input type="range">` to provide an accessible experience. The input
79
receives focus and it can be labelled using `aria-label` or `aria-labelledby`.
80
+
81
+Make sure the colors of the active and inactive track of the `MatSlider` meet
82
+at least a 3:1 contrast ratio with the background. This can be achieved through
83
+changing the active or inactive track colors or showing tick marks on the
84
+track that have at least a 3:1 color contrast ratio with the background.
0 commit comments