mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: add attribute binding reference in accessibility guide
This commit is contained in:
parent
c9cba99407
commit
70e024ea80
1 changed files with 1 additions and 3 deletions
|
|
@ -10,10 +10,8 @@ This page discusses best practices for designing Angular applications that work
|
|||
|
||||
## Accessibility attributes
|
||||
|
||||
<!-- TODO: add link once attribute binding guide is implemented -->
|
||||
|
||||
Building accessible web experiences often involves setting [Accessible Rich Internet Applications \(ARIA\) attributes](https://web.dev/learn/accessibility/aria-html/) to provide semantic meaning where it might otherwise be missing.
|
||||
Use attribute binding template syntax to control the values of accessibility-related attributes.
|
||||
Use [attribute binding](guide/templates/binding#binding-dynamic-properties-and-attributes) template syntax to control the values of accessibility-related attributes.
|
||||
|
||||
### ARIA attributes and properties
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue