tor-browser

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

doc_treeupdate_imagemap.html (696B)


      1 <html>
      2  <head>
      3    <meta charset="utf-8"/>
      4    <title>Tree Update Imagemap Test</title>
      5  </head>
      6  <body id="body">
      7    <map name="atoz_map" id="map">
      8      <area href="http://www.bbc.co.uk/radio4/atoz/index.shtml#b"
      9            coords="17,0,30,14" alt="b" shape="rect">
     10    </map>
     11 
     12    <div id="container">
     13      <img id="imgmap" width="447" height="15"
     14           usemap="#atoz_map"
     15           src="http://example.com/a11y/accessible/tests/mochitest/letters.gif"><!--
     16      Important: no whitespace between the <img> and the </div>, so we
     17      don't end up with textframes there, because those would be reflected
     18      in our accessible tree in some cases.
     19      --></div>
     20  </body>
     21 </html>