tor-browser

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

bidi-008b.xht (2039B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
      3  <head>
      4 
      5   <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and display: table; </title>
      6   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      7   <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-07-01 -->
      8   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/008.html" type="text/html"/>
      9   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
     10   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
     11   <link rel="help" href="http://www.w3.org/TR/css-text-3/#letter-spacing-property"/>
     12   <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model"/>
     13   <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes"/>
     14   <link rel="help" href="http://unicode.org/reports/tr9/"/>
     15   <link rel="match" href="bidi-008b-ref.xht" />
     16 
     17   <style type="text/css">
     18    div p { display: table; margin: 1em; padding: 0.75em; background: black; color: yellow; font: 2em/1 serif; letter-spacing: 1em; }
     19    .one, .c, .j, .e { color: aqua; }
     20    .two, .i, .d, .k, .b { color: fuchsia; }
     21   </style>
     22  </head>
     23  <body>
     24   <p> The following two blocks should be identical, including overflow. (Force bidi: &#x05D0;) </p>
     25   <div>
     26    <p class="reference"><span class="a">a</span><span class="b">b</span><span class="c">c</span><span class="d">d</span><span class="e">e</span><span class="f">f</span><span class="g">g</span><span class="h">h</span><span class="i">i</span><span class="j">j</span><span class="k">k</span><span class="l">l</span><span class="m">m</span></p>
     27    <p class="test">a&#x202E;l&#x202D;<span class="one">c&#x202E;j&#x202D;e&#x202E;</span>h&#x202D;g&#x202C;f<span class="two">&#x202C;i&#x202C;d&#x202C;k&#x202C;b</span>&#x202C;m</p>
     28   </div>
     29  </body>
     30 </html>