Skip to content

Commit

Permalink
Update interfaces/wai-aria.idl (#16463)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip authored and foolip committed May 10, 2019
1 parent 228d51a commit 9d1d7d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions interfaces/wai-aria.idl
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,35 @@ interface mixin AccessibilityRole {
Element includes AccessibilityRole;

interface mixin AriaAttributes {
attribute DOMString? ariaActiveDescendant;
attribute Element? ariaActiveDescendantElement;
attribute DOMString? ariaAtomic;
attribute DOMString? ariaAutoComplete;
attribute DOMString? ariaBusy;
attribute DOMString? ariaChecked;
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;
Expand Down

0 comments on commit 9d1d7d2

Please sign in to comment.