tor-browser

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

stack-floats-README (802B)


      1 Tests 001 to 004 are tests of CSS2, section 9.5, normative paragraph 6:
      2 
      3 # A float can overlap other boxes in the normal flow (e.g., when a
      4 # normal flow box next to a float has negative margins). When an
      5 # inline box overlaps with a float, the content, background, and
      6 # borders of the inline box are rendered in front of the float. When a
      7 # block box overlaps, the background and borders of the block box are
      8 # rendered behind the float and are only be visible where the box is
      9 # transparent. The content of the block box is rendered in front of
     10 # the float.
     11  -- http://www.w3.org/TR/REC-CSS2/visuren.html#floats
     12 
     13 
     14 For some of these tests you will need Todd Fahrner's Ahem font, which
     15 you can download from:
     16 
     17    http://www.hixie.ch/resources/fonts/
     18 
     19 Versions for Mac, Unix and Windows are available.