tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

dir-role.tentative.html (944B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4  <title>HTML-AAM dir Element Role Verification Test</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>Tentative test for the expected role mappings of the obsolete <code>dir</code> element.
     16  The computedrole mappings are defined in <a href="https://w3c.github.io/html-aam/">HTML-AAM</a>.<p>
     17 
     18 <p>Merge the outcome of this test into roles.html in the appropriate alphabetical order, when it is no longer considered tentative:</p>
     19 
     20 <dir data-testname="el-dir" data-expectedrole="list" class="ex"><li>x</li><li>x</li></dir>
     21 
     22 
     23 <script>
     24 AriaUtils.verifyRolesBySelector(".ex");
     25 </script>
     26 
     27 </body>
     28 </html>