tor-browser

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

bidi-007a.xht (2326B)


      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 float: left; </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/007.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-writing-modes-3/#bidi-box-model"/>
     12   <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes"/>
     13   <link rel="help" href="http://unicode.org/reports/tr9/"/>
     14   <link rel="match" href="bidi-007a-ref.xht" />
     15 
     16   <style type="text/css">
     17    div p { float: left; clear: left; margin: 0.5em 1em; padding: 0.75em; background: black; color: yellow; font: 2em/1 serif; }
     18    .one, .c, .j, .e { color: aqua; }
     19    .two, .i, .d, .k, .b { color: fuchsia; }
     20    .one, .two { border: solid; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0.5em; }
     21    .c, .b { border-style: solid none solid solid; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0.5em; }
     22    .j, .k { border-style: solid solid solid none; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0; }
     23    .e, .i, .d { border-style: solid none solid none; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0; }
     24   </style>
     25  </head>
     26  <body>
     27   <p> The following two blocks should be identical, including overflow. (Force bidi: &#x05D0;) </p>
     28   <div>
     29    <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>
     30    <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>
     31   </div>
     32  </body>
     33 </html>