mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c05cf4145b
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)
Angular
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT