summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/directionality/html/dir2html.html
blob: 562676dcfc0d07a677b63bfab76e83d64b4366b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset=utf-8>
    <title>Directionality</title>
    <script type="application/its+xml">
     <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0">
      <its:dirRule selector="//h:*[@class='rtLeft']" dir="rtl" />
     </its:rules>
    </script> 
  </head>
  <body>
    <p>In Hebrew, the title <q lang="he"
     class="rtLeft">פעילות הבינאום, W3C</q>
     means "Internationalization Activity, W3C".</p>
  </body>
</html>