Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e67bcea

Browse files
cookiecrookjnurthen
andcommitted
add [CEReactions] to IDL. (#1766)
* add [CEReactions] to IDL. Co-authored-by: James Nurthen <jnurthen@users.noreply.github.com>
1 parent 032fe93 commit e67bcea

1 file changed

Lines changed: 51 additions & 51 deletions

File tree

index.html

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143

144144
preProcess: [ linkCrossReferences ],
145145
postProcess: [ ariaAttributeReferences ],
146-
xref: ["dom", "accname", "core-aam-1.2", "infra"],
146+
xref: ["dom", "accname", "core-aam-1.2", "infra", "HTML"],
147147
definitionMap: []
148148
};
149149

@@ -13623,56 +13623,56 @@ <h2>IDL Interface</h2>
1362313623
<h2>Interface Mixin <dfn>ARIAMixin</dfn></h2>
1362413624
<pre class="idl">
1362513625
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&lt;Element&gt;? ariaControlsElements;
13637-
attribute DOMString? ariaCurrent;
13638-
attribute FrozenArray&lt;Element&gt;? ariaDescribedByElements;
13639-
attribute DOMString? ariaDescription;
13640-
attribute FrozenArray&lt;Element&gt;? ariaDetailsElements;
13641-
attribute DOMString? ariaDisabled;
13642-
attribute Element? ariaErrorMessageElement;
13643-
attribute DOMString? ariaExpanded;
13644-
attribute FrozenArray&lt;Element&gt;? ariaFlowToElements;
13645-
attribute DOMString? ariaHasPopup;
13646-
attribute DOMString? ariaHidden;
13647-
attribute DOMString? ariaInvalid;
13648-
attribute DOMString? ariaKeyShortcuts;
13649-
attribute DOMString? ariaLabel;
13650-
attribute FrozenArray&lt;Element&gt;? 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&lt;Element&gt;? 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&lt;Element&gt;? ariaControlsElements;
13637+
[CEReactions] attribute DOMString? ariaCurrent;
13638+
[CEReactions] attribute FrozenArray&lt;Element&gt;? ariaDescribedByElements;
13639+
[CEReactions] attribute DOMString? ariaDescription;
13640+
[CEReactions] attribute FrozenArray&lt;Element&gt;? ariaDetailsElements;
13641+
[CEReactions] attribute DOMString? ariaDisabled;
13642+
[CEReactions] attribute Element? ariaErrorMessageElement;
13643+
[CEReactions] attribute DOMString? ariaExpanded;
13644+
[CEReactions] attribute FrozenArray&lt;Element&gt;? 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&lt;Element&gt;? 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&lt;Element&gt;? 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;
1367613676
};
1367713677
</pre>
1367813678

0 commit comments

Comments
 (0)