Update web-platform-tests to revision b'ceb972b009e1b43c589dce3f36b050121493d2e0'

This commit is contained in:
WPT Sync Bot 2023-03-19 01:39:16 +00:00
parent 88ff668147
commit 3c4c34479c
196 changed files with 5979 additions and 848 deletions

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<div>&#x3007;</div>
<div>&#x4e00;</div>
<div>&#x4e8c;</div>
<div>&#x4e09;</div>
<div>&#x56db;</div>
<div>&#x4e94;</div>
<div>&#x516d;</div>
<div>&#x4e03;</div>
<div>&#x516b;</div>
<div>&#x4e5d;</div>
<div>&#x4e00;&#x3007;</div>
<div>&#x4e00;&#x4e00;</div>
<div>&#x4e5d;&#x4e5d;</div>
<div>&#x4e00;&#x3007;&#x3007;</div>
<div>&#x516d;&#x3007;&#x3007;&#x4e00;</div>
<div>&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x4e94;</div>
<div>-1</div>

View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<link rel="match" href="counter-cjk-decimal-ref.html">
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#cjk-decimal">
<style>
div::after {
content: counter(n, cjk-decimal);
}
</style>
<div style="counter-reset: n 0;"></div>
<div style="counter-reset: n 1;"></div>
<div style="counter-reset: n 2;"></div>
<div style="counter-reset: n 3;"></div>
<div style="counter-reset: n 4;"></div>
<div style="counter-reset: n 5;"></div>
<div style="counter-reset: n 6;"></div>
<div style="counter-reset: n 7;"></div>
<div style="counter-reset: n 8;"></div>
<div style="counter-reset: n 9;"></div>
<div style="counter-reset: n 10;"></div>
<div style="counter-reset: n 11;"></div>
<div style="counter-reset: n 99;"></div>
<div style="counter-reset: n 100;"></div>
<div style="counter-reset: n 6001;"></div>
<div style="counter-reset: n 12345;"></div>
<div style="counter-reset: n -1;"></div>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
<title>Test that counter names are case sensitive (bug 416106)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div>1-5</div>
<div>1-7</div>
<div>1-7</div>
<div>2-7</div>
<div>2-9</div>
<div>2-9</div>
</body>
</html>

View file

@ -0,0 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
<title>Test that counter names are case sensitive (bug 416106)</title>
<link rel="match" href="counter-name-case-sensitive-ref.html"/>
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#the-counter-style-rule"/>
<link rel="help" href="https://bugzilla.mozilla.org/416106"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body { counter-reset: foo 0 Foo 5; }
div:before { content: counters(foo, ".") "-" counters(Foo, "."); }
div.a { counter-increment: foo; }
div.b { counter-increment: Foo 2; }
</style>
</head>
<body>
<div class="a"></div>
<div class="b"></div>
<div></div>
<div class="a"></div>
<div class="b"></div>
<div></div>
</body>
</html>

View file

@ -0,0 +1,38 @@
<!DOCTYPE html>
<style>
p, span { margin: 0; padding: 0; line-height: 150%; }
#wrapper { width: 10em; }
span {
display: inline-block;
width: 3em;
text-align: end;
box-sizing: border-box;
font-variant-numeric: tabular-nums;
}
</style>
<div id="wrapper">
<p>
<span>1.&nbsp;</span>foo<br>
<span>2.&nbsp;</span>bar
</p>
<p>
<span>&#x5d0;.&nbsp;</span>foo<br>
<span>&#x5d1;.&nbsp;</span>bar
</p>
<p>
<span>&#x4e00;&#x3001;</span>foo<br>
<span>&#x4e8c;&#x3001;</span>bar
</p>
<p>
<span>&#xc77c;,&nbsp;</span>foo<br>
<span>&#xc774;,&nbsp;</span>bar
</p>
<p dir="rtl">
<span>1.&nbsp;</span>foo<br>
<span>2.&nbsp;</span>bar
</p>
<p dir="rtl">
<span>&#x5d0;.&nbsp;</span>foo<br>
<span>&#x5d1;.&nbsp;</span>bar
</p>
</div>

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<link rel="match" href="counter-suffix-ref.html">
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/"/>
<style>
ol, li { margin: 0; padding: 0; line-height: 150%; }
#wrapper { width: 10em; }
ol { padding: 0 3em; }
.dec { list-style-type: decimal; }
.heb { list-style-type: hebrew; }
.cjk { list-style-type: cjk-decimal; }
.kor { list-style-type: korean-hangul-formal; }
</style>
<div id="wrapper">
<ol class="dec"><li>foo<li>bar</ol>
<ol class="heb"><li>foo<li>bar</ol>
<ol class="cjk"><li>foo<li>bar</ol>
<ol class="kor"><li>foo<li>bar</ol>
<ol class="dec" dir="rtl"><li>foo<li>bar</ol>
<ol class="heb" dir="rtl"><li>foo<li>bar</ol>
</div>

View file

@ -0,0 +1,47 @@
<!DOCTYPE html>
<style type="text/css">
div {
float: left;
padding: .5em;
}
</style>
<div>&#x1369;</div>
<div>&#x136a;</div>
<div>&#x136b;</div>
<div>&#x136c;</div>
<div>&#x136d;</div>
<div>&#x136e;</div>
<div>&#x136f;</div>
<div>&#x1370;</div>
<div>&#x1371;</div>
<div>&#x1372;</div>
<div>&#x1372;&#x1369;</div>
<div>&#x1372;&#x136a;</div>
<div>&#x1375;&#x136b;</div>
<div>&#x1378;&#x136f;</div>
<div>&#x1379;</div>
<div>&#x137a;&#x1371;</div>
<div>&#x137b;</div>
<div>&#x137b;&#x1369;</div>
<div>&#x136a;&#x137b;&#x1373;&#x136a;</div>
<div>&#x136d;&#x137b;&#x1375;</div>
<div>&#x1371;&#x137b;&#x137a;&#x1371;</div>
<div>&#x1372;&#x137b;</div>
<div>&#x1372;&#x137b;&#x136d;</div>
<div>&#x1372;&#x137b;&#x1377;</div>
<div>&#x1372;&#x137b;&#x1377;&#x136d;</div>
<div>&#x1372;&#x1370;&#x137b;</div>
<div>&#x1372;&#x1370;&#x137b;&#x1377;</div>
<div>&#x1372;&#x1370;&#x137b;&#x1377;&#x136d;</div>
<div>&#x1376;&#x1370;&#x137b;&#x1377;&#x136d;</div>
<div>&#x1378;&#x137b;&#x136d;</div>
<div>&#x1378;&#x1370;&#x137b;</div>
<div>&#x1378;&#x1370;&#x137b;&#x1377;&#x136c;</div>
<div>&#x137a;&#x1371;&#x137b;&#x137a;&#x1371;</div>
<div>&#x137c;</div>
<div>&#x137b;&#x137c;&#x1369;</div>
<div>&#x1378;&#x1370;&#x137b;&#x1369;&#x137c;&#x137a;&#x136a;</div>
<div>0</div>
<div>-1</div>

View file

@ -0,0 +1,52 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#ethiopic-numeric-counter-style">
<link rel="match" href="counter-ethiopic-numeric-ref.html">
<style type="text/css">
div {
float: left;
padding: .5em;
}
div::after {
content: counter(n, ethiopic-numeric);
}
</style>
<div style="counter-reset: n 1;"></div>
<div style="counter-reset: n 2;"></div>
<div style="counter-reset: n 3;"></div>
<div style="counter-reset: n 4;"></div>
<div style="counter-reset: n 5;"></div>
<div style="counter-reset: n 6;"></div>
<div style="counter-reset: n 7;"></div>
<div style="counter-reset: n 8;"></div>
<div style="counter-reset: n 9;"></div>
<div style="counter-reset: n 10;"></div>
<div style="counter-reset: n 11;"></div>
<div style="counter-reset: n 12;"></div>
<div style="counter-reset: n 43;"></div>
<div style="counter-reset: n 77;"></div>
<div style="counter-reset: n 80;"></div>
<div style="counter-reset: n 99;"></div>
<div style="counter-reset: n 100;"></div>
<div style="counter-reset: n 101;"></div>
<div style="counter-reset: n 222;"></div>
<div style="counter-reset: n 540;"></div>
<div style="counter-reset: n 999;"></div>
<div style="counter-reset: n 1000;"></div>
<div style="counter-reset: n 1005;"></div>
<div style="counter-reset: n 1060;"></div>
<div style="counter-reset: n 1065;"></div>
<div style="counter-reset: n 1800;"></div>
<div style="counter-reset: n 1860;"></div>
<div style="counter-reset: n 1865;"></div>
<div style="counter-reset: n 5865;"></div>
<div style="counter-reset: n 7005;"></div>
<div style="counter-reset: n 7800;"></div>
<div style="counter-reset: n 7864;"></div>
<div style="counter-reset: n 9999;"></div>
<div style="counter-reset: n 10000;"></div>
<div style="counter-reset: n 1000001;"></div>
<div style="counter-reset: n 78010092;"></div>
<div style="counter-reset: n 0;"></div>
<div style="counter-reset: n -1;"></div>

View file

@ -0,0 +1,66 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS 2.1 Test Suite: content: counters(c, ".", hebrew)</title>
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
</head>
<body>
<p></p>
<div>
<span>&#x5d0;.&#x5d0;</span>
<span>&#x5d1;</span>
<span>&#x5d2;</span>
<span>&#x5d3;</span>
<span>&#x5d4;</span>
<span>&#x5d5;</span>
<span>&#x5d6;</span>
<span>&#x5d7;</span>
<span>&#x5d8;</span>
<span>&#x5d9;</span>
<span>&#x5d9;&#x5d0;</span>
<span>&#x5d9;&#x5d1;</span>
<span>&#x5d9;&#x5d2;</span>
<span>&#x5d9;&#x5d3;</span>
<span>&#x5d8;&#x5d5;</span>
<span>&#x5d8;&#x5d6;</span>
<span>&#x5d9;&#x5d6;</span>
<span>&#x5d9;&#x5d6;.&#x5db;</span>
<span>&#x5d9;&#x5d6;.&#x5dc;</span>
<span>&#x5d9;&#x5d6;.&#x5de;</span>
<span>&#x5d9;&#x5d6;.&#x5e0;</span>
<span>&#x5d9;&#x5d6;.&#x5e1;</span>
<span>&#x5d9;&#x5d6;.&#x5e2;</span>
<span>&#x5d9;&#x5d6;.&#x5e4;</span>
<span>&#x5d9;&#x5d6;.&#x5e6;</span>
<span>&#x5d9;&#x5d6;.&#x5e7;</span>
<span>&#x5d9;&#x5d6;.&#x5e8;</span>
<span>&#x5d9;&#x5d6;.&#x5e9;</span>
<span>&#x5d9;&#x5d6;.&#x5ea;</span>
<span>&#x5d9;&#x5d6;.&#x5ea;&#x5e7;</span>
<span>&#x5d9;&#x5d6;.&#x5ea;&#x5e8;</span>
<span>&#x5d9;&#x5d6;.&#x5ea;&#x5e9;</span>
<span>&#x5d9;&#x5d6;.&#x5ea;&#x5ea;</span>
<span>&#x5d9;&#x5d6;.&#x5ea;&#x5ea;&#x5e7;</span>
<span>&#x5d9;&#x5d6;.&#x5d0;&#x05f3;</span>
<span>&#x5d9;&#x5d6;.&#x5d1;&#x05f3;</span>
<span>&#x5d9;&#x5d6;.&#x5d2;&#x05f3;</span>
<span>&#x5d9;&#x5d6;.&#x5d3;&#x05f3;</span>
<span>&#x5d9;&#x5d6;.&#x5d4;&#x05f3;</span>
<span>&#x5d9;&#x5d6;.&#x5d5;&#x05f3;</span>
<span>&#x5d9;&#x5d6;.&#x5d6;&#x05f3;</span>
<span>&#x5d9;&#x5d6;.&#x5d7;&#x05f3;</span>
<span>&#x5d9;&#x5d6;.&#x5d8;&#x05f3;</span>
<span>&#x5d9;&#x5d6;.&#x5d8;&#x05f3;&#x5ea;&#x5ea;&#x5e7;&#x5e6;&#x5d8;</span>
<span>&#x5d9;&#x5d6;.&#x5ea;&#x5ea;&#x5e7;&#x5e6;&#x5d8;&#x05f3;&#x5ea;&#x5ea;&#x5e7;&#x5e6;&#x5d8;</span>
<style>
#c18:before { counter-set: c 18; content: counter(c, hebrew); }
</style>
<span id="c18"></span>
</div>
</body>
</html>

View file

@ -0,0 +1,73 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS 2.1 Test Suite: content: counters(c, ".", hebrew)</title>
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
<link rel="match" href="counter-hebrew-nested-ref.html"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
<style type="text/css">
body, #test span:first-child { counter-reset: c; }
p, #test span { counter-increment: c; }
#test span:before { content: counters(c, ".", hebrew); }
#test span { direction: rtl; }
</style>
</head>
<body>
<p></p>
<div id="test">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span style="counter-reset: c 19"></span>
<span style="counter-reset: c 29"></span>
<span style="counter-reset: c 39"></span>
<span style="counter-reset: c 49"></span>
<span style="counter-reset: c 59"></span>
<span style="counter-reset: c 69"></span>
<span style="counter-reset: c 79"></span>
<span style="counter-reset: c 89"></span>
<span style="counter-reset: c 99"></span>
<span style="counter-reset: c 199"></span>
<span style="counter-reset: c 299"></span>
<span style="counter-reset: c 399"></span>
<span style="counter-reset: c 499"></span>
<span style="counter-reset: c 599"></span>
<span style="counter-reset: c 699"></span>
<span style="counter-reset: c 799"></span>
<span style="counter-reset: c 899"></span>
<span style="counter-reset: c 999"></span>
<span style="counter-reset: c 1999"></span>
<span style="counter-reset: c 2999"></span>
<span style="counter-reset: c 3999"></span>
<span style="counter-reset: c 4999"></span>
<span style="counter-reset: c 5999"></span>
<span style="counter-reset: c 6999"></span>
<span style="counter-reset: c 7999"></span>
<span style="counter-reset: c 8999"></span>
<span style="counter-reset: c 9998"></span>
<span style="counter-reset: c 999998"></span>
<span></span>
</div>
</body>
</html>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<div>&#x96f6;</div>
<div>&#x58f1;</div>
<div>&#x5f10;</div>
<div>&#x53c2;</div>
<div>&#x56db;</div>
<div>&#x4f0d;</div>
<div>&#x516d;</div>
<div>&#x4e03;</div>
<div>&#x516b;</div>
<div>&#x4e5d;</div>
<div>&#x58f1;&#x62fe;</div>
<div>&#x58f1;&#x767e;</div>
<div>&#x58f1;&#x9621;</div>
<div>&#x58f1;&#x842c;</div>
<div>&#x58f1;&#x62fe;&#x842c;</div>
<div>&#x58f1;&#x767e;&#x842c;</div>
<div>&#x58f1;&#x9621;&#x842c;</div>
<div>&#x58f1;&#x5104;</div>
<div>&#x58f1;&#x62fe;&#x5104;</div>
<div>&#x58f1;&#x62fe;&#x58f1;</div>
<div>&#x4e5d;&#x62fe;&#x4e5d;</div>
<div>&#x58f1;&#x767e;&#x58f1;</div>
<div>&#x5f10;&#x767e;</div>
<div>&#x516d;&#x9621;&#x58f1;</div>
<div>&#x58f1;&#x842c;&#x58f1;</div>
<div>&#x58f1;&#x842c;&#x58f1;&#x62fe;&#x58f1;</div>
<div>&#x58f1;&#x842c;&#x58f1;&#x767e;&#x58f1;</div>
<div>&#x58f1;&#x842c;&#x58f1;&#x9621;&#x58f1;&#x767e;&#x58f1;&#x62fe;&#x58f1;</div>
<div>&#x58f1;&#x9621;&#x58f1;&#x767e;&#x842c;</div>
<div>&#x58f1;&#x5104;&#x58f1;&#x842c;&#x58f1;</div>
<div>&#x58f1;&#x5104;&#x58f1;&#x62fe;&#x58f1;&#x842c;&#x58f1;</div>
<div>&#x30de;&#x30a4;&#x30ca;&#x30b9;&#x58f1;</div>

View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#limited-japanese">
<link rel="match" href="counter-japanese-formal-ref.html">
<style>
div::after {
content: counter(n, japanese-formal);
}
</style>
<div style="counter-reset: n 0;"></div>
<div style="counter-reset: n 1;"></div>
<div style="counter-reset: n 2;"></div>
<div style="counter-reset: n 3;"></div>
<div style="counter-reset: n 4;"></div>
<div style="counter-reset: n 5;"></div>
<div style="counter-reset: n 6;"></div>
<div style="counter-reset: n 7;"></div>
<div style="counter-reset: n 8;"></div>
<div style="counter-reset: n 9;"></div>
<div style="counter-reset: n 10;"></div>
<div style="counter-reset: n 100;"></div>
<div style="counter-reset: n 1000;"></div>
<div style="counter-reset: n 10000;"></div>
<div style="counter-reset: n 100000;"></div>
<div style="counter-reset: n 1000000;"></div>
<div style="counter-reset: n 10000000;"></div>
<div style="counter-reset: n 100000000;"></div>
<div style="counter-reset: n 1000000000;"></div>
<div style="counter-reset: n 11;"></div>
<div style="counter-reset: n 99;"></div>
<div style="counter-reset: n 101;"></div>
<div style="counter-reset: n 200;"></div>
<div style="counter-reset: n 6001;"></div>
<div style="counter-reset: n 10001;"></div>
<div style="counter-reset: n 10011;"></div>
<div style="counter-reset: n 10101;"></div>
<div style="counter-reset: n 11111;"></div>
<div style="counter-reset: n 11000000;"></div>
<div style="counter-reset: n 100010001;"></div>
<div style="counter-reset: n 100110001;"></div>
<div style="counter-reset: n -1;"></div>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<div>&#x3007;</div>
<div>&#x4e00;</div>
<div>&#x4e8c;</div>
<div>&#x4e09;</div>
<div>&#x56db;</div>
<div>&#x4e94;</div>
<div>&#x516d;</div>
<div>&#x4e03;</div>
<div>&#x516b;</div>
<div>&#x4e5d;</div>
<div>&#x5341;</div>
<div>&#x767e;</div>
<div>&#x5343;</div>
<div>&#x4e00;&#x4e07;</div>
<div>&#x5341;&#x4e07;</div>
<div>&#x767e;&#x4e07;</div>
<div>&#x4e00;&#x5343;&#x4e07;</div>
<div>&#x4e00;&#x5104;</div>
<div>&#x5341;&#x5104;</div>
<div>&#x5341;&#x4e00;</div>
<div>&#x4e5d;&#x5341;&#x4e5d;</div>
<div>&#x767e;&#x4e00;</div>
<div>&#x4e8c;&#x767e;</div>
<div>&#x516d;&#x5343;&#x4e00;</div>
<div>&#x4e00;&#x4e07;&#x4e00;</div>
<div>&#x4e00;&#x4e07;&#x5341;&#x4e00;</div>
<div>&#x4e00;&#x4e07;&#x767e;&#x4e00;</div>
<div>&#x4e00;&#x4e07;&#x4e00;&#x5343;&#x767e;&#x5341;&#x4e00;</div>
<div>&#x4e00;&#x5343;&#x767e;&#x4e07;</div>
<div>&#x4e00;&#x5104;&#x4e00;&#x4e07;&#x4e00;</div>
<div>&#x4e00;&#x5104;&#x5341;&#x4e00;&#x4e07;&#x4e00;</div>
<div>&#x30de;&#x30a4;&#x30ca;&#x30b9;&#x4e00;</div>

View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#limited-japanese">
<link rel="match" href="counter-japanese-informal-ref.html">
<style>
div::after {
content: counter(n, japanese-informal);
}
</style>
<div style="counter-reset: n 0;"></div>
<div style="counter-reset: n 1;"></div>
<div style="counter-reset: n 2;"></div>
<div style="counter-reset: n 3;"></div>
<div style="counter-reset: n 4;"></div>
<div style="counter-reset: n 5;"></div>
<div style="counter-reset: n 6;"></div>
<div style="counter-reset: n 7;"></div>
<div style="counter-reset: n 8;"></div>
<div style="counter-reset: n 9;"></div>
<div style="counter-reset: n 10;"></div>
<div style="counter-reset: n 100;"></div>
<div style="counter-reset: n 1000;"></div>
<div style="counter-reset: n 10000;"></div>
<div style="counter-reset: n 100000;"></div>
<div style="counter-reset: n 1000000;"></div>
<div style="counter-reset: n 10000000;"></div>
<div style="counter-reset: n 100000000;"></div>
<div style="counter-reset: n 1000000000;"></div>
<div style="counter-reset: n 11;"></div>
<div style="counter-reset: n 99;"></div>
<div style="counter-reset: n 101;"></div>
<div style="counter-reset: n 200;"></div>
<div style="counter-reset: n 6001;"></div>
<div style="counter-reset: n 10001;"></div>
<div style="counter-reset: n 10011;"></div>
<div style="counter-reset: n 10101;"></div>
<div style="counter-reset: n 11111;"></div>
<div style="counter-reset: n 11000000;"></div>
<div style="counter-reset: n 100010001;"></div>
<div style="counter-reset: n 100110001;"></div>
<div style="counter-reset: n -1;"></div>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<div>&#xc601;,</div>
<div>&#xc77c;,</div>
<div>&#xc774;,</div>
<div>&#xc0bc;,</div>
<div>&#xc0ac;,</div>
<div>&#xc624;,</div>
<div>&#xc721;,</div>
<div>&#xce60;,</div>
<div>&#xd314;,</div>
<div>&#xad6c;,</div>
<div>&#xc77c;&#xc2ed;,</div>
<div>&#xc77c;&#xbc31;,</div>
<div>&#xc77c;&#xcc9c;,</div>
<div>&#xc77c;&#xb9cc;,</div>
<div>&#xc77c;&#xc2ed;&#xb9cc;,</div>
<div>&#xc77c;&#xbc31;&#xb9cc;,</div>
<div>&#xc77c;&#xcc9c;&#xb9cc;,</div>
<div>&#xc77c;&#xc5b5;,</div>
<div>&#xc77c;&#xc2ed;&#xc5b5;,</div>
<div>&#xc77c;&#xc2ed;&#xc77c;,</div>
<div>&#xad6c;&#xc2ed;&#xad6c;,</div>
<div>&#xc77c;&#xbc31;&#xc77c;,</div>
<div>&#xc774;&#xbc31;,</div>
<div>&#xc721;&#xcc9c;&#xc77c;,</div>
<div>&#xc77c;&#xb9cc; &#xc77c;,</div>
<div>&#xc77c;&#xb9cc; &#xc77c;&#xc2ed;&#xc77c;,</div>
<div>&#xc77c;&#xb9cc; &#xc77c;&#xbc31;&#xc77c;,</div>
<div>&#xc77c;&#xb9cc; &#xc77c;&#xcc9c;&#xc77c;&#xbc31;&#xc77c;&#xc2ed;&#xc77c;,</div>
<div>&#xc77c;&#xcc9c;&#xc77c;&#xbc31;&#xb9cc;,</div>
<div>&#xc77c;&#xc5b5; &#xc77c;&#xb9cc; &#xc77c;,</div>
<div>&#xc77c;&#xc5b5; &#xc77c;&#xc2ed;&#xc77c;&#xb9cc; &#xc77c;,</div>
<div>&#xb9c8;&#xc774;&#xb108;&#xc2a4; &#xc77c;,</div>

View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#limited-korean">
<link rel="match" href="counter-korean-hangul-formal-ref.html">
<style>
div::before {
content: counter(n, korean-hangul-formal);
}
</style>
<div style="counter-reset: n 0;">,</div>
<div style="counter-reset: n 1;">,</div>
<div style="counter-reset: n 2;">,</div>
<div style="counter-reset: n 3;">,</div>
<div style="counter-reset: n 4;">,</div>
<div style="counter-reset: n 5;">,</div>
<div style="counter-reset: n 6;">,</div>
<div style="counter-reset: n 7;">,</div>
<div style="counter-reset: n 8;">,</div>
<div style="counter-reset: n 9;">,</div>
<div style="counter-reset: n 10;">,</div>
<div style="counter-reset: n 100;">,</div>
<div style="counter-reset: n 1000;">,</div>
<div style="counter-reset: n 10000;">,</div>
<div style="counter-reset: n 100000;">,</div>
<div style="counter-reset: n 1000000;">,</div>
<div style="counter-reset: n 10000000;">,</div>
<div style="counter-reset: n 100000000;">,</div>
<div style="counter-reset: n 1000000000;">,</div>
<div style="counter-reset: n 11;">,</div>
<div style="counter-reset: n 99;">,</div>
<div style="counter-reset: n 101;">,</div>
<div style="counter-reset: n 200;">,</div>
<div style="counter-reset: n 6001;">,</div>
<div style="counter-reset: n 10001;">,</div>
<div style="counter-reset: n 10011;">,</div>
<div style="counter-reset: n 10101;">,</div>
<div style="counter-reset: n 11111;">,</div>
<div style="counter-reset: n 11000000;">,</div>
<div style="counter-reset: n 100010001;">,</div>
<div style="counter-reset: n 100110001;">,</div>
<div style="counter-reset: n -1;">,</div>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<div>&#x96f6;,</div>
<div>&#x58f9;,</div>
<div>&#x8cb3;,</div>
<div>&#x53c3;,</div>
<div>&#x56db;,</div>
<div>&#x4e94;,</div>
<div>&#x516d;,</div>
<div>&#x4e03;,</div>
<div>&#x516b;,</div>
<div>&#x4e5d;,</div>
<div>&#x58f9;&#x62fe;,</div>
<div>&#x58f9;&#x767e;,</div>
<div>&#x58f9;&#x4edf;,</div>
<div>&#x58f9;&#x842c;,</div>
<div>&#x58f9;&#x62fe;&#x842c;,</div>
<div>&#x58f9;&#x767e;&#x842c;,</div>
<div>&#x58f9;&#x4edf;&#x842c;,</div>
<div>&#x58f9;&#x5104;,</div>
<div>&#x58f9;&#x62fe;&#x5104;,</div>
<div>&#x58f9;&#x62fe;&#x58f9;,</div>
<div>&#x4e5d;&#x62fe;&#x4e5d;,</div>
<div>&#x58f9;&#x767e;&#x58f9;,</div>
<div>&#x8cb3;&#x767e;,</div>
<div>&#x516d;&#x4edf;&#x58f9;,</div>
<div>&#x58f9;&#x842c; &#x58f9;,</div>
<div>&#x58f9;&#x842c; &#x58f9;&#x62fe;&#x58f9;,</div>
<div>&#x58f9;&#x842c; &#x58f9;&#x767e;&#x58f9;,</div>
<div>&#x58f9;&#x842c; &#x58f9;&#x4edf;&#x58f9;&#x767e;&#x58f9;&#x62fe;&#x58f9;,</div>
<div>&#x58f9;&#x4edf;&#x58f9;&#x767e;&#x842c;,</div>
<div>&#x58f9;&#x5104; &#x58f9;&#x842c; &#x58f9;,</div>
<div>&#x58f9;&#x5104; &#x58f9;&#x62fe;&#x58f9;&#x842c; &#x58f9;,</div>
<div>&#xb9c8;&#xc774;&#xb108;&#xc2a4; &#x58f9;,</div>

View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#limited-korean">
<link rel="match" href="counter-korean-hanja-formal-ref.html">
<style>
div::before {
content: counter(n, korean-hanja-formal);
}
</style>
<div style="counter-reset: n 0;">,</div>
<div style="counter-reset: n 1;">,</div>
<div style="counter-reset: n 2;">,</div>
<div style="counter-reset: n 3;">,</div>
<div style="counter-reset: n 4;">,</div>
<div style="counter-reset: n 5;">,</div>
<div style="counter-reset: n 6;">,</div>
<div style="counter-reset: n 7;">,</div>
<div style="counter-reset: n 8;">,</div>
<div style="counter-reset: n 9;">,</div>
<div style="counter-reset: n 10;">,</div>
<div style="counter-reset: n 100;">,</div>
<div style="counter-reset: n 1000;">,</div>
<div style="counter-reset: n 10000;">,</div>
<div style="counter-reset: n 100000;">,</div>
<div style="counter-reset: n 1000000;">,</div>
<div style="counter-reset: n 10000000;">,</div>
<div style="counter-reset: n 100000000;">,</div>
<div style="counter-reset: n 1000000000;">,</div>
<div style="counter-reset: n 11;">,</div>
<div style="counter-reset: n 99;">,</div>
<div style="counter-reset: n 101;">,</div>
<div style="counter-reset: n 200;">,</div>
<div style="counter-reset: n 6001;">,</div>
<div style="counter-reset: n 10001;">,</div>
<div style="counter-reset: n 10011;">,</div>
<div style="counter-reset: n 10101;">,</div>
<div style="counter-reset: n 11111;">,</div>
<div style="counter-reset: n 11000000;">,</div>
<div style="counter-reset: n 100010001;">,</div>
<div style="counter-reset: n 100110001;">,</div>
<div style="counter-reset: n -1;">,</div>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<div>&#x96f6;,</div>
<div>&#x4e00;,</div>
<div>&#x4e8c;,</div>
<div>&#x4e09;,</div>
<div>&#x56db;,</div>
<div>&#x4e94;,</div>
<div>&#x516d;,</div>
<div>&#x4e03;,</div>
<div>&#x516b;,</div>
<div>&#x4e5d;,</div>
<div>&#x5341;,</div>
<div>&#x767e;,</div>
<div>&#x5343;,</div>
<div>&#x842c;,</div>
<div>&#x5341;&#x842c;,</div>
<div>&#x767e;&#x842c;,</div>
<div>&#x5343;&#x842c;,</div>
<div>&#x4e00;&#x5104;,</div>
<div>&#x5341;&#x5104;,</div>
<div>&#x5341;&#x4e00;,</div>
<div>&#x4e5d;&#x5341;&#x4e5d;,</div>
<div>&#x767e;&#x4e00;,</div>
<div>&#x4e8c;&#x767e;,</div>
<div>&#x516d;&#x5343;&#x4e00;,</div>
<div>&#x842c; &#x4e00;,</div>
<div>&#x842c; &#x5341;&#x4e00;,</div>
<div>&#x842c; &#x767e;&#x4e00;,</div>
<div>&#x842c; &#x5343;&#x767e;&#x5341;&#x4e00;,</div>
<div>&#x5343;&#x767e;&#x842c;,</div>
<div>&#x4e00;&#x5104; &#x842c; &#x4e00;,</div>
<div>&#x4e00;&#x5104; &#x5341;&#x4e00;&#x842c; &#x4e00;,</div>
<div>&#xb9c8;&#xc774;&#xb108;&#xc2a4; &#x4e00;,</div>

View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#limited-korean">
<link rel="match" href="counter-korean-hanja-informal-ref.html">
<style>
div::before {
content: counter(n, korean-hanja-informal);
}
</style>
<div style="counter-reset: n 0;">,</div>
<div style="counter-reset: n 1;">,</div>
<div style="counter-reset: n 2;">,</div>
<div style="counter-reset: n 3;">,</div>
<div style="counter-reset: n 4;">,</div>
<div style="counter-reset: n 5;">,</div>
<div style="counter-reset: n 6;">,</div>
<div style="counter-reset: n 7;">,</div>
<div style="counter-reset: n 8;">,</div>
<div style="counter-reset: n 9;">,</div>
<div style="counter-reset: n 10;">,</div>
<div style="counter-reset: n 100;">,</div>
<div style="counter-reset: n 1000;">,</div>
<div style="counter-reset: n 10000;">,</div>
<div style="counter-reset: n 100000;">,</div>
<div style="counter-reset: n 1000000;">,</div>
<div style="counter-reset: n 10000000;">,</div>
<div style="counter-reset: n 100000000;">,</div>
<div style="counter-reset: n 1000000000;">,</div>
<div style="counter-reset: n 11;">,</div>
<div style="counter-reset: n 99;">,</div>
<div style="counter-reset: n 101;">,</div>
<div style="counter-reset: n 200;">,</div>
<div style="counter-reset: n 6001;">,</div>
<div style="counter-reset: n 10001;">,</div>
<div style="counter-reset: n 10011;">,</div>
<div style="counter-reset: n 10101;">,</div>
<div style="counter-reset: n 11111;">,</div>
<div style="counter-reset: n 11000000;">,</div>
<div style="counter-reset: n 100010001;">,</div>
<div style="counter-reset: n 100110001;">,</div>
<div style="counter-reset: n -1;">,</div>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<div>&#x96f6;</div>
<div>&#x58f9;</div>
<div>&#x8d30;</div>
<div>&#x53c1;</div>
<div>&#x8086;</div>
<div>&#x4f0d;</div>
<div>&#x9646;</div>
<div>&#x67d2;</div>
<div>&#x634c;</div>
<div>&#x7396;</div>
<div>&#x58f9;&#x62fe;</div>
<div>&#x58f9;&#x4f70;</div>
<div>&#x58f9;&#x4edf;</div>
<div>&#x58f9;&#x4e07;</div>
<div>&#x58f9;&#x62fe;&#x4e07;</div>
<div>&#x58f9;&#x4f70;&#x4e07;</div>
<div>&#x58f9;&#x4edf;&#x4e07;</div>
<div>&#x58f9;&#x4ebf;</div>
<div>&#x58f9;&#x62fe;&#x4ebf;</div>
<div>&#x58f9;&#x62fe;&#x58f9;</div>
<div>&#x7396;&#x62fe;&#x7396;</div>
<div>&#x58f9;&#x4f70;&#x96f6;&#x58f9;</div>
<div>&#x8d30;&#x4f70;</div>
<div>&#x9646;&#x4edf;&#x96f6;&#x58f9;</div>
<div>&#x58f9;&#x4e07;&#x96f6;&#x58f9;</div>
<div>&#x58f9;&#x4e07;&#x96f6;&#x58f9;&#x62fe;&#x58f9;</div>
<div>&#x58f9;&#x4e07;&#x96f6;&#x58f9;&#x4f70;&#x96f6;&#x58f9;</div>
<div>&#x58f9;&#x4e07;&#x58f9;&#x4edf;&#x58f9;&#x4f70;&#x58f9;&#x62fe;&#x58f9;</div>
<div>&#x58f9;&#x4edf;&#x58f9;&#x4f70;&#x4e07;</div>
<div>&#x58f9;&#x4ebf;&#x96f6;&#x58f9;&#x4e07;&#x96f6;&#x58f9;</div>
<div>&#x58f9;&#x4ebf;&#x96f6;&#x58f9;&#x62fe;&#x58f9;&#x4e07;&#x96f6;&#x58f9;</div>
<div>&#x8d1f;&#x58f9;</div>

View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#limited-chinese">
<link rel="match" href="counter-simp-chinese-formal-ref.html">
<style>
div::after {
content: counter(n, simp-chinese-formal);
}
</style>
<div style="counter-reset: n 0;"></div>
<div style="counter-reset: n 1;"></div>
<div style="counter-reset: n 2;"></div>
<div style="counter-reset: n 3;"></div>
<div style="counter-reset: n 4;"></div>
<div style="counter-reset: n 5;"></div>
<div style="counter-reset: n 6;"></div>
<div style="counter-reset: n 7;"></div>
<div style="counter-reset: n 8;"></div>
<div style="counter-reset: n 9;"></div>
<div style="counter-reset: n 10;"></div>
<div style="counter-reset: n 100;"></div>
<div style="counter-reset: n 1000;"></div>
<div style="counter-reset: n 10000;"></div>
<div style="counter-reset: n 100000;"></div>
<div style="counter-reset: n 1000000;"></div>
<div style="counter-reset: n 10000000;"></div>
<div style="counter-reset: n 100000000;"></div>
<div style="counter-reset: n 1000000000;"></div>
<div style="counter-reset: n 11;"></div>
<div style="counter-reset: n 99;"></div>
<div style="counter-reset: n 101;"></div>
<div style="counter-reset: n 200;"></div>
<div style="counter-reset: n 6001;"></div>
<div style="counter-reset: n 10001;"></div>
<div style="counter-reset: n 10011;"></div>
<div style="counter-reset: n 10101;"></div>
<div style="counter-reset: n 11111;"></div>
<div style="counter-reset: n 11000000;"></div>
<div style="counter-reset: n 100010001;"></div>
<div style="counter-reset: n 100110001;"></div>
<div style="counter-reset: n -1;"></div>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<div>&#x96f6;</div>
<div>&#x4e00;</div>
<div>&#x4e8c;</div>
<div>&#x4e09;</div>
<div>&#x56db;</div>
<div>&#x4e94;</div>
<div>&#x516d;</div>
<div>&#x4e03;</div>
<div>&#x516b;</div>
<div>&#x4e5d;</div>
<div>&#x5341;</div>
<div>&#x4e00;&#x767e;</div>
<div>&#x4e00;&#x5343;</div>
<div>&#x4e00;&#x4e07;</div>
<div>&#x5341;&#x4e07;</div>
<div>&#x4e00;&#x767e;&#x4e07;</div>
<div>&#x4e00;&#x5343;&#x4e07;</div>
<div>&#x4e00;&#x4ebf;</div>
<div>&#x5341;&#x4ebf;</div>
<div>&#x5341;&#x4e00;</div>
<div>&#x4e5d;&#x5341;&#x4e5d;</div>
<div>&#x4e00;&#x767e;&#x96f6;&#x4e00;</div>
<div>&#x4e8c;&#x767e;</div>
<div>&#x516d;&#x5343;&#x96f6;&#x4e00;</div>
<div>&#x4e00;&#x4e07;&#x96f6;&#x4e00;</div>
<div>&#x4e00;&#x4e07;&#x96f6;&#x4e00;&#x5341;&#x4e00;</div>
<div>&#x4e00;&#x4e07;&#x96f6;&#x4e00;&#x767e;&#x96f6;&#x4e00;</div>
<div>&#x4e00;&#x4e07;&#x4e00;&#x5343;&#x4e00;&#x767e;&#x4e00;&#x5341;&#x4e00;</div>
<div>&#x4e00;&#x5343;&#x4e00;&#x767e;&#x4e07;</div>
<div>&#x4e00;&#x4ebf;&#x96f6;&#x4e00;&#x4e07;&#x96f6;&#x4e00;</div>
<div>&#x4e00;&#x4ebf;&#x96f6;&#x5341;&#x4e00;&#x4e07;&#x96f6;&#x4e00;</div>
<div>&#x8d1f;&#x4e00;</div>

View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#limited-chinese">
<link rel="match" href="counter-simp-chinese-informal-ref.html">
<style>
div::after {
content: counter(n, simp-chinese-informal);
}
</style>
<div style="counter-reset: n 0;"></div>
<div style="counter-reset: n 1;"></div>
<div style="counter-reset: n 2;"></div>
<div style="counter-reset: n 3;"></div>
<div style="counter-reset: n 4;"></div>
<div style="counter-reset: n 5;"></div>
<div style="counter-reset: n 6;"></div>
<div style="counter-reset: n 7;"></div>
<div style="counter-reset: n 8;"></div>
<div style="counter-reset: n 9;"></div>
<div style="counter-reset: n 10;"></div>
<div style="counter-reset: n 100;"></div>
<div style="counter-reset: n 1000;"></div>
<div style="counter-reset: n 10000;"></div>
<div style="counter-reset: n 100000;"></div>
<div style="counter-reset: n 1000000;"></div>
<div style="counter-reset: n 10000000;"></div>
<div style="counter-reset: n 100000000;"></div>
<div style="counter-reset: n 1000000000;"></div>
<div style="counter-reset: n 11;"></div>
<div style="counter-reset: n 99;"></div>
<div style="counter-reset: n 101;"></div>
<div style="counter-reset: n 200;"></div>
<div style="counter-reset: n 6001;"></div>
<div style="counter-reset: n 10001;"></div>
<div style="counter-reset: n 10011;"></div>
<div style="counter-reset: n 10101;"></div>
<div style="counter-reset: n 11111;"></div>
<div style="counter-reset: n 11000000;"></div>
<div style="counter-reset: n 100010001;"></div>
<div style="counter-reset: n 100110001;"></div>
<div style="counter-reset: n -1;"></div>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<div>&#x96f6;</div>
<div>&#x58f9;</div>
<div>&#x8cb3;</div>
<div>&#x53c3;</div>
<div>&#x8086;</div>
<div>&#x4f0d;</div>
<div>&#x9678;</div>
<div>&#x67d2;</div>
<div>&#x634c;</div>
<div>&#x7396;</div>
<div>&#x58f9;&#x62fe;</div>
<div>&#x58f9;&#x4f70;</div>
<div>&#x58f9;&#x4edf;</div>
<div>&#x58f9;&#x842c;</div>
<div>&#x58f9;&#x62fe;&#x842c;</div>
<div>&#x58f9;&#x4f70;&#x842c;</div>
<div>&#x58f9;&#x4edf;&#x842c;</div>
<div>&#x58f9;&#x5104;</div>
<div>&#x58f9;&#x62fe;&#x5104;</div>
<div>&#x58f9;&#x62fe;&#x58f9;</div>
<div>&#x7396;&#x62fe;&#x7396;</div>
<div>&#x58f9;&#x4f70;&#x96f6;&#x58f9;</div>
<div>&#x8cb3;&#x4f70;</div>
<div>&#x9678;&#x4edf;&#x96f6;&#x58f9;</div>
<div>&#x58f9;&#x842c;&#x96f6;&#x58f9;</div>
<div>&#x58f9;&#x842c;&#x96f6;&#x58f9;&#x62fe;&#x58f9;</div>
<div>&#x58f9;&#x842c;&#x96f6;&#x58f9;&#x4f70;&#x96f6;&#x58f9;</div>
<div>&#x58f9;&#x842c;&#x58f9;&#x4edf;&#x58f9;&#x4f70;&#x58f9;&#x62fe;&#x58f9;</div>
<div>&#x58f9;&#x4edf;&#x58f9;&#x4f70;&#x842c;</div>
<div>&#x58f9;&#x5104;&#x96f6;&#x58f9;&#x842c;&#x96f6;&#x58f9;</div>
<div>&#x58f9;&#x5104;&#x96f6;&#x58f9;&#x62fe;&#x58f9;&#x842c;&#x96f6;&#x58f9;</div>
<div>&#x8ca0;&#x58f9;</div>

View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#limited-chinese">
<link rel="match" href="counter-trad-chinese-formal-ref.html">
<style>
div::after {
content: counter(n, trad-chinese-formal);
}
</style>
<div style="counter-reset: n 0;"></div>
<div style="counter-reset: n 1;"></div>
<div style="counter-reset: n 2;"></div>
<div style="counter-reset: n 3;"></div>
<div style="counter-reset: n 4;"></div>
<div style="counter-reset: n 5;"></div>
<div style="counter-reset: n 6;"></div>
<div style="counter-reset: n 7;"></div>
<div style="counter-reset: n 8;"></div>
<div style="counter-reset: n 9;"></div>
<div style="counter-reset: n 10;"></div>
<div style="counter-reset: n 100;"></div>
<div style="counter-reset: n 1000;"></div>
<div style="counter-reset: n 10000;"></div>
<div style="counter-reset: n 100000;"></div>
<div style="counter-reset: n 1000000;"></div>
<div style="counter-reset: n 10000000;"></div>
<div style="counter-reset: n 100000000;"></div>
<div style="counter-reset: n 1000000000;"></div>
<div style="counter-reset: n 11;"></div>
<div style="counter-reset: n 99;"></div>
<div style="counter-reset: n 101;"></div>
<div style="counter-reset: n 200;"></div>
<div style="counter-reset: n 6001;"></div>
<div style="counter-reset: n 10001;"></div>
<div style="counter-reset: n 10011;"></div>
<div style="counter-reset: n 10101;"></div>
<div style="counter-reset: n 11111;"></div>
<div style="counter-reset: n 11000000;"></div>
<div style="counter-reset: n 100010001;"></div>
<div style="counter-reset: n 100110001;"></div>
<div style="counter-reset: n -1;"></div>

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<div>&#x96f6;</div>
<div>&#x4e00;</div>
<div>&#x4e8c;</div>
<div>&#x4e09;</div>
<div>&#x56db;</div>
<div>&#x4e94;</div>
<div>&#x516d;</div>
<div>&#x4e03;</div>
<div>&#x516b;</div>
<div>&#x4e5d;</div>
<div>&#x5341;</div>
<div>&#x4e00;&#x767e;</div>
<div>&#x4e00;&#x5343;</div>
<div>&#x4e00;&#x842c;<div>
<div>&#x5341;&#x842c;</div>
<div>&#x4e00;&#x767e;&#x842c;</div>
<div>&#x4e00;&#x5343;&#x842c;</div>
<div>&#x4e00;&#x5104;</div>
<div>&#x5341;&#x5104;</div>
<div>&#x5341;&#x4e00;</div>
<div>&#x4e5d;&#x5341;&#x4e5d;</div>
<div>&#x4e00;&#x767e;&#x96f6;&#x4e00;</div>
<div>&#x4e8c;&#x767e;</div>
<div>&#x516d;&#x5343;&#x96f6;&#x4e00;</div>
<div>&#x4e00;&#x842c;&#x96f6;&#x4e00;</div>
<div>&#x4e00;&#x842c;&#x96f6;&#x4e00;&#x5341;&#x4e00;</div>
<div>&#x4e00;&#x842c;&#x96f6;&#x4e00;&#x767e;&#x96f6;&#x4e00;</div>
<div>&#x4e00;&#x842c;&#x4e00;&#x5343;&#x4e00;&#x767e;&#x4e00;&#x5341;&#x4e00;</div>
<div>&#x4e00;&#x5343;&#x4e00;&#x767e;&#x842c;</div>
<div>&#x4e00;&#x5104;&#x96f6;&#x4e00;&#x842c;&#x96f6;&#x4e00;</div>
<div>&#x4e00;&#x5104;&#x96f6;&#x5341;&#x4e00;&#x842c;&#x96f6;&#x4e00;</div>
<div>&#x8ca0;&#x4e00;</div>

View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-counter-styles/#limited-chinese">
<link rel="match" href="counter-trad-chinese-informal-ref.html">
<style>
div::after {
content: counter(n, trad-chinese-informal);
}
</style>
<div style="counter-reset: n 0;"></div>
<div style="counter-reset: n 1;"></div>
<div style="counter-reset: n 2;"></div>
<div style="counter-reset: n 3;"></div>
<div style="counter-reset: n 4;"></div>
<div style="counter-reset: n 5;"></div>
<div style="counter-reset: n 6;"></div>
<div style="counter-reset: n 7;"></div>
<div style="counter-reset: n 8;"></div>
<div style="counter-reset: n 9;"></div>
<div style="counter-reset: n 10;"></div>
<div style="counter-reset: n 100;"></div>
<div style="counter-reset: n 1000;"></div>
<div style="counter-reset: n 10000;"></div>
<div style="counter-reset: n 100000;"></div>
<div style="counter-reset: n 1000000;"></div>
<div style="counter-reset: n 10000000;"></div>
<div style="counter-reset: n 100000000;"></div>
<div style="counter-reset: n 1000000000;"></div>
<div style="counter-reset: n 11;"></div>
<div style="counter-reset: n 99;"></div>
<div style="counter-reset: n 101;"></div>
<div style="counter-reset: n 200;"></div>
<div style="counter-reset: n 6001;"></div>
<div style="counter-reset: n 10001;"></div>
<div style="counter-reset: n 10011;"></div>
<div style="counter-reset: n 10101;"></div>
<div style="counter-reset: n 11111;"></div>
<div style="counter-reset: n 11000000;"></div>
<div style="counter-reset: n 100010001;"></div>
<div style="counter-reset: n 100110001;"></div>
<div style="counter-reset: n -1;"></div>