tor-browser

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

improperly-contained-annotation-001-ref.html (499B)


      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: 40px;
     14    }
     15  </style>
     16 
     17  <ruby><rbc>B<ruby>&#8203;<rt>A</rt></ruby></rbc></ruby>
     18 
     19  <!--
     20 
     21  &#8203; or &#x200B; is the entity reference for zero-wide space.
     22 
     23  MathML uses the entity name &ZeroWidthSpace; for this character.
     24 
     25  -->