From 103ec1395a2437bb34a99cf1fa1ee8730cb6c8ec Mon Sep 17 00:00:00 2001 From: Pascal Weyrich Date: Fri, 6 Sep 2024 10:50:51 +0200 Subject: [PATCH] docs(material/progress-spinner): remove legacy prefix (#29701) (cherry picked from commit f4cb9f1526225cc6534742d3fa4f0b2bd5fedbde) --- 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.