Bug 1564626 [wpt PR 17530] - Update interfaces/wai-aria.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/wai-aria.idl (#17530)

Source: https://github.com/tidoust/reffy-reports/blob/b3787dc/whatwg/idl/wai-aria.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/550916945
--

wpt-commits: 13b3630dfbea2e842b45a44c523077d0c9d1b08e
wpt-pr: 17530
This commit is contained in:
autofoolip 2019-07-19 18:13:51 +00:00 коммит произвёл James Graham
Родитель 39ea6ec96f
Коммит cb32928e84
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,7 @@ interface mixin AriaAttributes {
attribute DOMString? ariaChecked;
attribute DOMString? ariaColCount;
attribute DOMString? ariaColIndex;
attribute DOMString? ariaColIndexText;
attribute DOMString? ariaColSpan;
attribute FrozenArray<Element>? ariaControlsElements;
attribute DOMString? ariaCurrent;
@ -47,6 +48,7 @@ interface mixin AriaAttributes {
attribute DOMString? ariaRoleDescription;
attribute DOMString? ariaRowCount;
attribute DOMString? ariaRowIndex;
attribute DOMString? ariaRowIndexText;
attribute DOMString? ariaRowSpan;
attribute DOMString? ariaSelected;
attribute DOMString? ariaSetSize;