aria-attribute-reflection-enumerated.tentative.html (946B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>HTML5 reflection tests: ARIA enumerated attributes</title> 5 </head> 6 7 <body> 8 <!-- tentative: https://github.com/w3c/aria/pull/2484 --> 9 <!-- ARIA attributes which were converted from DOMString to enumerated: 10 - aria-atomic 11 - aria-autocomplete 12 - aria-busy 13 - aria-checked 14 - aria-current 15 - aria-disabled 16 - aria-expanded 17 - aria-haspopup 18 - aria-hidden 19 - aria-invalid 20 - aria-live 21 - aria-modal 22 - aria-multiline 23 - aria-multiselectable 24 - aria-orientation 25 - aria-pressed 26 - aria-readonly 27 - aria-required 28 - aria-selected 29 - aria-sort 30 --> 31 <div id="log"></div> 32 <script src="/resources/testharness.js"></script> 33 <script src=/resources/testharnessreport.js></script> 34 <script src=original-harness.js></script> 35 <script src=new-harness.js></script> 36 <script src=elements-aria-enumerated.js></script> 37 <script src=reflection.js></script> 38 </body> 39 40 </html>