No sort
aria-haspopup
aria-label
aria-describedby
Пример 1:
<div role="application" aria-labelledby="calendar" aria-describedby="info">
<h1 id="calendar">Calendar</h1>
<p id="info">
This calendar shows the game schedule for the Boston Red Sox.
</p>
<div role="grid">
...
</div>
</div>Пример 2:
<button aria-label="Close" aria-describedby="descriptionClose"
onclick="myDialog.close()">X</button>
...
<div id="descriptionClose">Closing this window will discard any information entered and
return you back to the main page</div>aria-labelledby
aria-controls
aria-expanded
aria-checked
aria-current
aria-live
role=navigation
role=img
role=status
role=menu
role=presentation
role=menuitem
role=menuitemradio
role=menuitemcheckbox
Последнее обновление