From 70e024ea805435e97be701fbc29eb2cfa38061ef Mon Sep 17 00:00:00 2001 From: SkyZeroZx <73321943+SkyZeroZx@users.noreply.github.com> Date: Thu, 4 Dec 2025 19:45:02 -0500 Subject: [PATCH] docs: add attribute binding reference in accessibility guide --- adev/src/content/best-practices/a11y.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/adev/src/content/best-practices/a11y.md b/adev/src/content/best-practices/a11y.md index 9fb674e44a7..14e751f5602 100644 --- a/adev/src/content/best-practices/a11y.md +++ b/adev/src/content/best-practices/a11y.md @@ -10,10 +10,8 @@ This page discusses best practices for designing Angular applications that work ## Accessibility attributes - - 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