From 45157e4b660e44c597a2ab10b99396c82702580b Mon Sep 17 00:00:00 2001 From: James Craig Date: Wed, 6 May 2020 23:00:42 -0700 Subject: [PATCH] resolves #834 --- index.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index af4a8de96..f861f42cb 100644 --- a/index.html +++ b/index.html @@ -13491,7 +13491,7 @@

Interface Mixin AccessibilityRole

Interface Mixin AriaAttributes

 			interface mixin AriaAttributes {
-				attribute Element? ariaActiveDescendantElement;
+				
 				attribute DOMString? ariaAtomic;
 				attribute DOMString? ariaAutoComplete;
 				attribute DOMString? ariaBusy;
@@ -13500,28 +13500,28 @@ 

Interface Mixin AriaAttributes

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; @@ -13548,7 +13548,7 @@

ARIA Attribute Reflection

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

- + @@ -13557,28 +13557,28 @@

ARIA Attribute Reflection

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