mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
618 lines
No EOL
26 KiB
HTML
618 lines
No EOL
26 KiB
HTML
|
|
|
|
<!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>Simple Predefined Counter Styles - CSS Counter Styles Level 3 CR Test Suite</title>
|
|
<style type="text/css">
|
|
@import "http://www.w3.org/StyleSheets/TR/base.css";
|
|
@import "../indices.css";
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>CSS Counter Styles Level 3 CR Test Suite</h1>
|
|
<h2>Simple Predefined Counter Styles (39 tests)</h2>
|
|
<table width="100%">
|
|
<col id="test-column"></col>
|
|
<col id="refs-column"></col>
|
|
<col id="flags-column"></col>
|
|
<col id="info-column"></col>
|
|
<thead>
|
|
<tr>
|
|
<th>Test</th>
|
|
<th><abbr title="Rendering References">Refs</abbr></th>
|
|
<th>Flags</th>
|
|
<th>Info</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="s6">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6">+</a>
|
|
<a href="http://www.w3.org/TR/css-counter-styles-3/#predefined-counters">6 Simple Predefined Counter Styles</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.1">+</a>
|
|
<a href="http://www.w3.org/TR/css-counter-styles-3/#simple-numeric">6.1 Numeric: decimal, decimal-leading-zero, arabic-indic, armenian, upper-armenian, lower-armenian, bengali, cambodian, khmer, cjk-decimal, devanagari, georgian, gujarati, gurmukhi, hebrew, kannada, lao, malayalam, mongolian, myanmar, oriya, persian, lower...</a></th></tr>
|
|
<!-- 24 tests -->
|
|
<tr id="css3-counter-styles-001-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-001.xht">css3-counter-styles-001</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>cjk-decimal, 0-9
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to cjk-decimal will produce list of up to 9 items numbering as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-004-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-004.xht">css3-counter-styles-004</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>cjk-decimal, 10+
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to cjk-decimal will produce list numbering after 9 as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-005-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-005.xht">css3-counter-styles-005</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>cjk-decimal, suffix
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to cjk-decimal will produce a suffix as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-006-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-006.xht">css3-counter-styles-006</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>armenian, 0-9
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to armenian will produce list of up to 9 items numbering as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-007-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-007.xht">css3-counter-styles-007</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>armenian, 10+
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to armenian will produce list numbering after 9 as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-008-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-008.xht">css3-counter-styles-008</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>armenian, outside range
|
|
<ul class="assert">
|
|
<li>With list-style-type set to armenian, list markers above the limit specified in CSS3 will be rendered in the fallback counter style.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-009-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-009.xht">css3-counter-styles-009</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>armenian, suffix
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to armenian will produce a suffix as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-010-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-010.xht">css3-counter-styles-010</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>georgian, 0-9
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to georgian will produce list of up to 9 items numbering as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-011-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-011.xht">css3-counter-styles-011</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>georgian, 10+
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to georgian will produce list numbering after 9 as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-012-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-012.xht">css3-counter-styles-012</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>georgian, outside range
|
|
<ul class="assert">
|
|
<li>With list-style-type set to georgian, list markers above the limit specified in CSS3 will be rendered in the fallback counter style.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-014-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-014.xht">css3-counter-styles-014</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>georgian, suffix
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to georgian will produce a suffix as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-015-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-015.xht">css3-counter-styles-015</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>hebrew, 0-9
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to hebrew will produce list of up to 9 items numbering as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-016-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-016.xht">css3-counter-styles-016</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>hebrew, 10+
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to hebrew will produce list numbering after 9 as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-017-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-017.xht">css3-counter-styles-017</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>hebrew, suffix
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to hebrew will produce a suffix as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-019-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-019.xht">css3-counter-styles-019</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>lower-roman, 0-9
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to lower-roman will produce list of up to 9 items numbering as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-020-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-020.xht">css3-counter-styles-020</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>lower-roman, 10-3999
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to lower-roman will produce list numbering after 9 as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-020a-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-020a.xht">css3-counter-styles-020a</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>lower-roman, 3000-3999
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to lower-roman will produce list of up to 9 items in the range range: 1 to 3999.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-021-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-021.xht">css3-counter-styles-021</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>lower-roman, outside range
|
|
<ul class="assert">
|
|
<li>With list-style-type set to lower-roman, list markers above the limit specified in CSS3 will be rendered in the fallback counter style.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-022-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-022.xht">css3-counter-styles-022</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>lower-roman, suffix
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to lower-roman will produce a suffix as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-023-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-023.xht">css3-counter-styles-023</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>upper-roman, 0-9
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to upper-roman will produce list of up to 9 items numbering as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-024-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-024.xht">css3-counter-styles-024</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>upper-roman, 10-3999
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to upper-roman will produce list numbering after 9 as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-024a-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-024a.xht">css3-counter-styles-024a</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>upper-roman, 3000-3999
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to upper-roman will produce list of up to 9 items in the range range: 1 to 3999.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-025-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-025.xht">css3-counter-styles-025</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>upper-roman, outside range
|
|
<ul class="assert">
|
|
<li>With list-style-type set to upper-roman, list markers above the limit specified in CSS3 will be rendered in the fallback counter style.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-026-6.1" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-026.xht">css3-counter-styles-026</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>upper-roman, suffix
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to upper-roman will produce a suffix as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s6.1.#armenian">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#cjk-decimal">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#decimal">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#decimal-leading-zero">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#georgian">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#hebrew">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#lower-roman">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#upper-roman">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-arabic-indic">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-bengali">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-cambodian">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-devanagari">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-gujarati">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-gurmukhi">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-kannada">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-khmer">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-lao">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-lower-armeniam">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-malayalam">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-mongolian">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-myanmar">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-oriya">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-persian">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-tamil">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-telugu">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-thai">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-tibetan">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#valdef-counter-style-name-upper-armenian">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.2">+</a>
|
|
<a href="http://www.w3.org/TR/css-counter-styles-3/#simple-alphabetic">6.2 Alphabetic: lower-alpha, lower-latin, upper-alpha, upper-latin, cjk-earthly-branch, cjk-heavenly-stem, lower-greek, hiragana, hiragana-iroha, katakana, katakana-iroha</a></th></tr>
|
|
<!-- 15 tests -->
|
|
<tr id="css3-counter-styles-027-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-027.xht">css3-counter-styles-027</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>lower-greek, simple
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to lower-greek will produce list numbering for the basic alphabet as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-028-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-028.xht">css3-counter-styles-028</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>lower-greek, extended
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to lower-greek will produce list numbering after the basic alphabet as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-029-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-029.xht">css3-counter-styles-029</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>lower-greek, suffix
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to lower-greek will produce a suffix as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-030-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-030.xht">css3-counter-styles-030</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>hiragana, simple
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to hiragana will produce list numbering for the basic alphabet as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-031-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-031.xht">css3-counter-styles-031</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>hiragana, extended
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to hiragana will produce list numbering after the basic alphabet as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-032-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-032.xht">css3-counter-styles-032</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>hiragana, suffix
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to hiragana will produce a suffix as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-033-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-033.xht">css3-counter-styles-033</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>hiragana-iroha, simple
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to hiragana-iroha will produce list numbering for the basic alphabet as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-034-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-034.xht">css3-counter-styles-034</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>hiragana-iroha, extended
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to hiragana-iroha will produce list numbering after the basic alphabet as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-035-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-035.xht">css3-counter-styles-035</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>hiragana-iroha, suffix
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to hiragana-iroha will produce a suffix as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-036-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-036.xht">css3-counter-styles-036</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>katakana, simple
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to katakana will produce list numbering for the basic alphabet as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-037-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-037.xht">css3-counter-styles-037</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>katakana, extended
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to katakana will produce list numbering after the basic alphabet as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-038-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-038.xht">css3-counter-styles-038</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>katakana, suffix
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to katakana will produce a suffix as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-039-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-039.xht">css3-counter-styles-039</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>katakana-iroha, simple
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to katakana-iroha will produce list numbering for the basic alphabet as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-040-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-040.xht">css3-counter-styles-040</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>katakana-iroha, extended
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to katakana-iroha will produce list numbering after the basic alphabet as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="css3-counter-styles-041-6.2" class="primary font">
|
|
<td><strong>
|
|
<a href="css3-counter-styles-041.xht">css3-counter-styles-041</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
|
<td>katakana-iroha, suffix
|
|
<ul class="assert">
|
|
<li>Setting list-style-type to katakana-iroha will produce a suffix as described in the CSS3 Counter Styles module.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s6.2.#hiragana">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.#hiragana-iroha">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.#katakana">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.#katakana-iroha">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.#lower-alpha">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.#lower-greek">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.#lower-latin">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.#upper-alpha">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.#upper-latin">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.#valdef-counter-style-name-cjk-earthly-branch">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.#valdef-counter-style-name-cjk-heavenly-stem">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.3">+</a>
|
|
<a href="http://www.w3.org/TR/css-counter-styles-3/#simple-symbolic">6.3 Symbolic: disc, circle, square, disclosure-open, disclosure-closed</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.#circle">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.#disc">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.#disclosure-closed">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.#disclosure-open">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.#square">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |