tor-browser

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

bidi-004.xht (2762B)


      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   <title>CSS Test: The bidi algorithm and inlines in CSS</title>
      5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      6   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/004.html" type="text/html"/>
      7   <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model"/>
      8   <link rel="help" href="http://www.w3.org/TR/css-text-3/#white-space-rules"/>
      9     <!-- Spaces are collapsed, then reordered, then trimmed. -->
     10   <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes"/>
     11 
     12   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
     13   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
     14   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model"/>
     15   <link rel="help" href="http://unicode.org/reports/tr9/"/>
     16   <link rel="help" href="http://www.w3.org/TR/html5/rendering.html#phrasing-content-0"/> <!-- <br> is a bidi paragraph separator -->
     17   <link rel="match" href="bidi-004-ref.xht" />
     18 
     19   <meta name="flags" content="may21 ahem"/>
     20   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     21   <style type="text/css">
     22    div p { width: 28em; border: solid; margin: 1em; padding: 0.5em; background: #FFFFCC; color: black; font: 1em/1 Ahem; }
     23    .test { border: solid; padding: 0.4em 1em; line-height: 3em; }
     24    .control { line-height: 3em; }
     25    .control.start { border-style: solid none solid solid; padding: 0.4em 0 0.4em 1em;  }
     26    .control.middle { border-style: solid none solid none; padding: 0.4em 0 0.4em 0;  }
     27    .control.end { border-style: solid solid solid none; padding: 0.4em 1em 0.4em 0;  }
     28    .a { color: navy; }
     29    .b { color: orange; }
     30   </style>
     31  </head>
     32  <body>
     33   <p> The following two blocks should be identical, including overflow. (Force bidi: &#x05D0;) </p>
     34   <div>
     35    <p>
     36     <span class="control a start">pppp&nbsp;pppX&nbsp;ppXp&nbsp;ppXX&nbsp;pXpp</span><br
     37    /><span class="control b start">pXpX</span>&nbsp;pXXp&nbsp;pXXX&nbsp;Xppp<span class="control a end">&nbsp;XppX</span><br
     38    /><span class="control b end">XpXp&nbsp;XpXX&nbsp;XXpp&nbsp;XXpX&nbsp;XXXp</span>
     39    </p>
     40    <p>
     41     <!-- (note that everything between the RLO to the PDF is backwards) -->
     42                           <!-- line 1...................--> <!-- line 2........................................--> <!-- line 3...................-->
     43     <span class="test a"> pppp pppX ppXp &#x202E; ppXp XXpp XppX </span> pppX XXXp pXXp <span class="test b"> XpXp ppXX XXpX pXpX &#x202C; XXpX XXXp </span>
     44    </p>
     45   </div>
     46  </body>
     47 </html>