| James Craig | f4f1cbc | 2023-08-16 22:51:04 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>HTML-AAM Generic Role Verification Tests</title> |
| 5 | <script src="/resources/testharness.js"></script> |
| 6 | <script src="/resources/testharnessreport.js"></script> |
| 7 | <script src="/resources/testdriver.js"></script> |
| 8 | <script src="/resources/testdriver-vendor.js"></script> |
| 9 | <script src="/resources/testdriver-actions.js"></script> |
| 10 | <script src="/wai-aria/scripts/aria-utils.js"></script> |
| 11 | </head> |
| 12 | <body> |
| 13 | |
| 14 | |
| 15 | <p>Tests ONLY the <code>generic</code> mappings defined in <a href="https://w3c.github.io/html-aam/">HTML-AAM</a>. Most test names correspond to a unique ID defined in the spec.<p> |
| 16 | |
| 17 | <p>These should remain in alphabetical order by tagname.</p> |
| 18 | |
| 19 | <!-- a -> ./roles-contextual.html --> |
| 20 | <!-- aside -> ./roles-contextual.html --> |
| 21 | <b data-testname="el-b" class="ex-generic">x</b> |
| 22 | <bdi data-testname="el-bdi" class="ex-generic">x</bdi> |
| 23 | <bdo data-testname="el-bdo" class="ex-generic">x</bdo> |
| 24 | <data value="1" data-testname="el-data" class="ex-generic">x</data> |
| 25 | <div open data-testname="el-div" class="ex-generic">x</div> |
| 26 | <!-- footer -> ./roles-contextual.html --> |
| 27 | <!-- header -> ./roles-contextual.html --> |
| 28 | <i data-testname="el-i" class="ex-generic">x</i> |
| James Craig | f4f1cbc | 2023-08-16 22:51:04 | [diff] [blame] | 29 | <pre data-testname="el-pre" class="ex-generic">x</pre> |
| 30 | <q data-testname="el-q" class="ex-generic">x</q> |
| 31 | <samp data-testname="el-samp" class="ex-generic">x</samp> |
| 32 | <!-- section -> ./roles-contextual.html --> |
| 33 | <small data-testname="el-small" class="ex-generic">x</small> |
| 34 | <span data-testname="el-span" class="ex-generic">x</span> |
| 35 | <u data-testname="el-u" class="ex-generic">x</u> |
| 36 | |
| 37 | <script> |
| 38 | AriaUtils.verifyGenericRolesBySelector(".ex-generic"); |
| 39 | </script> |
| 40 | |
| 41 | </body> |
| 42 | </html> |