tor-browser

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

inline-table-valign-001-ref.xht (899B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
      2 <title>CSS Test: Reference for inline-table test</title>
      3 <link rel="author" title="L. David Baron" href="https://dbaron.org/" />
      4 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
      5 <style type="text/css">
      6 span#table { display: inline-table; }
      7 span#cell { display: table-cell; }
      8 span#table, span#rowgroup, span#row, span#cell {
      9   border: 4px solid white;
     10   margin: 3px 0;
     11   border-width: 4px 0;
     12   padding: 9px 0;
     13   border-spacing: 0 5px;
     14 }
     15 span#block { display: block; visibility: hidden; }
     16 </style>
     17 </head>
     18 <body>
     19 <table border=""><tbody><tr><td>
     20         <p>
     21           a<span id="table"><span id="cell">bcd</span></span>e
     22           <span id="block">x</span>
     23         </p>
     24 </td></tr></tbody></table>
     25 
     26 
     27 </body></html>