diff --git a/index.html b/index.html index 26b2122ca..3d02bff48 100644 --- a/index.html +++ b/index.html @@ -13612,62 +13612,64 @@
The following table provides a correspondence between IDL attribute names and content attribute names, for use by ARIAMixin
.
The following table provides a correspondence between IDL attribute names and content attribute names, for use by ARIAMixin
. It also lists their correspondence to value type for informative purposes.
IDL Attribute | Reflected ARIA Content Attribute | |
---|---|---|
role | role | |
ariaActiveDescendantElement | ||
ariaAtomic | ||
ariaAutoComplete | ||
ariaBrailleLabel | ||
ariaBrailleRoleDescription | ||
ariaBusy | ||
ariaChecked | ||
ariaColCount | ||
ariaColIndex | ||
ariaColIndexText | ||
ariaColSpan | ||
ariaControlsElements | ||
ariaCurrent | ||
ariaDescribedByElements | ||
ariaDescription | ||
ariaDetailsElements | ||
ariaDisabled | ||
ariaErrorMessageElements | ||
ariaExpanded | ||
ariaFlowToElements | ||
ariaHasPopup | ||
ariaHidden | ||
ariaInvalid | ||
ariaKeyShortcuts | ||
ariaLabel | ||
ariaLabelledByElements | ||
ariaLevel | ||
ariaLive | ||
ariaModal | ||
ariaMultiLine | ||
ariaMultiSelectable | ||
ariaOrientation | ||
ariaOwnsElements | ||
ariaPlaceholder | ||
ariaPosInSet | ||
ariaPressed | ||
ariaReadOnly | ||
IDL Attribute | Reflected ARIA Content Attribute | Value type (non-normative) |
role | role | token list |
ariaActiveDescendantElement | ID reference list | |
ariaAtomic | true/false | |
ariaAutoComplete | token | |
ariaBrailleLabel | string | |
ariaBrailleRoleDescription | string | |
ariaBusy | true/false | |
ariaChecked | tristate | |
ariaColCount | integer | |
ariaColIndex | integer | |
ariaColIndexText | string | |
ariaColSpan | integer | |
ariaControlsElements | ID reference list | |
ariaCurrent | token | |
ariaDescribedByElements | ID reference list | |
ariaDescription | string | |
ariaDetailsElements | ID reference list | |
ariaDisabled | true/false | |
ariaErrorMessageElements | ID reference list | |
ariaExpanded | true/false/undefined | |
ariaFlowToElements | ID reference list | |
ariaHasPopup | token | |
ariaHidden | true/false/undefined | |
ariaInvalid | token | |
ariaKeyShortcuts | string | |
ariaLabel | string | |
ariaLabelledByElements | ID reference list | |
ariaLevel | integer | |
ariaLive | token | |
ariaModal | true/false | |
ariaMultiLine | true/false | |
ariaMultiSelectable | true/false | |
ariaOrientation | token | |
ariaOwnsElements | ID reference list | |
ariaPlaceholder | string | |
ariaPosInSet | integer | |
ariaPressed | tristate | |
ariaReadOnly | true/false | |
ariaRequired | ||
ariaRoleDescription | ||
ariaRowCount | ||
ariaRowIndex | ||
ariaRowIndexText | ||
ariaRowSpan | ||
ariaSelected | ||
ariaSetSize | ||
ariaSort | ||
ariaValueMax | ||
ariaValueMin | ||
ariaValueNow | ||
ariaValueText | ||
ariaRequired | true/false | |
ariaRoleDescription | string | |
ariaRowCount | integer | |
ariaRowIndex | integer | |
ariaRowIndexText | string | |
ariaRowSpan | integer | |
ariaSelected | true/false/undefined | |
ariaSetSize | integer | |
ariaSort | token | |
ariaValueMax | number | |
ariaValueMin | number | |
ariaValueNow | number | |
ariaValueText | string |
Note: Attributes