|
143 | 143 |
|
144 | 144 | preProcess: [ linkCrossReferences ], |
145 | 145 | postProcess: [ ariaAttributeReferences ], |
146 | | - xref: ["dom", "accname", "core-aam-1.2", "infra"], |
| 146 | + xref: ["dom", "accname", "core-aam-1.2", "infra", "HTML"], |
147 | 147 | definitionMap: [] |
148 | 148 | }; |
149 | 149 |
|
@@ -13623,56 +13623,56 @@ <h2>IDL Interface</h2> |
13623 | 13623 | <h2>Interface Mixin <dfn>ARIAMixin</dfn></h2> |
13624 | 13624 | <pre class="idl"> |
13625 | 13625 | interface mixin ARIAMixin { |
13626 | | - attribute DOMString? role; |
13627 | | - attribute Element? ariaActiveDescendantElement; |
13628 | | - attribute DOMString? ariaAtomic; |
13629 | | - attribute DOMString? ariaAutoComplete; |
13630 | | - attribute DOMString? ariaBusy; |
13631 | | - attribute DOMString? ariaChecked; |
13632 | | - attribute DOMString? ariaColCount; |
13633 | | - attribute DOMString? ariaColIndex; |
13634 | | - attribute DOMString? ariaColIndexText; |
13635 | | - attribute DOMString? ariaColSpan; |
13636 | | - attribute FrozenArray<Element>? ariaControlsElements; |
13637 | | - attribute DOMString? ariaCurrent; |
13638 | | - attribute FrozenArray<Element>? ariaDescribedByElements; |
13639 | | - attribute DOMString? ariaDescription; |
13640 | | - attribute FrozenArray<Element>? ariaDetailsElements; |
13641 | | - attribute DOMString? ariaDisabled; |
13642 | | - attribute Element? ariaErrorMessageElement; |
13643 | | - attribute DOMString? ariaExpanded; |
13644 | | - attribute FrozenArray<Element>? ariaFlowToElements; |
13645 | | - attribute DOMString? ariaHasPopup; |
13646 | | - attribute DOMString? ariaHidden; |
13647 | | - attribute DOMString? ariaInvalid; |
13648 | | - attribute DOMString? ariaKeyShortcuts; |
13649 | | - attribute DOMString? ariaLabel; |
13650 | | - attribute FrozenArray<Element>? ariaLabelledByElements; |
13651 | | - attribute DOMString? ariaLevel; |
13652 | | - attribute DOMString? ariaLive; |
13653 | | - attribute DOMString? ariaModal; |
13654 | | - attribute DOMString? ariaMultiLine; |
13655 | | - attribute DOMString? ariaMultiSelectable; |
13656 | | - attribute DOMString? ariaOrientation; |
13657 | | - attribute FrozenArray<Element>? ariaOwnsElements; |
13658 | | - attribute DOMString? ariaPlaceholder; |
13659 | | - attribute DOMString? ariaPosInSet; |
13660 | | - attribute DOMString? ariaPressed; |
13661 | | - attribute DOMString? ariaReadOnly; |
13662 | | - <!-- attribute DOMString? ariaRelevant; --> |
13663 | | - attribute DOMString? ariaRequired; |
13664 | | - attribute DOMString? ariaRoleDescription; |
13665 | | - attribute DOMString? ariaRowCount; |
13666 | | - attribute DOMString? ariaRowIndex; |
13667 | | - attribute DOMString? ariaRowIndexText; |
13668 | | - attribute DOMString? ariaRowSpan; |
13669 | | - attribute DOMString? ariaSelected; |
13670 | | - attribute DOMString? ariaSetSize; |
13671 | | - attribute DOMString? ariaSort; |
13672 | | - attribute DOMString? ariaValueMax; |
13673 | | - attribute DOMString? ariaValueMin; |
13674 | | - attribute DOMString? ariaValueNow; |
13675 | | - attribute DOMString? ariaValueText; |
| 13626 | + [CEReactions] attribute DOMString? role; |
| 13627 | + [CEReactions] attribute Element? ariaActiveDescendantElement; |
| 13628 | + [CEReactions] attribute DOMString? ariaAtomic; |
| 13629 | + [CEReactions] attribute DOMString? ariaAutoComplete; |
| 13630 | + [CEReactions] attribute DOMString? ariaBusy; |
| 13631 | + [CEReactions] attribute DOMString? ariaChecked; |
| 13632 | + [CEReactions] attribute DOMString? ariaColCount; |
| 13633 | + [CEReactions] attribute DOMString? ariaColIndex; |
| 13634 | + [CEReactions] attribute DOMString? ariaColIndexText; |
| 13635 | + [CEReactions] attribute DOMString? ariaColSpan; |
| 13636 | + [CEReactions] attribute FrozenArray<Element>? ariaControlsElements; |
| 13637 | + [CEReactions] attribute DOMString? ariaCurrent; |
| 13638 | + [CEReactions] attribute FrozenArray<Element>? ariaDescribedByElements; |
| 13639 | + [CEReactions] attribute DOMString? ariaDescription; |
| 13640 | + [CEReactions] attribute FrozenArray<Element>? ariaDetailsElements; |
| 13641 | + [CEReactions] attribute DOMString? ariaDisabled; |
| 13642 | + [CEReactions] attribute Element? ariaErrorMessageElement; |
| 13643 | + [CEReactions] attribute DOMString? ariaExpanded; |
| 13644 | + [CEReactions] attribute FrozenArray<Element>? ariaFlowToElements; |
| 13645 | + [CEReactions] attribute DOMString? ariaHasPopup; |
| 13646 | + [CEReactions] attribute DOMString? ariaHidden; |
| 13647 | + [CEReactions] attribute DOMString? ariaInvalid; |
| 13648 | + [CEReactions] attribute DOMString? ariaKeyShortcuts; |
| 13649 | + [CEReactions] attribute DOMString? ariaLabel; |
| 13650 | + [CEReactions] attribute FrozenArray<Element>? ariaLabelledByElements; |
| 13651 | + [CEReactions] attribute DOMString? ariaLevel; |
| 13652 | + [CEReactions] attribute DOMString? ariaLive; |
| 13653 | + [CEReactions] attribute DOMString? ariaModal; |
| 13654 | + [CEReactions] attribute DOMString? ariaMultiLine; |
| 13655 | + [CEReactions] attribute DOMString? ariaMultiSelectable; |
| 13656 | + [CEReactions] attribute DOMString? ariaOrientation; |
| 13657 | + [CEReactions] attribute FrozenArray<Element>? ariaOwnsElements; |
| 13658 | + [CEReactions] attribute DOMString? ariaPlaceholder; |
| 13659 | + [CEReactions] attribute DOMString? ariaPosInSet; |
| 13660 | + [CEReactions] attribute DOMString? ariaPressed; |
| 13661 | + [CEReactions] attribute DOMString? ariaReadOnly; |
| 13662 | + <!-- [CEReactions] attribute DOMString? ariaRelevant; --> |
| 13663 | + [CEReactions] attribute DOMString? ariaRequired; |
| 13664 | + [CEReactions] attribute DOMString? ariaRoleDescription; |
| 13665 | + [CEReactions] attribute DOMString? ariaRowCount; |
| 13666 | + [CEReactions] attribute DOMString? ariaRowIndex; |
| 13667 | + [CEReactions] attribute DOMString? ariaRowIndexText; |
| 13668 | + [CEReactions] attribute DOMString? ariaRowSpan; |
| 13669 | + [CEReactions] attribute DOMString? ariaSelected; |
| 13670 | + [CEReactions] attribute DOMString? ariaSetSize; |
| 13671 | + [CEReactions] attribute DOMString? ariaSort; |
| 13672 | + [CEReactions] attribute DOMString? ariaValueMax; |
| 13673 | + [CEReactions] attribute DOMString? ariaValueMin; |
| 13674 | + [CEReactions] attribute DOMString? ariaValueNow; |
| 13675 | + [CEReactions] attribute DOMString? ariaValueText; |
13676 | 13676 | }; |
13677 | 13677 | </pre> |
13678 | 13678 |
|
|
0 commit comments