angular/packages/compiler/src/schema
Danny Koppenhagen c05cf4145b refactor(core): render additional WAI-ARIA 1.3 property bindings as attributes
Support additional ARIA properties from Accessible Rich Internet Applications (WAI-ARIA) version 1.3.

| attribute | property |
|-----------|----------|
| `aria-activedescendant`           | `ariaActiveDescendantElement` |
| `aria-colindextext`           | `ariaColIndexText` |
| `aria-controls`           | `ariaControlsElements ` |
| `aria-describeyby`           | `ariaDescribedByElements ` |
| `aria-description`           | `ariaDescription` |
| `aria-details`           | `ariaDetailsElements ` |
| `aria-errormessage`           | `ariaErrorMessageElements ` |
| `aria-flowto`           | `ariaFlowToElements ` |
| `aria-labelledby`           | `ariaLabelledByElements ` |
| `aria-owns`           | `ariaOwnsElements ` |
| `aria-rowindextext`           | `ariaRowIndexText ` |

closes #64847

(cherry picked from commit c3e82fb2d5)
2025-11-11 14:09:02 -08:00
..
dom_element_schema_registry.ts refactor(core): render additional WAI-ARIA 1.3 property bindings as attributes 2025-11-11 14:09:02 -08:00
dom_security_schema.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
element_schema_registry.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
trusted_types_sinks.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00