tor-browser

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

test-live-region-atomic.html (207B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" />
      5  </head>
      6  <body>
      7    <div aria-live="polite" aria-atomic="true" id="container">
      8      The time is
      9      <p>3pm</p>
     10    </div>
     11  </body>
     12 </html>