tor-browser

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

interlinear-block-margin-box.html (490B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-ruby/#interlinear-block">
      3 <link rel="mismatch" href="interlinear-block-margin-box-ref.html">
      4 <title>padding/border/margin should affect block-axis positioning</title>
      5 <body>
      6 
      7 <div>
      8 <ruby>base<rt style="padding-bottom: 5px;">annotation</ruby>
      9 </div>
     10 
     11 <div>
     12 <ruby>base<rt style="border-bottom: 7px solid transparent">annotation</ruby>
     13 </div>
     14 
     15 <div>
     16 <ruby>base<rt style="margin-bottom: 11px">annotation</ruby>
     17 </div>
     18 </body>