mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix typo by correcting W3 to W3C
(cherry picked from commit 2102bfe5aa)
This commit is contained in:
parent
d5b339c1a3
commit
c9f50b424b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
## What is Angular Aria?
|
||||
|
||||
Building accessible components seems straightforward, but implementing them according to the W3 Accessibility Guidelines requires significant effort and accessibility expertise.
|
||||
Building accessible components seems straightforward, but implementing them according to the W3C Accessibility Guidelines requires significant effort and accessibility expertise.
|
||||
|
||||
Angular Aria is a collection of headless, accessible directives that implement common WAI-ARIA patterns. The directives handle keyboard interactions, ARIA attributes, focus management, and screen reader support. All you have to do is provide the HTML structure, CSS styling, and business logic!
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue