diff --git a/index.html b/index.html index 26b2122ca..3d02bff48 100644 --- a/index.html +++ b/index.html @@ -13612,62 +13612,64 @@

Interface Mixin ARIAMixin

ARIA Attribute Correspondence

-

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 AttributeReflected ARIA Content Attribute
rolerole
ariaActiveDescendantElementaria-activedescendant
ariaAtomicaria-atomic
ariaAutoCompletearia-autocomplete
ariaBrailleLabelaria-braillelabel
ariaBrailleRoleDescriptionaria-brailleroledescription
ariaBusyaria-busy
ariaCheckedaria-checked
ariaColCountaria-colcount
ariaColIndexaria-colindex
ariaColIndexTextaria-colindextext
ariaColSpanaria-colspan
ariaControlsElementsaria-controls
ariaCurrentaria-current
ariaDescribedByElementsaria-describedby
ariaDescriptionaria-description
ariaDetailsElementsaria-details
ariaDisabledaria-disabled
ariaErrorMessageElementsaria-errormessage
ariaExpandedaria-expanded
ariaFlowToElementsaria-flowto
ariaHasPopuparia-haspopup
ariaHiddenaria-hidden
ariaInvalidaria-invalid
ariaKeyShortcutsaria-keyshortcuts
ariaLabelaria-label
ariaLabelledByElementsaria-labelledby
ariaLevelaria-level
ariaLivearia-live
ariaModalaria-modal
ariaMultiLinearia-multiline
ariaMultiSelectablearia-multiselectable
ariaOrientationaria-orientation
ariaOwnsElementsaria-owns
ariaPlaceholderaria-placeholder
ariaPosInSetaria-posinset
ariaPressedaria-pressed
ariaReadOnlyaria-readonly
IDL AttributeReflected ARIA Content AttributeValue type (non-normative)
roleroletoken list
ariaActiveDescendantElementaria-activedescendantID reference list
ariaAtomicaria-atomictrue/false
ariaAutoCompletearia-autocompletetoken
ariaBrailleLabelaria-braillelabelstring
ariaBrailleRoleDescriptionaria-brailleroledescriptionstring
ariaBusyaria-busytrue/false
ariaCheckedaria-checkedtristate
ariaColCountaria-colcountinteger
ariaColIndexaria-colindexinteger
ariaColIndexTextaria-colindextextstring
ariaColSpanaria-colspaninteger
ariaControlsElementsaria-controlsID reference list
ariaCurrentaria-currenttoken
ariaDescribedByElementsaria-describedbyID reference list
ariaDescriptionaria-descriptionstring
ariaDetailsElementsaria-detailsID reference list
ariaDisabledaria-disabledtrue/false
ariaErrorMessageElementsaria-errormessageID reference list
ariaExpandedaria-expandedtrue/false/undefined
ariaFlowToElementsaria-flowtoID reference list
ariaHasPopuparia-haspopuptoken
ariaHiddenaria-hiddentrue/false/undefined
ariaInvalidaria-invalidtoken
ariaKeyShortcutsaria-keyshortcutsstring
ariaLabelaria-labelstring
ariaLabelledByElementsaria-labelledbyID reference list
ariaLevelaria-levelinteger
ariaLivearia-livetoken
ariaModalaria-modaltrue/false
ariaMultiLinearia-multilinetrue/false
ariaMultiSelectablearia-multiselectabletrue/false
ariaOrientationaria-orientationtoken
ariaOwnsElementsaria-ownsID reference list
ariaPlaceholderaria-placeholderstring
ariaPosInSetaria-posinsetinteger
ariaPressedaria-pressedtristate
ariaReadOnlyaria-readonlytrue/false
ariaRequiredaria-required
ariaRoleDescriptionaria-roledescription
ariaRowCountaria-rowcount
ariaRowIndexaria-rowindex
ariaRowIndexTextaria-rowindextext
ariaRowSpanaria-rowspan
ariaSelectedaria-selected
ariaSetSizearia-setsize
ariaSortaria-sort
ariaValueMaxaria-valuemax
ariaValueMinaria-valuemin
ariaValueNowaria-valuenow
ariaValueTextaria-valuetext
ariaRequiredaria-requiredtrue/false
ariaRoleDescriptionaria-roledescriptionstring
ariaRowCountaria-rowcountinteger
ariaRowIndexaria-rowindexinteger
ariaRowIndexTextaria-rowindextextstring
ariaRowSpanaria-rowspaninteger
ariaSelectedaria-selectedtrue/false/undefined
ariaSetSizearia-setsizeinteger
ariaSortaria-sorttoken
ariaValueMaxaria-valuemaxnumber
ariaValueMinaria-valueminnumber
ariaValueNowaria-valuenownumber
ariaValueTextaria-valuetextstring

Note: Attributes aria-dropeffect and aria-grabbed were deprecated in ARIA 1.1 and do not have corresponding IDL attributes.