From 221cae6e84a34683386c5490522d59ebfc2d2b05 Mon Sep 17 00:00:00 2001 From: Pascal Weyrich Date: Fri, 6 Sep 2024 08:23:50 +0200 Subject: [PATCH] docs(material/progress-spinner): remove legacy prefix --- src/material/progress-spinner/progress-spinner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/progress-spinner/progress-spinner.md b/src/material/progress-spinner/progress-spinner.md index 5b4d4111020f..0ca04cd24e6a 100644 --- a/src/material/progress-spinner/progress-spinner.md +++ b/src/material/progress-spinner/progress-spinner.md @@ -19,7 +19,7 @@ In "indeterminate" mode, the `value` property is ignored. ### Accessibility -`MatLegacyProgressSpinner` implements the ARIA `role="progressbar"` pattern. By default, the spinner +`MatProgressSpinner` implements the ARIA `role="progressbar"` pattern. By default, the spinner sets `aria-valuemin` to `0` and `aria-valuemax` to `100`. Avoid changing these values, as this may cause incompatibility with some assistive technology.