Skip to content

Commit 80782a4

Browse files
authored
Editorial: add valuetype column to ariamixin correspondance table (#2105)
1 parent c91b7eb commit 80782a4

File tree

1 file changed

+66
-3
lines changed

1 file changed

+66
-3
lines changed

index.html

Lines changed: 66 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16773,9 +16773,72 @@

Interface Mixin ARIAMixin

1677316773
[CEReactions] attribute DOMString? ariaValueNow;
1677416774
[CEReactions] attribute DOMString? ariaValueText;
1677516775
};
16776-
Element includes ARIAMixin;
16777-
16778-
>
16776+
Element includes ARIAMixin;
16777+
16778+
16779+
16780+

ARIA Attribute Correspondence

16781+

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.

16782+
16783+
16784+
IDL AttributeReflected ARIA Content AttributeValue type (non-normative)
16785+
roleroletoken list
16786+
ariaActiveDescendantElementaria-activedescendantID reference list
16787+
ariaAtomicaria-atomictrue/false
16788+
ariaAutoCompletearia-autocompletetoken
16789+
ariaBrailleLabelaria-braillelabelstring
16790+
ariaBrailleRoleDescriptionaria-brailleroledescriptionstring
16791+
ariaBusyaria-busytrue/false
16792+
ariaCheckedaria-checkedtristate
16793+
ariaColCountaria-colcountinteger
16794+
ariaColIndexaria-colindexinteger
16795+
ariaColIndexTextaria-colindextextstring
16796+
ariaColSpanaria-colspaninteger
16797+
ariaControlsElementsaria-controlsID reference list
16798+
ariaCurrentaria-currenttoken
16799+
ariaDescribedByElementsaria-describedbyID reference list
16800+
ariaDescriptionaria-descriptionstring
16801+
ariaDetailsElementsaria-detailsID reference list
16802+
ariaDisabledaria-disabledtrue/false
16803+
16804+
ariaErrorMessageElementsaria-errormessageID reference list
16805+
ariaExpandedaria-expandedtrue/false/undefined
16806+
ariaFlowToElementsaria-flowtoID reference list
16807+
16808+
ariaHasPopuparia-haspopuptoken
16809+
ariaHiddenaria-hiddentrue/false/undefined
16810+
ariaInvalidaria-invalidtoken
16811+
ariaKeyShortcutsaria-keyshortcutsstring
16812+
ariaLabelaria-labelstring
16813+
ariaLabelledByElementsaria-labelledbyID reference list
16814+
ariaLevelaria-levelinteger
16815+
ariaLivearia-livetoken
16816+
ariaModalaria-modaltrue/false
16817+
ariaMultiLinearia-multilinetrue/false
16818+
ariaMultiSelectablearia-multiselectabletrue/false
16819+
ariaOrientationaria-orientationtoken
16820+
ariaOwnsElementsaria-ownsID reference list
16821+
ariaPlaceholderaria-placeholderstring
16822+
ariaPosInSetaria-posinsetinteger
16823+
ariaPressedaria-pressedtristate
16824+
ariaReadOnlyaria-readonlytrue/false
16825+
16826+
ariaRequiredaria-requiredtrue/false
16827+
ariaRoleDescriptionaria-roledescriptionstring
16828+
ariaRowCountaria-rowcountinteger
16829+
ariaRowIndexaria-rowindexinteger
16830+
ariaRowIndexTextaria-rowindextextstring
16831+
ariaRowSpanaria-rowspaninteger
16832+
ariaSelectedaria-selectedtrue/false/undefined
16833+
ariaSetSizearia-setsizeinteger
16834+
ariaSortaria-sorttoken
16835+
ariaValueMaxaria-valuemaxnumber
16836+
ariaValueMinaria-valueminnumber
16837+
ariaValueNowaria-valuenownumber
16838+
ariaValueTextaria-valuetextstring
16839+
16840+
16841+

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

1677916842

1678016843

For every IDL attribute idlAttribute defined in ARIAMixin when included on an element:

1678116844

0 commit comments

Comments
 (0)