Update web-platform-tests to revision 0d318188757a9c996e20b82db201fd04de5aa255

This commit is contained in:
James Graham 2015-03-27 09:15:38 +00:00
parent b2a5225831
commit 1a81b18b9f
12321 changed files with 544385 additions and 6 deletions

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>Directionality</title>
</head>
<body>
<p>In Hebrew, the title <q lang="he"
dir="rtl">פעילות הבינאום, W3C</q>
means "Internationalization Activity, W3C".</p>
</body>
</html>

View file

@ -0,0 +1,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>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>Directionality</title>
<link href="dir3htmlrules.xml" rel="its-rules"/>
</head>
<body>
<p>In Hebrew, the title <q lang="he"
class="rtLeft">פעילות הבינאום, W3C</q>
means "Internationalization Activity, W3C".</p>
</body>
</html>

View file

@ -0,0 +1,4 @@
<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>

View file

@ -0,0 +1,18 @@
<!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>

View file

@ -0,0 +1,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>

View file

@ -0,0 +1,11 @@
<text xml:lang="en">
<head>
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0"
xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="dir2xmlrules.xml" />
</head>
<body>
<par>In Hebrew, the title <quote xml:lang="he"
direction="rtlText">פעילות הבינאום, W3C</quote>
means <quote>Internationalization Activity, W3C</quote>.</par>
</body>
</text>

View file

@ -0,0 +1,3 @@
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
<its:dirRule dir="rtl" selector="//*[@direction='rtlText']"/>
</its:rules>

View file

@ -0,0 +1,7 @@
<text xml:lang="en" xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0">
<body>
<par>In Arabic, the title <quote xml:lang="ar"
its:dir="rtl">نشاط التدويل، W3C</quote>
means <quote>Internationalization Activity, W3C</quote>.</par>
</body>
</text>

View file

@ -0,0 +1,6 @@
<text xml:lang="en" xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0">
<body>
<par>In Arabic, the title "<its:span xml:lang="ar" dir="rtl">نشاط التدويل، W3C</its:span>"
means "Internationalization Activity, W3C".</par>
</body>
</text>

View file

@ -0,0 +1,13 @@
<text xml:lang="en">
<head>
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
<its:param name="dirParam">rtlText</its:param>
<its:dirRule dir="rtl" selector="//*[@direction=$dirParam]"/>
</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>

View file

@ -0,0 +1,11 @@
<text xml:lang="en">
<head>
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0"
xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="dir6xmlrules.xml" />
</head>
<body>
<par>In Hebrew, the title <quote xml:lang="he"
direction="rtlText">פעילות הבינאום, W3C</quote>
means <quote>Internationalization Activity, W3C</quote>.</par>
</body>
</text>

View file

@ -0,0 +1,4 @@
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
<its:param name="dirParam">rtlText</its:param>
<its:dirRule dir="rtl" selector="//*[@direction=$dirParam]"/>
</its:rules>