Difference between revisions of "ARIA Listbox"
Jump to navigation
Jump to search
(Created page with "<html> <body> <div tabindex="0" aria-activedescendant="l1"> <div>Mac</div> <div>Windows</div> <div>Linux</div> </div> </body> </html>") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<body> | <body> | ||
− | <div tabindex="0" aria-activedescendant="l1"> | + | <div tabindex="0" aria-activedescendant="l1" role="listbox"> |
− | <div>Mac</div> | + | <div role="option">Mac</div> |
− | <div>Windows</div> | + | <div role="option">Windows</div> |
− | <div>Linux</div> | + | <div role="option">Linux</div> |
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 01:33, 30 August 2014
Mac
Windows
Linux