tor-browser

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

improperly-contained-annotation-001.html (767B)


      1 <!DOCTYPE html>
      2 
      3 <meta charset="UTF-8">
      4 
      5 <title>CSS Ruby Test: Improperly-contained ruby annotation</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8  <link rel="help" href="https://www.w3.org/TR/css-ruby-1/#ruby-display">
      9  <link rel="help" href="https://www.w3.org/TR/css-ruby-1/#box-fixup">
     10  <link rel="match" href="reference/improperly-contained-annotation-001-ref.html">
     11 
     12  <meta content="This test checks that an improperly-contained ruby annotation is wrapped in an anonymous ruby container.">
     13 
     14  <style>
     15  ruby
     16    {
     17      background-color: lightblue;
     18      font-size: 40px;
     19    }
     20 
     21  rbc
     22    {
     23      display: ruby-base-container;
     24    }
     25  </style>
     26 
     27  <ruby><rbc>B<rt>A</rt></rbc></ruby>