tor-browser

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

roles-properties-supported-gridcell-aria-readonly-true.html (537B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5      <title>&lt;div&gt; with role gridcell; supported state or property "aria-readonly" value of "true"</title>
      6   </head>
      7   <body>
      8      <div role="grid">
      9         <div role="row">
     10            <div id="test" role="gridcell" aria-readonly="true">Placeholder content</div>
     11            <div id="obj1" role="gridcell">obj1</div>
     12            <div id="obj2" role="gridcell">obj2</div>
     13         </div>
     14      </div>
     15   </body>
     16 </html>