tor-browser

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

box-properties-3-ref.html (478B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4  <meta charset="UTF-8">
      5  <title>Bug 1055667 - Box properties on ruby boxes</title>
      6  <link rel="stylesheet" href="common.css">
      7 </head>
      8 <body style="line-height: 5">
      9  <ruby>
     10    <rbc>
     11      <rb style="background: aqua; outline: 8px solid teal; margin: 16px;">base1</rb>
     12    </rbc><rbc></rbc>
     13    <rtc>
     14      <rt style="outline: 8px solid purple;"><span style="background: fuchsia">text1</span></rt>
     15    </rtc>
     16  </ruby>
     17 </body>
     18 </html>