From e76b633b3aab535ea5957d0e23d116b14f257de2 Mon Sep 17 00:00:00 2001 From: Alice Boxhall Date: Wed, 9 Jan 2019 09:58:38 +1100 Subject: [PATCH] Use element reflection for IDREF/IDREF list --- index.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index f5f8f4c9a..c51d79f89 100644 --- a/index.html +++ b/index.html @@ -11747,7 +11747,7 @@

Interface Mixin AccessibilityRole

Interface Mixin AriaAttributes

 			interface mixin AriaAttributes {
-				attribute DOMString? ariaActiveDescendant;
+				attribute Element? ariaActiveDescendantElement;
 				attribute DOMString? ariaAtomic;
 				attribute DOMString? ariaAutoComplete;
 				attribute DOMString? ariaBusy;
@@ -11755,27 +11755,27 @@ 

Interface Mixin AriaAttributes

attribute DOMString? ariaColCount; attribute DOMString? ariaColIndex; attribute DOMString? ariaColSpan; - attribute DOMString? ariaControls; + attribute FrozenArray<Element>? ariaControlsElements; attribute DOMString? ariaCurrent; - attribute DOMString? ariaDescribedBy; - attribute DOMString? ariaDetails; + attribute FrozenArray<Element>? ariaDescribedByElements; + attribute Element? ariaDetailsElement; attribute DOMString? ariaDisabled; - attribute DOMString? ariaErrorMessage; + attribute Element? ariaErrorMessageElement; attribute DOMString? ariaExpanded; - attribute DOMString? ariaFlowTo; + attribute FrozenArray<Element>? ariaFlowToElements; attribute DOMString? ariaHasPopup; attribute DOMString? ariaHidden; attribute DOMString? ariaInvalid; attribute DOMString? ariaKeyShortcuts; attribute DOMString? ariaLabel; - attribute DOMString? ariaLabelledBy; + attribute FrozenArray<Element>? ariaLabelledByElements; attribute DOMString? ariaLevel; attribute DOMString? ariaLive; attribute DOMString? ariaModal; attribute DOMString? ariaMultiLine; attribute DOMString? ariaMultiSelectable; attribute DOMString? ariaOrientation; - attribute DOMString? ariaOwns; + attribute FrozenArray<Element>? ariaOwnsElements; attribute DOMString? ariaPlaceholder; attribute DOMString? ariaPosInSet; attribute DOMString? ariaPressed; @@ -11801,7 +11801,7 @@

ARIA Attribute Reflection

User agents MUST reflect the following content attributes to each of the corresponding IDL attributes.

- + @@ -11809,27 +11809,27 @@

ARIA Attribute Reflection

- + - - + + - + - + - + - +
IDL AttributeReflected ARIA Content Attribute
ariaActiveDescendantaria-activedescendant
ariaActiveDescendantElementaria-activedescendant
ariaAtomicaria-atomic
ariaAutoCompletearia-autocomplete
ariaBusyaria-busy
ariaColCountaria-colcount
ariaColIndexaria-colindex
ariaColSpanaria-colspan
ariaControlsaria-controls
ariaControlsElementsaria-controls
ariaCurrentaria-current
ariaDescribedByaria-describedby
ariaDetailsaria-details
ariaDescribedByElementsaria-describedby
ariaDetailsElementaria-details
ariaDisabledaria-disabled
ariaErrorMessagearia-errormessage
ariaErrorMessageElementaria-errormessage
ariaExpandedaria-expanded
ariaFlowToaria-flowto
ariaFlowToElementsaria-flowto
ariaHasPopuparia-haspopup
ariaHiddenaria-hidden
ariaInvalidaria-invalid
ariaKeyShortcutsaria-keyshortcuts
ariaLabelaria-label
ariaLabelledByaria-labelledby
ariaLabelledByElementsaria-labelledby
ariaLevelaria-level
ariaLivearia-live
ariaModalaria-modal
ariaMultiLinearia-multiline
ariaMultiSelectablearia-multiselectable
ariaOrientationaria-orientation
ariaOwnsaria-owns
ariaOwnsElementsaria-owns
ariaPlaceholderaria-placeholder
ariaPosInSetaria-posinset
ariaPressedaria-pressed