tor-browser

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

dir4html.html (575B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4    <meta charset=utf-8>
      5    <title>Directionality</title>
      6    <script type="application/its+xml">
      7 <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0">
      8 <its:param name="dirParam">rtLeft</its:param>
      9 <its:dirRule selector="//h:*[@class=$dirParam]" dir="rtl" />
     10 </its:rules>
     11    </script> 
     12  </head>
     13  <body>
     14    <p>In Hebrew, the title <q lang="he"
     15     class="rtLeft">פעילות הבינאום, W3C</q>
     16     means "Internationalization Activity, W3C".</p>
     17  </body>
     18 </html>