summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/directionality/xml/dir1xml.xml
blob: 8962c0c06e7f3edbdbecd913262d99b515b41d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<text xml:lang="en">
 <head>
  <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
   <its:dirRule dir="rtl" selector="//*[@direction='rtlText']"/>
  </its:rules>
 </head>
 <body>
  <par>In Hebrew, the title <quote xml:lang="he"
   direction="rtlText">פעילות הבינאום, W3C</quote>
   means <quote>Internationalization Activity, W3C</quote>.</par>
 </body>
</text>