Skip to content

Commit

Permalink
docs(material/progress-spinner): remove legacy prefix (#29701)
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyrich committed Sep 6, 2024
1 parent 917f002 commit f4cb9f1
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 f4cb9f1

Please sign in to comment.