tor-browser

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

ltr-span-only-ib.xht (691B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: Bidi box model test 8</title>
      5   <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
      6   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
      7   <link rel="match" href="right-ltr-ref.xht"/>
      8   <style type="text/css"><![CDATA[
      9       .r { direction: rtl; }
     10       .l { direction: ltr; }
     11       span { border: 2px solid; padding: 0 10px 0 5px; margin: 0 60px 0 30px; }
     12   ]]></style>
     13   </head>
     14   <body>
     15     <div class="r"><span class="l">One<div></div>Two</span></div>
     16   </body>
     17 </html>