Skip to content

Commit 70e024e

Browse files
SkyZeroZxalxhub
authored andcommitted
docs: add attribute binding reference in accessibility guide
1 parent c9cba99 commit 70e024e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • adev/src/content/best-practices

adev/src/content/best-practices/a11y.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ This page discusses best practices for designing Angular applications that work
1010

1111
## Accessibility attributes
1212

13-
<!-- TODO: add link once attribute binding guide is implemented -->
14-
1513
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.
16-
Use attribute binding template syntax to control the values of accessibility-related attributes.
14+
Use [attribute binding](guide/templates/binding#binding-dynamic-properties-and-attributes) template syntax to control the values of accessibility-related attributes.
1715

1816
### ARIA attributes and properties
1917

0 commit comments

Comments
 (0)