diff --git a/docs/data/material/components/slider/slider.md b/docs/data/material/components/slider/slider.md index ee98d4067e5d7f..e473d6375eb37b 100644 --- a/docs/data/material/components/slider/slider.md +++ b/docs/data/material/components/slider/slider.md @@ -103,7 +103,7 @@ Set the `orientation` prop to `"vertical"` to create vertical sliders. The thumb {{"demo": "VerticalSlider.js"}} :::warning -Chrome versions below 124 implements `aria-orientation` incorrectly for vertical sliders and exposes them as `'horizontal'` in the accessibility tree. ([Chromium issue #40736841](https://issues.chromium.org/issues/40736841)) +Chrome versions below 124 implement `aria-orientation` incorrectly for vertical sliders and exposes them as `'horizontal'` in the accessibility tree. ([Chromium issue #40736841](https://issues.chromium.org/issues/40736841)) The `-webkit-appearance: slider-vertical` CSS property can be used to correct this for these older versions, with the trade-off of causing a console warning in newer Chrome versions: