tor-browser

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

text-orientation-upright-directionality-001-ref.html (627B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>CSS Reference: text-orientation:upright in sideways-* writing modes</title>
      6 <link rel="author" title="Jonathan Kew" href="mailto:jfkthame@gmail.com">
      7 </head>
      8 <body style="font: 24px sans-serif">
      9 <p>The two sideways-rl lines should be identical:
     10 <div style="writing-mode:sideways-rl">
     11  <p>hello العربي world עברית</p>
     12  <p>hello العربي world עברית</p>
     13 </div>
     14 <p>The two sideways-lr lines should be identical:
     15 <div style="writing-mode:sideways-lr">
     16  <p>hello العربي world עברית</p>
     17  <p>hello العربي world עברית</p>
     18 </div>