blob: 1d3ed6e1541bcbd040825fd633dd9e7251d2c233 [file] [log] [blame]
<!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:param name="dirParam">rtLeft</its:param>
<its:dirRule selector="//h:*[@class=$dirParam]" 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>