tor-browser

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

intra-base-white-space-001-ref.html (516B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reference File</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <style>
     10  ruby
     11    {
     12      background-color: lightblue;
     13      font-size: 60px;
     14    }
     15  </style>
     16 
     17  <ruby>
     18 
     19    <rb>b</rb><rt>a</rt><rb>&nbsp;</rb><rt></rt><rb>c</rb><rt>a</rt><rb>d&nbsp;</rb><rt>a</rt><rb>e</rb><rt>a</rt>
     20 
     21  </ruby>
     22 
     23  <!--
     24 
     25  |[ a ]|[  ]|[ a ]|  [ a ]  |[ a ]|
     26  |[ b ]|[ws]|[ c ]|[ d ][ws]|[ e ]|
     27 
     28  -->