Skip to content

Commit

Permalink
docs(material/progress-spinner): remove legacy prefix (#29701)
Browse files Browse the repository at this point in the history
(cherry picked from commit f4cb9f1)
  • Loading branch information
pweyrich authored and crisbeto committed Sep 6, 2024
1 parent ed63b4e commit 103ec13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/progress-spinner/progress-spinner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 103ec13

Please sign in to comment.