Update web-platform-tests to revision b'7af9d6ec48ab04043a2bea85a3599904a1a19efa'

This commit is contained in:
WPT Sync Bot 2021-02-21 08:20:50 +00:00 committed by Josh Matthews
parent 8050c95e31
commit 87be1008de
2742 changed files with 142451 additions and 40667 deletions

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>arabic-indic, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style: arabic-indic produces numbers up to 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: arabic-indic; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class='test'><ol>
<div><bdi>١. </bdi>١</div>
<div><bdi>٢. </bdi>٢</div>
<div><bdi>٣. </bdi>٣</div>
<div><bdi>٤. </bdi>٤</div>
<div><bdi>٥. </bdi>٥</div>
<div><bdi>٦. </bdi>٦</div>
<div><bdi>٧. </bdi>٧</div>
<div><bdi>٨. </bdi>٨</div>
<div><bdi>٩. </bdi>٩</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>arabic-indic, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-101-ref.html'>
<meta name="assert" content="list-style: arabic-indic produces numbers up to 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: arabic-indic; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,89 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>arabic-indic, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: arabic-indic produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: arabic-indic; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class='test'>
<ol start='10'>
<div><bdi>١٠. </bdi>١٠</div>
<div><bdi>١١. </bdi>١١</div>
<div><bdi>١٢. </bdi>١٢</div>
</ol>
<ol start='43'>
<div><bdi>٤٣. </bdi>٤٣</div>
</ol>
<ol start='77'>
<div><bdi>٧٧. </bdi>٧٧</div>
</ol>
<ol start='80'>
<div><bdi>٨٠. </bdi>٨٠</div>
</ol>
<ol start='99'>
<div><bdi>٩٩. </bdi>٩٩</div>
<div><bdi>١٠٠. </bdi>١٠٠</div>
<div><bdi>١٠١. </bdi>١٠١</div>
</ol>
<ol start='222'>
<div><bdi>٢٢٢. </bdi>٢٢٢</div>
</ol>
<ol start='540'>
<div><bdi>٥٤٠. </bdi>٥٤٠</div>
</ol>
<ol start='999'>
<div><bdi>٩٩٩. </bdi>٩٩٩</div>
<div><bdi>١٠٠٠. </bdi>١٠٠٠</div>
</ol>
<ol start='1005'>
<div><bdi>١٠٠٥. </bdi>١٠٠٥</div>
</ol>
<ol start='1060'>
<div><bdi>١٠٦٠. </bdi>١٠٦٠</div>
</ol>
<ol start='1065'>
<div><bdi>١٠٦٥. </bdi>١٠٦٥</div>
</ol>
<ol start='1800'>
<div><bdi>١٨٠٠. </bdi>١٨٠٠</div>
</ol>
<ol start='1860'>
<div><bdi>١٨٦٠. </bdi>١٨٦٠</div>
</ol>
<ol start='1865'>
<div><bdi>١٨٦٥. </bdi>١٨٦٥</div>
</ol>
<ol start='5865'>
<div><bdi>٥٨٦٥. </bdi>٥٨٦٥</div>
</ol>
<ol start='7005'>
<div><bdi>٧٠٠٥. </bdi>٧٠٠٥</div>
</ol>
<ol start='7800'>
<div><bdi>٧٨٠٠. </bdi>٧٨٠٠</div>
</ol>
<ol start='7864'>
<div><bdi>٧٨٦٤. </bdi>٧٨٦٤</div>
</ol>
<ol start='9999'>
<div><bdi>٩٩٩٩. </bdi>٩٩٩٩</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
The test relies on the start attribute working.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>arabic-indic, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-102-ref.html'>
<meta name="assert" content="list-style-type: arabic-indic produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: arabic-indic; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>arabic-indic, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: arabic-indic produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: arabic-indic; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
<div class='test'><ol>
<div><bdi>١. </bdi>١.</div>
<div><bdi>٢. </bdi>٢.</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>arabic-indic, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-103-ref.html'>
<meta name="assert" content="list-style-type: arabic-indic produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: arabic-indic; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>armenian, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: armenian produces numbers up to 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: armenian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test"><ol>
<div><bdi>Ա. </bdi>Ա</div>
<div><bdi>Բ. </bdi>Բ</div>
<div><bdi>Գ. </bdi>Գ</div>
<div><bdi>Դ. </bdi>Դ</div>
<div><bdi>Ե. </bdi>Ե</div>
<div><bdi>Զ. </bdi>Զ</div>
<div><bdi>Է. </bdi>Է</div>
<div><bdi>Ը. </bdi>Ը</div>
<div><bdi>Թ. </bdi>Թ</div>
</ol></div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-006-ref.html'>
<meta name="assert" content="list-style-type: armenian produces numbers up to 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: armenian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>armenian, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: armenian produces numbers after 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: armenian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol start='10'><div><bdi>Ժ. </bdi>Ժ</div></ol>
<ol start='11'><div><bdi>ԺԱ. </bdi>ԺԱ</div></ol>
<ol start='12'><div><bdi>ԺԲ. </bdi>ԺԲ</div></ol>
<ol start='43'><div><bdi>ԽԳ. </bdi>ԽԳ</div></ol>
<ol start='77'><div><bdi>ՀԷ. </bdi>ՀԷ</div></ol>
<ol start='80'><div><bdi>Ձ. </bdi>Ձ</div></ol>
<ol start='99'><div><bdi>ՂԹ. </bdi>ՂԹ</div></ol>
<ol start='100'><div><bdi>Ճ. </bdi>Ճ</div></ol>
<ol start='101'><div><bdi>ՃԱ. </bdi>ՃԱ</div></ol>
<ol start='222'><div><bdi>ՄԻԲ. </bdi>ՄԻԲ</div></ol>
<ol start='540'><div><bdi>ՇԽ. </bdi>ՇԽ</div></ol>
<ol start='999'><div><bdi>ՋՂԹ. </bdi>ՋՂԹ</div></ol>
<ol start='1000'><div><bdi>Ռ. </bdi>Ռ</div></ol>
<ol start='1005'><div><bdi>ՌԵ. </bdi>ՌԵ</div></ol>
<ol start='1060'><div><bdi>ՌԿ. </bdi>ՌԿ</div></ol>
<ol start='1065'><div><bdi>ՌԿԵ. </bdi>ՌԿԵ</div></ol>
<ol start='1800'><div><bdi>ՌՊ. </bdi>ՌՊ</div></ol>
<ol start='1860'><div><bdi>ՌՊԿ. </bdi>ՌՊԿ</div></ol>
<ol start='1865'><div><bdi>ՌՊԿԵ. </bdi>ՌՊԿԵ</div></ol>
<ol start='5865'><div><bdi>ՐՊԿԵ. </bdi>ՐՊԿԵ</div></ol>
<ol start='7005'><div><bdi>ՒԵ. </bdi>ՒԵ</div></ol>
<ol start='7800'><div><bdi>ՒՊ. </bdi>ՒՊ</div></ol>
<ol start='7865'><div><bdi>ՒՊԿԵ. </bdi>ՒՊԿԵ</div></ol>
<ol start='9999'><div><bdi>ՔՋՂԹ. </bdi>ՔՋՂԹ</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-007-ref.html'>
<meta name="assert" content="list-style-type: armenian produces numbers after 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: armenian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>armenian, outside range</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: armenian produces counter values outside its ranges using its fallback style.">
<style type='text/css'>
ol li { list-style-type: armenian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol start='9999'><div><bdi>ՔՋՂԹ. </bdi>ՔՋՂԹ</div></ol>
<ol start='10000'><div><bdi>10000. </bdi>10000</div></ol>
<ol start='10001'><div><bdi>10001. </bdi>10001</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-008-ref.html'>
<meta name="assert" content="list-style-type: armenian produces counter values outside its ranges using its fallback style.">
<style type='text/css'>
ol li { list-style-type: armenian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>armenian, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: armenian will produce a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: armenian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
<div class="test"><ol>
<div><bdi>Ա. </bdi>Ա.</div>
<div><bdi>Բ. </bdi>Բ.</div>
</ol></div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-009-ref.html'>
<meta name="assert" content="list-style-type: armenian will produce a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: armenian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>bengali, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type:bengali produces numbers up to 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: bengali; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol>
<div><bdi>১. </bdi></div>
<div><bdi>২. </bdi></div>
<div><bdi>৩. </bdi></div>
<div><bdi>. </bdi></div>
<div><bdi>৫. </bdi></div>
<div><bdi>৬. </bdi></div>
<div><bdi>. </bdi></div>
<div><bdi>৮. </bdi></div>
<div><bdi>৯. </bdi></div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>bengali, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-116-ref.html'>
<meta name="assert" content="list-style-type:bengali produces numbers up to 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: bengali; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>bengali, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: bengali produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: bengali; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol start='10'><div><bdi>১০. </bdi>১০</div></ol>
<ol start="11"><div><bdi>১১. </bdi>১১</div></ol>
<ol start="12"><div><bdi>১২. </bdi>১২</div></ol>
<ol start="43"><div><bdi>৪৩. </bdi>৪৩</div></ol>
<ol start="77"><div><bdi>. </bdi></div></ol>
<ol start="80"><div><bdi>৮০. </bdi>৮০</div></ol>
<ol start="99"><div><bdi>৯৯. </bdi>৯৯</div></ol>
<ol start="100"><div><bdi>১০০. </bdi>১০০</div></ol>
<ol start="101"><div><bdi>১০১. </bdi>১০১</div></ol>
<ol start="222"><div><bdi>২২২. </bdi>২২২</div></ol>
<ol start="540"><div><bdi>৫৪০. </bdi>৫৪০</div></ol>
<ol start="999"><div><bdi>৯৯৯. </bdi>৯৯৯</div></ol>
<ol start="1000"><div><bdi>১০০০. </bdi>১০০০</div></ol>
<ol start="1005"><div><bdi>১০০৫. </bdi>১০০৫</div></ol>
<ol start="1060"><div><bdi>১০৬০. </bdi>১০৬০</div></ol>
<ol start="1065"><div><bdi>১০৬৫. </bdi>১০৬৫</div></ol>
<ol start="1800"><div><bdi>১৮০০. </bdi>১৮০০</div></ol>
<ol start="1860"><div><bdi>১৮৬০. </bdi>১৮৬০</div></ol>
<ol start="1865"><div><bdi>১৮৬৫. </bdi>১৮৬৫</div></ol>
<ol start="5865"><div><bdi>৫৮৬৫. </bdi>৫৮৬৫</div></ol>
<ol start="7005"><div><bdi>৭০০৫. </bdi>৭০০৫</div></ol>
<ol start="7800"><div><bdi>৭৮০০. </bdi>৭৮০০</div></ol>
<ol start="7864"><div><bdi>৭৮৬৪. </bdi>৭৮৬৪</div></ol>
<ol start="9999"><div><bdi>৯৯৯৯. </bdi>৯৯৯৯</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
The test relies on the start attribute working.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>bengali, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-117-ref.html'>
<meta name="assert" content="list-style-type: bengali produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: bengali; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>bengali, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: bengali produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: bengali; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
<div class='test'><ol>
<div><bdi>১. </bdi>১.</div>
<div><bdi>২. </bdi>২.</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>bengali, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-118-ref.html'>
<meta name="assert" content="list-style-type: bengali produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: bengali; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cambodian, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: cambodian produces numbers up to 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: cambodian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol>
<div><bdi>១. </bdi></div>
<div><bdi>២. </bdi></div>
<div><bdi>៣. </bdi></div>
<div><bdi>៤. </bdi></div>
<div><bdi>៥. </bdi></div>
<div><bdi>៦. </bdi></div>
<div><bdi>៧. </bdi></div>
<div><bdi>៨. </bdi></div>
<div><bdi>៩. </bdi></div>
</ol></div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>cambodian, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-158-ref.html'>
<meta name="assert" content="list-style-type: cambodian produces numbers up to 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: cambodian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cambodian, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: cambodian produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: cambodian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol start="11"><div><bdi>១១. </bdi>១១</div></ol>
<ol start="12"><div><bdi>១២. </bdi>១២</div></ol>
<ol start="43"><div><bdi>៤៣. </bdi>៤៣</div></ol>
<ol start="77"><div><bdi>៧៧. </bdi>៧៧</div></ol>
<ol start="80"><div><bdi>៨០. </bdi>៨០</div></ol>
<ol start="99"><div><bdi>៩៩. </bdi>៩៩</div></ol>
<ol start="100"><div><bdi>១០០. </bdi>១០០</div></ol>
<ol start="101"><div><bdi>១០១. </bdi>១០១</div></ol>
<ol start="222"><div><bdi>២២២. </bdi>២២២</div></ol>
<ol start="540"><div><bdi>៥៤០. </bdi>៥៤០</div></ol>
<ol start="999"><div><bdi>៩៩៩. </bdi>៩៩៩</div></ol>
<ol start="1000"><div><bdi>១០០០. </bdi>១០០០</div></ol>
<ol start="1005"><div><bdi>១០០៥. </bdi>១០០៥</div></ol>
<ol start="1060"><div><bdi>១០៦០. </bdi>១០៦០</div></ol>
<ol start="1065"><div><bdi>១០៦៥. </bdi>១០៦៥</div></ol>
<ol start="1800"><div><bdi>១៨០០. </bdi>១៨០០</div></ol>
<ol start="1860"><div><bdi>១៨៦០. </bdi>១៨៦០</div></ol>
<ol start="5865"><div><bdi>៥៨៦៥. </bdi>៥៨៦៥</div></ol>
<ol start="7005"><div><bdi>៧០០៥. </bdi>៧០០៥</div></ol>
<ol start="7800"><div><bdi>៧៨០០. </bdi>៧៨០០</div></ol>
<ol start="7864"><div><bdi>៧៨៦៤. </bdi>៧៨៦៤</div></ol>
<ol start="9999"><div><bdi>៩៩៩៩. </bdi>៩៩៩៩</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
The test relies on the start attribute working.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>cambodian, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-159-ref.html'>
<meta name="assert" content="list-style-type: cambodian produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: cambodian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cambodian, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: cambodian produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: cambodian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
<div class='test'><ol>
<div><bdi>១. </bdi>១.</div>
<div><bdi>២. </bdi>២.</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>cambodian, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-160-ref.html'>
<meta name="assert" content="list-style-type: cambodian produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: cambodian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cjk-decimal, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: cjk-decimal produces numbers up to 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-decimal; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class='test'><ol>
<div><bdi>一、</bdi></div>
<div><bdi>二、</bdi></div>
<div><bdi>三、</bdi></div>
<div><bdi>四、</bdi></div>
<div><bdi>五、</bdi></div>
<div><bdi>六、</bdi></div>
<div><bdi>七、</bdi></div>
<div><bdi>八、</bdi></div>
<div><bdi>九、</bdi></div>
</ol></div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-001-ref.html'>
<meta name="assert" content="list-style-type: cjk-decimal produces numbers up to 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-decimal; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cjk-decimal, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: cjk-decimal produces numbers after 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-decimal; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class='test'>
<ol start="10"><div><bdi>一〇、</bdi>一〇</div></ol>
<ol start="11"><div><bdi>一一、</bdi>一一</div></ol>
<ol start="12"><div><bdi>一二、</bdi>一二</div></ol>
<ol start="43"><div><bdi>四三、</bdi>四三</div></ol>
<ol start="77"><div><bdi>七七、</bdi>七七</div></ol>
<ol start="80"><div><bdi>八〇、</bdi>八〇</div></ol>
<ol start="99"><div><bdi>九九、</bdi>九九</div></ol>
<ol start="100"><div><bdi>一〇〇、</bdi>一〇〇</div></ol>
<ol start="101"><div><bdi>一〇一、</bdi>一〇一</div></ol>
<ol start="222"><div><bdi>二二二、</bdi>二二二</div></ol>
<ol start="540"><div><bdi>五四〇、</bdi>五四〇</div></ol>
<ol start="999"><div><bdi>九九九、</bdi>九九九</div></ol>
<ol start="1000"><div><bdi>一〇〇〇、</bdi>一〇〇〇</div></ol>
<ol start="1005"><div><bdi>一〇〇五、</bdi>一〇〇五</div></ol>
<ol start="1060"><div><bdi>一〇六〇、</bdi>一〇六〇</div></ol>
<ol start="1065"><div><bdi>一〇六五、</bdi>一〇六五</div></ol>
<ol start="1800"><div><bdi>一八〇〇、</bdi>一八〇〇</div></ol>
<ol start="1860"><div><bdi>一八六〇、</bdi>一八六〇</div></ol>
<ol start="5865"><div><bdi>五八六五、</bdi>五八六五</div></ol>
<ol start="7005"><div><bdi>七〇〇五、</bdi>七〇〇五</div></ol>
<ol start="7800"><div><bdi>七八〇〇、</bdi>七八〇〇</div></ol>
<ol start="7864"><div><bdi>七八六四、</bdi>七八六四</div></ol>
<ol start="9999"><div><bdi>九九九九、</bdi>九九九九</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-004-ref.html'>
<meta name="assert" content="list-style-type: cjk-decimal produces numbers after 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-decimal; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cjk-decimal, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: cjk-decimal will produce a suffix as described in the CSS3 Counter Styles module.">
<style type='text/css'>
ol li { list-style-type: cjk-decimal; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
<div class='test'><ol>
<div><bdi>一、</bdi>一、</div>
<div><bdi>二、</bdi>二、</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-005-ref.html'>
<meta name="assert" content="list-style-type: cjk-decimal will produce a suffix as described in the CSS3 Counter Styles module.">
<style type='text/css'>
ol li { list-style-type: cjk-decimal; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cjk-earthly-branch, 0-12</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type:cjk-earthly-branch produces numbers up to 12 per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-earthly-branch; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol>
<div><bdi dir=ltr>子、</bdi></div>
<div><bdi dir=ltr>丑、</bdi></div>
<div><bdi dir=ltr>寅、</bdi></div>
<div><bdi dir=ltr>卯、</bdi></div>
<div><bdi dir=ltr>辰、</bdi></div>
<div><bdi dir=ltr>巳、</bdi></div>
<div><bdi dir=ltr>午、</bdi></div>
<div><bdi dir=ltr>未、</bdi></div>
<div><bdi dir=ltr>申、</bdi></div>
<div><bdi dir=ltr>酉、</bdi></div>
<div><bdi dir=ltr>戌、</bdi></div>
<div><bdi dir=ltr>亥、</bdi></div>
</ol></div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>cjk-earthly-branch, 0-12</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-201-ref.html'>
<meta name="assert" content="list-style-type:cjk-earthly-branch produces numbers up to 12 per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-earthly-branch; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cjk-earthly-branch, 13+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: cjk-earthly-branch produces numbers after 12 per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-earthly-branch; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol start="13"><div><bdi dir=ltr>子子、</bdi>子子</div></ol>
<ol start="14"><div><bdi dir=ltr>子丑、</bdi>子丑</div></ol>
<ol start="77"><div><bdi dir=ltr>巳辰、</bdi>巳辰</div></ol>
<ol start="80"><div><bdi dir=ltr>巳未、</bdi>巳未</div></ol>
<ol start="99"><div><bdi dir=ltr>未寅、</bdi>未寅</div></ol>
<ol start="100"><div><bdi dir=ltr>未卯、</bdi>未卯</div></ol>
<ol start="101"><div><bdi dir=ltr>未辰、</bdi>未辰</div></ol>
<ol start="222"><div><bdi dir=ltr>子巳巳、</bdi>子巳巳</div></ol>
<ol start="540"><div><bdi dir=ltr>寅未亥、</bdi>寅未亥</div></ol>
<ol start="999"><div><bdi dir=ltr>巳戌寅、</bdi>巳戌寅</div></ol>
<ol start="1000"><div><bdi dir=ltr>巳戌卯、</bdi>巳戌卯</div></ol>
<ol start="1005"><div><bdi dir=ltr>巳戌申、</bdi>巳戌申</div></ol>
<ol start="1060"><div><bdi dir=ltr>午卯卯、</bdi>午卯卯</div></ol>
<ol start="1065"><div><bdi dir=ltr>午卯申、</bdi>午卯申</div></ol>
<ol start="1800"><div><bdi dir=ltr>亥辰亥、</bdi>亥辰亥</div></ol>
<ol start="1860"><div><bdi dir=ltr>亥酉亥、</bdi>亥酉亥</div></ol>
<ol start="5865"><div><bdi dir=ltr>寅卯未申、</bdi>寅卯未申</div></ol>
<ol start="7005"><div><bdi dir=ltr>寅亥午申、</bdi>寅亥午申</div></ol>
<ol start="7800"><div><bdi dir=ltr>卯巳子亥、</bdi>卯巳子亥</div></ol>
<ol start="7864"><div><bdi dir=ltr>卯巳午卯、</bdi>卯巳午卯</div></ol>
<ol start="9999"><div><bdi dir=ltr>辰申辰寅、</bdi>辰申辰寅</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
The test relies on the start attribute working.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>cjk-earthly-branch, 13+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-202-ref.html'>
<meta name="assert" content="list-style-type: cjk-earthly-branch produces numbers after 12 per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-earthly-branch; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cjk-earthly-branch, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: cjk-earthly-branch produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-earthly-branch; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
<div class='test'><ol>
<div><bdi dir=ltr>子、</bdi>子、</div>
<div><bdi dir=ltr>丑、</bdi>丑、</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>cjk-earthly-branch, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-203-ref.html'>
<meta name="assert" content="list-style-type: cjk-earthly-branch produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-earthly-branch; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cjk-heavenly-stem, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type:cjk-heavenly-stem produces numbers up to 12 per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-heavenly-stem; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol>
<div><bdi dir=ltr>甲、</bdi></div>
<div><bdi dir=ltr>乙、</bdi></div>
<div><bdi dir=ltr>丙、</bdi></div>
<div><bdi dir=ltr>丁、</bdi></div>
<div><bdi dir=ltr>戊、</bdi></div>
<div><bdi dir=ltr>己、</bdi></div>
<div><bdi dir=ltr>庚、</bdi></div>
<div><bdi dir=ltr>辛、</bdi></div>
<div><bdi dir=ltr>壬、</bdi></div>
<div><bdi dir=ltr>癸、</bdi></div>
</ol></div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>cjk-heavenly-stem, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-204-ref.html'>
<meta name="assert" content="list-style-type:cjk-heavenly-stem produces numbers up to 12 per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-heavenly-stem; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cjk-heavenly-stem, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: cjk-heavenly-stem produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-heavenly-stem; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol start="11"><div><bdi dir=ltr>甲甲、</bdi>甲甲</div></ol>
<ol start="12"><div><bdi dir=ltr>甲乙、</bdi>甲乙</div></ol>
<ol start="43"><div><bdi dir=ltr>丁丙、</bdi>丁丙</div></ol>
<ol start="77"><div><bdi dir=ltr>庚庚、</bdi>庚庚</div></ol>
<ol start="80"><div><bdi dir=ltr>庚癸、</bdi>庚癸</div></ol>
<ol start="99"><div><bdi dir=ltr>壬壬、</bdi>壬壬</div></ol>
<ol start="100"><div><bdi dir=ltr>壬癸、</bdi>壬癸</div></ol>
<ol start="101"><div><bdi dir=ltr>癸甲、</bdi>癸甲</div></ol>
<ol start="222"><div><bdi dir=ltr>乙乙乙、</bdi>乙乙乙</div></ol>
<ol start="540"><div><bdi dir=ltr>戊丙癸、</bdi>戊丙癸</div></ol>
<ol start="999"><div><bdi dir=ltr>壬壬壬、</bdi>壬壬壬</div></ol>
<ol start="1000"><div><bdi dir=ltr>壬壬癸、</bdi>壬壬癸</div></ol>
<ol start="1005"><div><bdi dir=ltr>壬癸戊、</bdi>壬癸戊</div></ol>
<ol start="1060"><div><bdi dir=ltr>癸戊癸、</bdi>癸戊癸</div></ol>
<ol start="1065"><div><bdi dir=ltr>癸己戊、</bdi>癸己戊</div></ol>
<ol start="1800"><div><bdi dir=ltr>甲庚壬癸、</bdi>甲庚壬癸</div></ol>
<ol start="1860"><div><bdi dir=ltr>甲辛戊癸、</bdi>甲辛戊癸</div></ol>
<ol start="5865"><div><bdi dir=ltr>戊辛己戊、</bdi>戊辛己戊</div></ol>
<ol start="7005"><div><bdi dir=ltr>己壬癸戊、</bdi>己壬癸戊</div></ol>
<ol start="7800"><div><bdi dir=ltr>庚庚壬癸、</bdi>庚庚壬癸</div></ol>
<ol start="7864"><div><bdi dir=ltr>庚辛己丁、</bdi>庚辛己丁</div></ol>
<ol start="9999"><div><bdi dir=ltr>壬壬壬壬、</bdi>壬壬壬壬</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
The test relies on the start attribute working.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>cjk-heavenly-stem, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-205-ref.html'>
<meta name="assert" content="list-style-type: cjk-heavenly-stem produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-heavenly-stem; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>cjk-heavenly-stem, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: cjk-heavenly-stem produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-heavenly-stem; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
<div class='test'><ol>
<div><bdi dir=ltr>甲、</bdi>甲、</div>
<div><bdi dir=ltr>乙、</bdi>乙、</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>cjk-heavenly-stem, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-206-ref.html'>
<meta name="assert" content="list-style-type: cjk-heavenly-stem produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: cjk-heavenly-stem; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,31 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule additiveSymbols setter with invalid values</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-additive-symbols-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: additive;
additive-symbols: 2 C, 1 B, 0 A;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside" start=0>
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
// Invalid values should be ignored
foo_rule.additiveSymbols = '';
foo_rule.additiveSymbols = 'A B C';
foo_rule.additiveSymbols = '1 B, 2 C, 0 A';
foo_rule.additiveSymbols = '2 C C, 1 B, 0 A';
</script>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule additiveSymbols setter</title>
<ol>
<div>A.</div>
<div>B.</div>
<div>C.</div>
</ol>

View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule additiveSymbols setter</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-additive-symbols-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: additive;
additive-symbols: 1 I, 0 O;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside" start=0>
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
foo_rule.additiveSymbols = '2 C, 1 B, 0 A';
</script>

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule fallback setter with invalid values</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-fallback-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: fixed;
symbols: A B;
fallback: lower-roman;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
// Invalid values should be ignored
foo_rule.fallback = 'none';
foo_rule.fallback = 'lower-roman upper-roman'
</script>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule fallback setter</title>
<ol>
<div>A.</div>
<div>B.</div>
<div>iii.</div>
</ol>

View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule fallback setter</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-fallback-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: fixed;
symbols: A B;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
foo_rule.fallback = 'lower-roman';
</script>

View file

@ -0,0 +1,46 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule name setter with invalid values</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-name-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: fixed;
symbols: A B C;
}
@counter-style bar {
system: fixed;
symbols: X Y Z;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<ol style="list-style-type: bar; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const rule = sheet.sheet.rules[0];
// Invalid values should be ignored
rule.name = '';
rule.name = '123';
rule.name = 'initial';
rule.name = 'inherit';
rule.name = 'unset';
rule.name = 'none';
rule.name = 'disc';
rule.name = 'decimal';
</script>

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule name setter</title>
<ol>
<div>A.</div>
<div>B.</div>
<div>C.</div>
</ol>
<ol>
<div>X.</div>
<div>Y.</div>
<div>Z.</div>
</ol>

View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule name setter</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-name-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: fixed;
symbols: A B C;
}
@counter-style bar {
system: fixed;
symbols: '1' '2' '3';
}
@counter-style foo {
system: fixed;
symbols: X Y Z;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<ol style="list-style-type: bar; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
// Change the last counter style name from 'foo' to 'bar'
const sheet = document.getElementById('sheet');
const rule = sheet.sheet.rules[2];
rule.name = 'bar';
</script>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule negative setter with invalid values</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-negative-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: extends decimal;
negative: '(' ')';
}
</style>
<ol style="list-style-type: foo; list-style-position: inside" start="-3">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
// Invalid values should be ignored
foo_rule.negative = 'X Y Z';
foo_rule.negative = '"X" "Y" "Z"';
</script>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule negative setter</title>
<ol>
<div>(3).</div>
<div>(2).</div>
<div>(1).</div>
</ol>

View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule negative setter</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-negative-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: extends decimal;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside" start="-3">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
foo_rule.negative = '"(" ")"';
</script>

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule pad setter with invalid values</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-pad-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: extends decimal;
pad: 3 '0';
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
// Invalid values should be ignored
foo_rule.pad = '-1 "0"';
foo_rule.pad = '3';
foo_rule.pad = '3 "X" "Y"';
</script>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule pad setter</title>
<ol>
<div>001.</div>
<div>002.</div>
<div>003.</div>
</ol>

View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule pad setter</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-pad-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: extends decimal;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
foo_rule.pad = '3 "0"';
</script>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule prefix and suffix setters with invalid values</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-prefix-suffix-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: cyclic;
symbols: A B C;
prefix: '(';
suffix: ')';
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
// Invalid values should be ignored
foo_rule.prefix = '"(" "("';
foo_rule.prefix = ')';
foo_rule.prefix = '123';
foo_rule.suffix = '")" ")"';
foo_rule.suffix = '(';
foo_rule.suffix = '456';
</script>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule prefix and suffix setters</title>
<ol>
<div>(A)</div>
<div>(B)</div>
<div>(C)</div>
</ol>

View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule prefix and suffix setters</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-prefix-suffix-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: cyclic;
symbols: A B C;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
foo_rule.prefix = '"("';
foo_rule.suffix = '")"';
</script>

View file

@ -0,0 +1,31 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule range setter with invalid values</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-range-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: cyclic;
symbols: A B C;
range: 1 2;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
// Invalid values should be ignored
foo_rule.range = "1 2 3";
foo_rule.range = "3 1"
foo_rule.range = "1 infinity"
</script>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule range setter</title>
<ol>
<div>A.</div>
<div>B.</div>
<div>3.</div>
</ol>

View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule range setter</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-range-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: cyclic;
symbols: A B C;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
foo_rule.range = "1 2";
</script>

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule symbols setter with invalid values</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-symbols-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: alphabetic;
symbols: A B C;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
// Invalid values should be ignored
foo_rule.symbols = '';
foo_rule.symbols = '1 2 *';
foo_rule.symbols = 'A';
</script>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule symbols setter</title>
<ol>
<div>A.</div>
<div>B.</div>
<div>C.</div>
</ol>

View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule symbols setter</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-symbols-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: cyclic;
symbols: X Y Z;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
foo_rule.symbols = "A B C";
</script>

View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule system setter with 'fixed' system</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-system-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: fixed;
symbols: A B C;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside" start=0>
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
foo_rule.system = "fixed 0";
</script>

View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule system setter with 'extends' system</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-system-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: extends decimal;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
foo_rule.system = "extends upper-alpha";
</script>

View file

@ -0,0 +1,34 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule system setter with invalid values</title>
<link rel="help" href="https://www.w3.org/TR/css-counter-styles-3/#the-csscounterstylerule-interface">
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="match" href="cssom-system-setter-ref.html">
<style id="sheet">
@counter-style foo {
system: fixed;
symbols: A B C;
}
</style>
<ol style="list-style-type: foo; list-style-position: inside">
<li></li>
<li></li>
<li></li>
</ol>
<script>
// Force layout update before changing the rule
document.body.offsetWidth;
const sheet = document.getElementById('sheet');
const foo_rule = sheet.sheet.rules[0];
// Values with syntax errors should be ignored
foo_rule.system = '123';
foo_rule.system = 'extends none';
foo_rule.system = 'extends decimal decimal';
// Values changing algorithm should be ignored
foo_rule.system = 'numeric';
foo_rule.system = 'extends lower-roman';
</script>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<title>CSSCounterStyleRule system setter</title>
<ol>
<div>A.</div>
<div>B.</div>
<div>C.</div>
</ol>

View file

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>devanagari, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type:devanagari produces numbers up to 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: devanagari; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol>
<div><bdi>१. </bdi></div>
<div><bdi>२. </bdi></div>
<div><bdi>३. </bdi></div>
<div><bdi>४. </bdi></div>
<div><bdi>५. </bdi></div>
<div><bdi>६. </bdi></div>
<div><bdi>७. </bdi></div>
<div><bdi>८. </bdi></div>
<div><bdi>९. </bdi></div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>devanagari, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-119-ref.html'>
<meta name="assert" content="list-style-type:devanagari produces numbers up to 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: devanagari; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>devanagari, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: devanagari produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: devanagari; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol start='10'><div><bdi>१०. </bdi>१०</div></ol>
<ol start="11"><div><bdi>११. </bdi>११</div></ol>
<ol start="12"><div><bdi>१२. </bdi>१२</div></ol>
<ol start="43"><div><bdi>४३. </bdi>४३</div></ol>
<ol start="77"><div><bdi>७७. </bdi>७७</div></ol>
<ol start="80"><div><bdi>८०. </bdi>८०</div></ol>
<ol start="99"><div><bdi>९९. </bdi>९९</div></ol>
<ol start="100"><div><bdi>१००. </bdi>१००</div></ol>
<ol start="101"><div><bdi>१०१. </bdi>१०१</div></ol>
<ol start="222"><div><bdi>२२२. </bdi>२२२</div></ol>
<ol start="540"><div><bdi>५४०. </bdi>५४०</div></ol>
<ol start="999"><div><bdi>९९९. </bdi>९९९</div></ol>
<ol start="1000"><div><bdi>१०००. </bdi>१०००</div></ol>
<ol start="1005"><div><bdi>१००५. </bdi>१००५</div></ol>
<ol start="1060"><div><bdi>१०६०. </bdi>१०६०</div></ol>
<ol start="1065"><div><bdi>१०६५. </bdi>१०६५</div></ol>
<ol start="1800"><div><bdi>१८००. </bdi>१८००</div></ol>
<ol start="1860"><div><bdi>१८६०. </bdi>१८६०</div></ol>
<ol start="1865"><div><bdi>१८६५. </bdi>१८६५</div></ol>
<ol start="5865"><div><bdi>५८६५. </bdi>५८६५</div></ol>
<ol start="7005"><div><bdi>७००५. </bdi>७००५</div></ol>
<ol start="7800"><div><bdi>७८००. </bdi>७८००</div></ol>
<ol start="7864"><div><bdi>७८६४. </bdi>७८६४</div></ol>
<ol start="9999"><div><bdi>९९९९. </bdi>९९९९</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
The test relies on the start attribute working.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>devanagari, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-120-ref.html'>
<meta name="assert" content="list-style-type: devanagari produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: devanagari; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>devanagari, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: devanagari produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: devanagari; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
<div class='test'><ol>
<div><bdi>१. </bdi>१.</div>
<div><bdi>२. </bdi>२.</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>devanagari, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-121-ref.html'>
<meta name="assert" content="list-style-type: devanagari produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: devanagari; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>georgian, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style: georgian produces numbers up to 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: georgian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test"><ol>
<div><bdi>ა. </bdi></div>
<div><bdi>ბ. </bdi></div>
<div><bdi>გ. </bdi></div>
<div><bdi>დ. </bdi></div>
<div><bdi>ე. </bdi></div>
<div><bdi>ვ. </bdi></div>
<div><bdi>ზ. </bdi></div>
<div><bdi>ჱ. </bdi></div>
<div><bdi>თ. </bdi></div></ol></div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-010-ref.html'>
<meta name="assert" content="list-style: georgian produces numbers up to 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: georgian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>georgian, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style: georgian produces numbers after 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: georgian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol start='10'><div><bdi>ი. </bdi></div></ol>
<ol start='11'><div><bdi>ია. </bdi>ია</div></ol>
<ol start='12'><div><bdi>იბ. </bdi>იბ</div></ol>
<ol start='43'><div><bdi>მგ. </bdi>მგ</div></ol>
<ol start='77'><div><bdi>ოზ. </bdi>ოზ</div></ol>
<ol start='80'><div><bdi>პ. </bdi></div></ol>
<ol start='99'><div><bdi>ჟთ. </bdi>ჟთ</div></ol>
<ol start='100'><div><bdi>რ. </bdi></div></ol>
<ol start='101'><div><bdi>რა. </bdi>რა</div></ol>
<ol start='222'><div><bdi>სკბ. </bdi>სკბ</div></ol>
<ol start='540'><div><bdi>ფმ. </bdi>ფმ</div></ol>
<ol start='999'><div><bdi>შჟთ. </bdi>შჟთ</div></ol>
<ol start='1000'><div><bdi>ჩ. </bdi></div></ol>
<ol start='1005'><div><bdi>ჩე. </bdi>ჩე</div></ol>
<ol start='1060'><div><bdi>ჩჲ. </bdi>ჩჲ</div></ol>
<ol start='1065'><div><bdi>ჩჲე. </bdi>ჩჲე</div></ol>
<ol start='1800'><div><bdi>ჩყ. </bdi>ჩყ</div></ol>
<ol start='1860'><div><bdi>ჩყჲ. </bdi>ჩყჲ</div></ol>
<ol start='1865'><div><bdi>ჩყჲე. </bdi>ჩყჲე</div></ol>
<ol start='5865'><div><bdi>ჭყჲე. </bdi>ჭყჲე</div></ol>
<ol start='7005'><div><bdi>ჴე. </bdi>ჴე</div></ol>
<ol start='7800'><div><bdi>ჴყ. </bdi>ჴყ</div></ol>
<ol start='7865'><div><bdi>ჴყჲე. </bdi>ჴყჲე</div></ol>
<ol start='9999'><div><bdi>ჰშჟთ. </bdi>ჰშჟთ</div></ol>
<ol start='10000'><div><bdi>ჵ. </bdi></div></ol>
<ol start='10001'><div><bdi>ჵა. </bdi>ჵა</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-011-ref.html'>
<meta name="assert" content="list-style: georgian produces numbers after 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: georgian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>georgian, outside range</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: georgian produces numbers in the fallback counter style above the limit per the spec.">
<style type='text/css'>
ol li { list-style-type: georgian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol start="19999">
<div><bdi>ჵჰშჟთ. </bdi>ჵჰშჟთ</div>
<div><bdi>20000. </bdi>20000</div>
<div><bdi>20001. </bdi>20001</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-012-ref.html'>
<meta name="assert" content="list-style-type: georgian produces numbers in the fallback counter style above the limit per the spec.">
<style type='text/css'>
ol li { list-style-type: georgian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>georgian, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: georgian produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: georgian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
<div class="test">
<ol start='1'><div><bdi>ა. </bdi>ა.</div></ol>
<ol start='2'><div><bdi>ბ. </bdi>ბ.</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-014-ref.html'>
<meta name="assert" content="list-style-type: georgian produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: georgian; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>gujarati, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type:gujarati produces numbers up to 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: gujarati; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol>
<div><bdi>૧. </bdi></div>
<div><bdi>૨. </bdi></div>
<div><bdi>૩. </bdi></div>
<div><bdi>૪. </bdi></div>
<div><bdi>૫. </bdi></div>
<div><bdi>૬. </bdi></div>
<div><bdi>૭. </bdi></div>
<div><bdi>૮. </bdi></div>
<div><bdi>૯. </bdi></div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>gujarati, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-122-ref.html'>
<meta name="assert" content="list-style-type:gujarati produces numbers up to 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: gujarati; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>gujarati, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: gujarati produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: gujarati; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol start='10'><div><bdi>૧૦. </bdi>૧૦</div></ol>
<ol start="11"><div><bdi>૧૧. </bdi>૧૧</div></ol>
<ol start="12"><div><bdi>૧૨. </bdi>૧૨</div></ol>
<ol start="43"><div><bdi>૪૩. </bdi>૪૩</div></ol>
<ol start="77"><div><bdi>૭૭. </bdi>૭૭</div></ol>
<ol start="80"><div><bdi>૮૦. </bdi>૮૦</div></ol>
<ol start="99"><div><bdi>૯૯. </bdi>૯૯</div></ol>
<ol start="100"><div><bdi>૧૦૦. </bdi>૧૦૦</div></ol>
<ol start="101"><div><bdi>૧૦૧. </bdi>૧૦૧</div></ol>
<ol start="222"><div><bdi>૨૨૨. </bdi>૨૨૨</div></ol>
<ol start="540"><div><bdi>૫૪૦. </bdi>૫૪૦</div></ol>
<ol start="999"><div><bdi>૯૯૯. </bdi>૯૯૯</div></ol>
<ol start="1000"><div><bdi>૧૦૦૦. </bdi>૧૦૦૦</div></ol>
<ol start="1005"><div><bdi>૧૦૦૫. </bdi>૧૦૦૫</div></ol>
<ol start="1060"><div><bdi>૧૦૬૦. </bdi>૧૦૬૦</div></ol>
<ol start="1065"><div><bdi>૧૦૬૫. </bdi>૧૦૬૫</div></ol>
<ol start="1800"><div><bdi>૧૮૦૦. </bdi>૧૮૦૦</div></ol>
<ol start="1860"><div><bdi>૧૮૬૦. </bdi>૧૮૬૦</div></ol>
<ol start="1865"><div><bdi>૧૮૬૫. </bdi>૧૮૬૫</div></ol>
<ol start="5865"><div><bdi>૫૮૬૫. </bdi>૫૮૬૫</div></ol>
<ol start="7005"><div><bdi>૭૦૦૫. </bdi>૭૦૦૫</div></ol>
<ol start="7800"><div><bdi>૭૮૦૦. </bdi>૭૮૦૦</div></ol>
<ol start="7864"><div><bdi>૭૮૬૪. </bdi>૭૮૬૪</div></ol>
<ol start="9999"><div><bdi>૯૯૯૯. </bdi>૯૯૯૯</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
The test relies on the start attribute working.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>gujarati, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-123-ref.html'>
<meta name="assert" content="list-style-type: gujarati produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: gujarati; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>gujarati, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: gujarati produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: gujarati; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
<div class='test'><ol>
<div><bdi>૧. </bdi>૧.</div>
<div><bdi>૨. </bdi>૨.</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>gujarati, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-124-ref.html'>
<meta name="assert" content="list-style-type: gujarati produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: gujarati; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>gurmukhi, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type:gurmukhi produces numbers up to 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: gurmukhi; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol>
<div><bdi>. </bdi></div>
<div><bdi>੨. </bdi></div>
<div><bdi>੩. </bdi></div>
<div><bdi>. </bdi></div>
<div><bdi>੫. </bdi></div>
<div><bdi>੬. </bdi></div>
<div><bdi>੭. </bdi></div>
<div><bdi>੮. </bdi></div>
<div><bdi>੯. </bdi></div>
</ol></div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>gurmukhi, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-125-ref.html'>
<meta name="assert" content="list-style-type:gurmukhi produces numbers up to 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: gurmukhi; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>gurmukhi, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: gurmukhi produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: gurmukhi; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test">
<ol start="10"><div><bdi>. </bdi></div></ol>
<ol start="11"><div><bdi>. </bdi></div></ol>
<ol start="12"><div><bdi>੧੨. </bdi>੧੨</div></ol>
<ol start="43"><div><bdi>੪੩. </bdi>੪੩</div></ol>
<ol start="77"><div><bdi>੭੭. </bdi>੭੭</div></ol>
<ol start="80"><div><bdi>੮੦. </bdi>੮੦</div></ol>
<ol start="99"><div><bdi>੯੯. </bdi>੯੯</div></ol>
<ol start="100"><div><bdi>. </bdi></div></ol>
<ol start="101"><div><bdi>. </bdi></div></ol>
<ol start="222"><div><bdi>੨੨੨. </bdi>੨੨੨</div></ol>
<ol start="540"><div><bdi>੫੪੦. </bdi>੫੪੦</div></ol>
<ol start="999"><div><bdi>੯੯੯. </bdi>੯੯੯</div></ol>
<ol start="1000"><div><bdi>. </bdi></div></ol>
<ol start="1005"><div><bdi>੧੦੦੫. </bdi>੧੦੦੫</div></ol>
<ol start="1060"><div><bdi>੧੦੬੦. </bdi>੧੦੬੦</div></ol>
<ol start="1065"><div><bdi>੧੦੬੫. </bdi>੧੦੬੫</div></ol>
<ol start="1800"><div><bdi>੧੮੦੦. </bdi>੧੮੦੦</div></ol>
<ol start="1860"><div><bdi>੧੮੬੦. </bdi>੧੮੬੦</div></ol>
<ol start="1865"><div><bdi>੧੮੬੫. </bdi>੧੮੬੫</div></ol>
<ol start="5865"><div><bdi>੫੮੬੫. </bdi>੫੮੬੫</div></ol>
<ol start="7005"><div><bdi>੭੦੦੫. </bdi>੭੦੦੫</div></ol>
<ol start="7800"><div><bdi>੭੮੦੦. </bdi>੭੮੦੦</div></ol>
<ol start="7864"><div><bdi>੭੮੬੪. </bdi>੭੮੬੪</div></ol>
<ol start="9999"><div><bdi>੯੯੯੯. </bdi>੯੯੯੯</div></ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
The test relies on the start attribute working.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>gurmukhi, 10+</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-126-ref.html'>
<meta name="assert" content="list-style-type: gurmukhi produces numbers after 9 per the spec.">
<style type='text/css'>
ol li { list-style-type: gurmukhi; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>gurmukhi, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<meta name="assert" content="list-style-type: gurmukhi produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: gurmukhi; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the numbers AND the suffix in each of the two columns is the same.</p>
<div class='test'><ol>
<div><bdi>. </bdi>.</div>
<div><bdi>੨. </bdi>੨.</div>
</ol>
</div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -5,13 +5,13 @@
<title>gurmukhi, suffix</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-127-ref.html'>
<meta name="assert" content="list-style-type: gurmukhi produces a suffix per the spec.">
<style type='text/css'>
ol li { list-style-type: gurmukhi; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>hebrew, 0-9</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<meta name="assert" content="list-style: hebrew produces numbers up to 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: hebrew; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, IGNORING the suffix.</p>
<div class="test"><ol>
<div><bdi dir=ltr>א. </bdi>א</div>
<div><bdi dir=ltr>ב. </bdi>ב</div>
<div><bdi dir=ltr>ג. </bdi>ג</div>
<div><bdi dir=ltr>ד. </bdi>ד</div>
<div><bdi dir=ltr>ה. </bdi>ה</div>
<div><bdi dir=ltr>ו. </bdi>ו</div>
<div><bdi dir=ltr>ז. </bdi>ז</div>
<div><bdi dir=ltr>ח. </bdi>ח</div>
<div><bdi dir=ltr>ט. </bdi>ט</div>
</ol></div>
<!--Notes:
You will need an appropriate font to run this test.
To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->
</body>
</html>

View file

@ -6,13 +6,13 @@
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<meta name='flags' content='font'>
<link rel='match' href='css3-counter-styles-015-ref.html'>
<meta name="assert" content="list-style: hebrew produces numbers up to 9 items per the spec.">
<style type='text/css'>
ol li { list-style-type: hebrew; }
/* the following CSS is not part of the test */
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { margin: 0; padding-left: 8em; list-style-position: inside; }
</style>
</head>
<body>

Some files were not shown because too many files have changed in this diff Show more