From f75a9c7b125768106d990a79d5adba96773b4ea9 Mon Sep 17 00:00:00 2001 From: James Craig Date: Wed, 13 Jul 2022 11:52:53 -0700 Subject: [PATCH 1/2] add [CEReactions] to IDL. Resolves #1242 --- index.html | 100 ++++++++++++++++++++++++++--------------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/index.html b/index.html index a48b4f084..dcd617a65 100644 --- a/index.html +++ b/index.html @@ -13611,56 +13611,56 @@

IDL Interface

Interface Mixin ARIAMixin

 			interface mixin ARIAMixin {
-				attribute DOMString? role;
-				attribute Element? ariaActiveDescendantElement;
-				attribute DOMString? ariaAtomic;
-				attribute DOMString? ariaAutoComplete;
-				attribute DOMString? ariaBusy;
-				attribute DOMString? ariaChecked;
-				attribute DOMString? ariaColCount;
-				attribute DOMString? ariaColIndex;
-				attribute DOMString? ariaColIndexText;
-				attribute DOMString? ariaColSpan;
-				attribute FrozenArray<Element>? ariaControlsElements;
-				attribute DOMString? ariaCurrent;
-				attribute FrozenArray<Element>? ariaDescribedByElements;
-				attribute DOMString? ariaDescription;
-				attribute FrozenArray<Element>? ariaDetailsElements;
-				attribute DOMString? ariaDisabled;
-				attribute Element? ariaErrorMessageElement;
-				attribute DOMString? ariaExpanded;
-				attribute FrozenArray<Element>? ariaFlowToElements;
-				attribute DOMString? ariaHasPopup;
-				attribute DOMString? ariaHidden;
-				attribute DOMString? ariaInvalid;
-				attribute DOMString? ariaKeyShortcuts;
-				attribute DOMString? ariaLabel;
-				attribute FrozenArray<Element>? ariaLabelledByElements;
-				attribute DOMString? ariaLevel;
-				attribute DOMString? ariaLive;
-				attribute DOMString? ariaModal;
-				attribute DOMString? ariaMultiLine;
-				attribute DOMString? ariaMultiSelectable;
-				attribute DOMString? ariaOrientation;
-				attribute FrozenArray<Element>? ariaOwnsElements;
-				attribute DOMString? ariaPlaceholder;
-				attribute DOMString? ariaPosInSet;
-				attribute DOMString? ariaPressed;
-				attribute DOMString? ariaReadOnly;
-				
-				attribute DOMString? ariaRequired;
-				attribute DOMString? ariaRoleDescription;
-				attribute DOMString? ariaRowCount;
-				attribute DOMString? ariaRowIndex;
-				attribute DOMString? ariaRowIndexText;
-				attribute DOMString? ariaRowSpan;
-				attribute DOMString? ariaSelected;
-				attribute DOMString? ariaSetSize;
-				attribute DOMString? ariaSort;
-				attribute DOMString? ariaValueMax;
-				attribute DOMString? ariaValueMin;
-				attribute DOMString? ariaValueNow;
-				attribute DOMString? ariaValueText;
+				[CEReactions] attribute DOMString? role;
+				[CEReactions] attribute Element? ariaActiveDescendantElement;
+				[CEReactions] attribute DOMString? ariaAtomic;
+				[CEReactions] attribute DOMString? ariaAutoComplete;
+				[CEReactions] attribute DOMString? ariaBusy;
+				[CEReactions] attribute DOMString? ariaChecked;
+				[CEReactions] attribute DOMString? ariaColCount;
+				[CEReactions] attribute DOMString? ariaColIndex;
+				[CEReactions] attribute DOMString? ariaColIndexText;
+				[CEReactions] attribute DOMString? ariaColSpan;
+				[CEReactions] attribute FrozenArray<Element>? ariaControlsElements;
+				[CEReactions] attribute DOMString? ariaCurrent;
+				[CEReactions] attribute FrozenArray<Element>? ariaDescribedByElements;
+				[CEReactions] attribute DOMString? ariaDescription;
+				[CEReactions] attribute FrozenArray<Element>? ariaDetailsElements;
+				[CEReactions] attribute DOMString? ariaDisabled;
+				[CEReactions] attribute Element? ariaErrorMessageElement;
+				[CEReactions] attribute DOMString? ariaExpanded;
+				[CEReactions] attribute FrozenArray<Element>? ariaFlowToElements;
+				[CEReactions] attribute DOMString? ariaHasPopup;
+				[CEReactions] attribute DOMString? ariaHidden;
+				[CEReactions] attribute DOMString? ariaInvalid;
+				[CEReactions] attribute DOMString? ariaKeyShortcuts;
+				[CEReactions] attribute DOMString? ariaLabel;
+				[CEReactions] attribute FrozenArray<Element>? ariaLabelledByElements;
+				[CEReactions] attribute DOMString? ariaLevel;
+				[CEReactions] attribute DOMString? ariaLive;
+				[CEReactions] attribute DOMString? ariaModal;
+				[CEReactions] attribute DOMString? ariaMultiLine;
+				[CEReactions] attribute DOMString? ariaMultiSelectable;
+				[CEReactions] attribute DOMString? ariaOrientation;
+				[CEReactions] attribute FrozenArray<Element>? ariaOwnsElements;
+				[CEReactions] attribute DOMString? ariaPlaceholder;
+				[CEReactions] attribute DOMString? ariaPosInSet;
+				[CEReactions] attribute DOMString? ariaPressed;
+				[CEReactions] attribute DOMString? ariaReadOnly;
+				
+				[CEReactions] attribute DOMString? ariaRequired;
+				[CEReactions] attribute DOMString? ariaRoleDescription;
+				[CEReactions] attribute DOMString? ariaRowCount;
+				[CEReactions] attribute DOMString? ariaRowIndex;
+				[CEReactions] attribute DOMString? ariaRowIndexText;
+				[CEReactions] attribute DOMString? ariaRowSpan;
+				[CEReactions] attribute DOMString? ariaSelected;
+				[CEReactions] attribute DOMString? ariaSetSize;
+				[CEReactions] attribute DOMString? ariaSort;
+				[CEReactions] attribute DOMString? ariaValueMax;
+				[CEReactions] attribute DOMString? ariaValueMin;
+				[CEReactions] attribute DOMString? ariaValueNow;
+				[CEReactions] attribute DOMString? ariaValueText;
 			};
 		
From a8dbc9d21ae5c1dd6d7f54293e255ea7530785f9 Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Wed, 24 Aug 2022 16:53:04 -0700 Subject: [PATCH 2/2] add xref HTML fro CEReactions reference --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index dcd617a65..0e515e507 100644 --- a/index.html +++ b/index.html @@ -143,7 +143,7 @@ preProcess: [ linkCrossReferences ], postProcess: [ ariaAttributeReferences ], - xref: ["dom", "accname", "core-aam-1.2", "infra"], + xref: ["dom", "accname", "core-aam-1.2", "infra", "HTML"], definitionMap: [] };