mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
|
||
|---|---|---|
| .. | ||
| dom_element_schema_registry.ts | ||
| dom_security_schema.ts | ||
| element_schema_registry.ts | ||
| trusted_types_sinks.ts | ||