tor-browser

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

floats-in-table-caption-001-ref.html (476B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="author" title="David Grogan" href="dgrogan@chromium.org">
      4 <link rel="help" href="https://www.w3.org/TR/CSS22/tables.html#model">
      5 <title>
      6 Caption block containers are rendered same as normal block boxes
      7 </title>
      8 
      9 <p>
     10 The words floated and inline should be legible below, with inline appearing just
     11 to the right of the border surrounding floated.
     12 </p>
     13 
     14 <div style="float:left; border: 1px solid black;">
     15  floated
     16 </div>
     17 inline