servo/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/chapter-9.xht
Ms2ger 296fa2512b Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
2017-02-06 22:38:29 +01:00

575 lines
No EOL
29 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>Glyph Composition - CSS Writing Modes Module 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 Writing Modes Module Level 3 CR Test Suite</h1>
<h2>Glyph Composition (40 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="s9">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9">+</a>
<a href="https://www.w3.org/TR/css-writing-modes-3/#text-combine">9 Glyph Composition</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s9.#text-combine-horizontal">
<!-- 0 tests -->
</tbody>
<tbody id="s9.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.1">+</a>
<a href="https://www.w3.org/TR/css-writing-modes-3/#text-combine-upright">9.1 Horizontal-in-Vertical Composition: the text-combine-upright property</a></th></tr>
<!-- 22 tests -->
<tr id="text-combine-upright-inherit-all-001-9.1" class="">
<td>
<a href="text-combine-upright-inherit-all-001.xht">text-combine-upright-inherit-all-001</a></td>
<td><a href="reference/text-combine-upright-inherit-all-001.xht">=</a> </td>
<td></td>
<td>text-combine-upright:all inherits
<ul class="assert">
<li>This test checks text-combine-upright:all inherits</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-inherit-all-002-9.1" class="">
<td>
<a href="text-combine-upright-inherit-all-002.xht">text-combine-upright-inherit-all-002</a></td>
<td><a href="reference/text-combine-upright-inherit-all-002.xht">=</a> </td>
<td></td>
<td>text-combine-upright :all
<ul class="assert">
<li>This test checks text-combine-upright:all inherits through the containment hierarchy and interrupted (by a box boundary) text runs</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-parsing-digits-001-9.1" class="dom script">
<td>
<a href="text-combine-upright-parsing-digits-001.xht">text-combine-upright-parsing-digits-001</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>CSS Writing Modes: parsing text-combine-upright for digits
<ul class="assert">
<li>text-combine-upright supports `none`, `all`, `digits`, and `digits` followed by a digit in the range from 2 to 4.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-parsing-digits-002-9.1" class="dom script">
<td>
<a href="text-combine-upright-parsing-digits-002.xht">text-combine-upright-parsing-digits-002</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>CSS Writing Modes: parsing text-combine-upright with digits plus calc() computing to valid digits
<ul class="assert">
<li>User Agents support text-combine-upright with values `digits calc(...)` if the expression inside `calc()` computes to a valid integer, which is either 2, 3, or 4.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-parsing-invalid-001-9.1" class="dom invalid script">
<td>
<a href="text-combine-upright-parsing-invalid-001.xht">text-combine-upright-parsing-invalid-001</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>CSS Writing Modes: parsing text-combine-upright with invalid values
<ul class="assert">
<li>text-combine-upright doesn't support undefined keywords and out-of-range integer, and numbers.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-parsing-invalid-002-9.1" class="dom invalid script">
<td>
<a href="text-combine-upright-parsing-invalid-002.xht">text-combine-upright-parsing-invalid-002</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>CSS Writing Modes: parsing text-combine-upright with digits plus calc() computing to invalid digits
<ul class="assert">
<li>User Agents ignore text-combine-upright with values `digits calc(...)` if the expression inside `calc()` computes to either numbers or out-of-range integers.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-parsing-valid-001-9.1" class="dom script">
<td>
<a href="text-combine-upright-parsing-valid-001.xht">text-combine-upright-parsing-valid-001</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>CSS Writing Modes: parsing text-combine-upright with valid values
<ul class="assert">
<li>text-combine-upright supports `none`, `all`, `digits`, and `digits` followed by a digit in the range from 2 to 4.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-all-001-9.1" class="font">
<td>
<a href="text-combine-upright-value-all-001.xht">text-combine-upright-value-all-001</a></td>
<td><a href="reference/text-combine-upright-value-single-character.xht">=</a> </td>
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
<td>CSS Writing Modes: text-combine-upright: all
<ul class="assert">
<li>'text-combine-upright: all' rotates the composition even if tate-chu-yoko</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-all-002-9.1" class="ahem">
<td>
<a href="text-combine-upright-value-all-002.xht">text-combine-upright-value-all-002</a></td>
<td><a href="reference/vertical-ahem-1x1-ref.xht">=</a> <a href="reference/horizontal-ahem-1x1-notref.xht">&#x2260;</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: text-combine-upright: all
<ul class="assert">
<li>'text-combine-upright: all' combines all characters inside the element which the declaration applied horizontally.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-all-003-9.1" class="ahem">
<td>
<a href="text-combine-upright-value-all-003.xht">text-combine-upright-value-all-003</a></td>
<td><a href="reference/vertical-ahem-1x1-ref.xht">=</a> <a href="reference/horizontal-ahem-1x1-notref.xht">&#x2260;</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: text-combine-upright: all
<ul class="assert">
<li>'text-combine-upright: all' combines all characters inside the element which the declaration applied horizontally.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-digits2-001-9.1" class="font">
<td>
<a href="text-combine-upright-value-digits2-001.xht">text-combine-upright-value-digits2-001</a></td>
<td><a href="reference/text-combine-upright-value-single-character.xht">=</a> </td>
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
<td>CSS Writing Modes: text-combine-upright: digits 2
<ul class="assert">
<li>the 'digits' values in text-combine-upright rotates the composition even if there is only one character inside tate-chu-yoko.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-digits2-002-9.1" class="ahem">
<td>
<a href="text-combine-upright-value-digits2-002.xht">text-combine-upright-value-digits2-002</a></td>
<td><a href="reference/vertical-ahem-1x1-ref.xht">=</a> <a href="reference/horizontal-ahem-1x1-notref.xht">&#x2260;</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: text-combine-upright: digits 2 + two digits
<ul class="assert">
<li>'text-combine-upright: digits 2' combines two ASCII digits horizontally.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-digits2-003-9.1" class="ahem">
<td>
<a href="text-combine-upright-value-digits2-003.xht">text-combine-upright-value-digits2-003</a></td>
<td><a href="reference/vertical-ahem-1x3-ref.xht">=</a> <a href="reference/horizontal-ahem-1x3-notref.xht">&#x2260;</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: text-combine-upright: digits 2 + three digits
<ul class="assert">
<li>'text-combine-upright: digits 2' does not combine digits that are greater than two.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-digits3-001-9.1" class="ahem">
<td>
<a href="text-combine-upright-value-digits3-001.xht">text-combine-upright-value-digits3-001</a></td>
<td><a href="reference/vertical-ahem-1x1-ref.xht">=</a> <a href="reference/horizontal-ahem-1x1-notref.xht">&#x2260;</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: text-combine-upright: digits 3 + two digits
<ul class="assert">
<li>'text-combine-upright: digits 3' combines two ASCII digits horizontally.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-digits3-002-9.1" class="ahem">
<td>
<a href="text-combine-upright-value-digits3-002.xht">text-combine-upright-value-digits3-002</a></td>
<td><a href="reference/vertical-ahem-1x1-ref.xht">=</a> <a href="reference/horizontal-ahem-1x1-notref.xht">&#x2260;</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: text-combine-upright: digits 3 + three digits
<ul class="assert">
<li>'text-combine-upright: digits 3' combines three ASCII digits horizontally.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-digits3-003-9.1" class="ahem">
<td>
<a href="text-combine-upright-value-digits3-003.xht">text-combine-upright-value-digits3-003</a></td>
<td><a href="reference/vertical-ahem-1x4-ref.xht">=</a> <a href="reference/horizontal-ahem-1x4-notref.xht">&#x2260;</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: text-combine-upright: digits 3 + four digits
<ul class="assert">
<li>'text-combine-upright: digits 3' does not combine digits that are greater than three.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-digits4-001-9.1" class="ahem">
<td>
<a href="text-combine-upright-value-digits4-001.xht">text-combine-upright-value-digits4-001</a></td>
<td><a href="reference/vertical-ahem-1x1-ref.xht">=</a> <a href="reference/horizontal-ahem-1x1-notref.xht">&#x2260;</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: text-combine-upright: digits 4 + three digits
<ul class="assert">
<li>'text-combine-upright: digits 4' combines three ASCII digits horizontally.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-digits4-002-9.1" class="ahem">
<td>
<a href="text-combine-upright-value-digits4-002.xht">text-combine-upright-value-digits4-002</a></td>
<td><a href="reference/vertical-ahem-1x1-ref.xht">=</a> <a href="reference/horizontal-ahem-1x1-notref.xht">&#x2260;</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: text-combine-upright: digits 4 + four digits
<ul class="assert">
<li>'text-combine-upright: digits 4' combines four ASCII digits horizontally.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-digits4-003-9.1" class="ahem">
<td>
<a href="text-combine-upright-value-digits4-003.xht">text-combine-upright-value-digits4-003</a></td>
<td><a href="reference/vertical-ahem-1x5-ref.xht">=</a> <a href="reference/horizontal-ahem-1x5-notref.xht">&#x2260;</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: text-combine-upright: digits 4 + five digits
<ul class="assert">
<li>'text-combine-upright: digits 4' does not combine digits that are greater than four.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-value-none-001-9.1" class="ahem">
<td>
<a href="text-combine-upright-value-none-001.xht">text-combine-upright-value-none-001</a></td>
<td><a href="reference/vertical-ahem-1x3-ref.xht">=</a> <a href="reference/horizontal-ahem-1x3-notref.xht">&#x2260;</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: text-combine-upright: none
<ul class="assert">
<li>'text-combine-upright: none' does not combine any characters in any circumstance.</li>
</ul>
</td>
</tr>
<tr id="writing-mode-horizontal-001l-9.1" class="">
<td>
<a href="writing-mode-horizontal-001l.xht">writing-mode-horizontal-001l</a></td>
<td><a href="reference/writing-mode-horizontal-001l-ref.xht">=</a> </td>
<td></td>
<td>CSS Writing Modes: text-combine-upright in horizontal writing mode
<ul class="assert">
<li>text-combine-upright does not have an effect in horizontal writing modes.</li>
</ul>
</td>
</tr>
<tr id="writing-mode-horizontal-001r-9.1" class="">
<td>
<a href="writing-mode-horizontal-001r.xht">writing-mode-horizontal-001r</a></td>
<td><a href="reference/writing-mode-horizontal-001r-ref.xht">=</a> </td>
<td></td>
<td>CSS Writing Modes: text-combine-upright in horizontal writing mode
<ul class="assert">
<li>text-combine-upright does not have an effect in horizontal writing modes.</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s9.1.#example-ae717c2a">
<!-- 0 tests -->
</tbody>
<tbody id="s9.1.#example-d250f365">
<!-- 0 tests -->
</tbody>
<tbody id="s9.1.#propdef-text-combine-upright">
<!-- 0 tests -->
</tbody>
<tbody id="s9.1.#valdef-text-combine-upright-all">
<!-- 0 tests -->
</tbody>
<tbody id="s9.1.#valdef-text-combine-upright-digits-integer">
<!-- 0 tests -->
</tbody>
<tbody id="s9.1.#valdef-text-combine-upright-none">
<!-- 0 tests -->
</tbody>
<tbody id="s9.1.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.1.1">+</a>
<a href="https://www.w3.org/TR/css-writing-modes-3/#text-combine-runs">9.1.1 Text Run Rules</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s9.1.1.#example-95932934">
<!-- 0 tests -->
</tbody>
<tbody id="s9.1.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.1.2">+</a>
<a href="https://www.w3.org/TR/css-writing-modes-3/#text-combine-layout">9.1.2 Layout Rules</a></th></tr>
<!-- 5 tests -->
<tr id="text-combine-upright-break-inside-001-9.1.2" class="primary">
<td><strong>
<a href="text-combine-upright-break-inside-001.xht">text-combine-upright-break-inside-001</a></strong></td>
<td><a href="reference/text-combine-upright-break-inside-001-ref.xht">=</a> </td>
<td></td>
<td>text-combine-upright, whitespace inside tcy with insufficient line space
<ul class="assert">
<li>line should never be broken inside text-combine-upright text node</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-break-inside-001a-9.1.2" class="primary">
<td><strong>
<a href="text-combine-upright-break-inside-001a.xht">text-combine-upright-break-inside-001a</a></strong></td>
<td><a href="reference/text-combine-upright-break-inside-001-ref.xht">=</a> </td>
<td></td>
<td>text-combine-upright, white-space: pre with new line
<ul class="assert">
<li>line should never be broken inside text-combine-upright text node</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-decorations-001-9.1.2" class="primary ahem">
<td><strong>
<a href="text-combine-upright-decorations-001.xht">text-combine-upright-decorations-001</a></strong></td>
<td><a href="reference/text-combine-upright-decorations-001.xht">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>The resulting composition is treated as a signel glyph for decorations
<ul class="assert">
<li>The resulting composition is treated as a signel glyph for decorations</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-layout-rules-001-9.1.2" class="ahem">
<td>
<a href="text-combine-upright-layout-rules-001.xht">text-combine-upright-layout-rules-001</a></td>
<td><a href="reference/text-combine-upright-layout-rules-001-ref.xht">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Writing Modes: Layout rules of text-combine-upright
<ul class="assert">
<li>Anything outside the 1em-composition does not affect layout.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-line-breaking-rules-001-9.1.2" class="primary">
<td><strong>
<a href="text-combine-upright-line-breaking-rules-001.xht">text-combine-upright-line-breaking-rules-001</a></strong></td>
<td><a href="reference/text-combine-upright-line-breaking-rules-001-ref.xht">=</a> </td>
<td></td>
<td>CSS Writing Modes: line-breaking-rules
<ul class="assert">
<li>The bracket should be combined with following characters.</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s9.1.3">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.1.3">+</a>
<a href="https://www.w3.org/TR/css-writing-modes-3/#text-combine-compression">9.1.3 Compression Rules</a></th></tr>
<!-- 5 tests -->
<tr id="text-combine-upright-compression-001-9.1.3" class="primary">
<td><strong>
<a href="text-combine-upright-compression-001.xht">text-combine-upright-compression-001</a></strong></td>
<td><a href="reference/text-combine-upright-compression-001-ref.xht">=</a> </td>
<td></td>
<td>text-combine-upright, no compression
<ul class="assert">
<li>text-combine-upright with character not wider than 1em should not trigger compression.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-002-9.1.3" class="primary">
<td><strong>
<a href="text-combine-upright-compression-002.xht">text-combine-upright-compression-002</a></strong></td>
<td><a href="reference/text-combine-upright-compression-002-ref.xht">=</a> </td>
<td></td>
<td>text-combine-upright, compression of two characters
<ul class="assert">
<li>text-combine-upright should try applying 'hwid' feature if the width is wider than 1em</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-003-9.1.3" class="primary">
<td><strong>
<a href="text-combine-upright-compression-003.xht">text-combine-upright-compression-003</a></strong></td>
<td><a href="reference/text-combine-upright-compression-003-ref.xht">=</a> </td>
<td></td>
<td>text-combine-upright, compression of three characters
<ul class="assert">
<li>text-combine-upright should try applying 'twid' feature if the width is wider than 1em</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-004-9.1.3" class="primary">
<td><strong>
<a href="text-combine-upright-compression-004.xht">text-combine-upright-compression-004</a></strong></td>
<td><a href="reference/text-combine-upright-compression-004-ref.xht">=</a> </td>
<td></td>
<td>text-combine-upright, compression of four characters
<ul class="assert">
<li>text-combine-upright should try applying 'qwid' feature if the width is wider than 1em</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-007-9.1.3" class="primary">
<td><strong>
<a href="text-combine-upright-compression-007.xht">text-combine-upright-compression-007</a></strong></td>
<td><a href="reference/text-combine-upright-compression-007-ref.xht">=</a> </td>
<td></td>
<td>text-combine-upright: all, fit any number of characters
<ul class="assert">
<li>text-combine-upright: all should allow any amount of text to be compressed in a 1em square</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s9.1.3.#example-8e0562a8">
<!-- 0 tests -->
</tbody>
<tbody id="s9.1.3.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.1.3.1">+</a>
<a href="https://www.w3.org/TR/css-writing-modes-3/#text-combine-fullwidth">9.1.3.1 Full-width Characters</a></th></tr>
<!-- 8 tests -->
<tr id="full-width-001-9.1.3.1" class="asis should">
<td>
<a href="full-width-001.xht">full-width-001</a></td>
<td><a href="reference/full-width-001-horizontal-notref.xht">&#x2260;</a> <a href="reference/full-width-001-nofullwidth-notref.xht">&#x2260;</a> </td>
<td><abbr class="asis" title="Can not be re-serialized">As-Is</abbr><abbr class="should" title="Behavior tested is recommended but not required">Recommend</abbr></td>
<td>CSS Writing Modes: 'text-combine-upright: all' applied on a single typographic full-width unit character
<ul class="assert">
<li>When 'text-combine-upright: all' and 'text-transform: full-width' are applied simultaneously on 1 single typographic unit or when 'text-combine-upright: all' is set on a full-width typographic unit character, then such typographic unit remains a full-width character.</li>
</ul>
</td>
</tr>
<tr id="full-width-002-9.1.3.1" class="asis should">
<td>
<a href="full-width-002.xht">full-width-002</a></td>
<td><a href="reference/full-width-002-notcu-notref.xht">&#x2260;</a> <a href="reference/full-width-002-horizontal-notref.xht">&#x2260;</a> </td>
<td><abbr class="asis" title="Can not be re-serialized">As-Is</abbr><abbr class="should" title="Behavior tested is recommended but not required">Recommend</abbr></td>
<td>CSS Writing Modes: 'text-combine-upright: all' applied on 2 full-width characters
<ul class="assert">
<li>When two or more full-width characters are combined, they are first converted to non-full-width characters.</li>
</ul>
</td>
</tr>
<tr id="full-width-003-9.1.3.1" class="asis should">
<td>
<a href="full-width-003.xht">full-width-003</a></td>
<td><a href="reference/full-width-002-notcu-notref.xht">&#x2260;</a> <a href="reference/full-width-002-horizontal-notref.xht">&#x2260;</a> </td>
<td><abbr class="asis" title="Can not be re-serialized">As-Is</abbr><abbr class="should" title="Behavior tested is recommended but not required">Recommend</abbr></td>
<td>CSS Writing Modes: 'text-combine-upright: digits 2' applied on 2 full-width characters
<ul class="assert">
<li>When two or more full-width characters are combined, they are first converted to non-full-width characters.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-005-9.1.3.1" class="primary">
<td><strong>
<a href="text-combine-upright-compression-005.xht">text-combine-upright-compression-005</a></strong></td>
<td><a href="reference/text-combine-upright-compression-005-ref.xht">=</a> </td>
<td></td>
<td>text-combine-upright, no compression for single full-width character
<ul class="assert">
<li>text-combine-upright should not change a single full-width character</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-005a-9.1.3.1" class="primary">
<td><strong>
<a href="text-combine-upright-compression-005a.xht">text-combine-upright-compression-005a</a></strong></td>
<td><a href="reference/text-combine-upright-compression-005-ref.xht">=</a> </td>
<td></td>
<td>text-combine-upright, no compression for single character with full-width transform
<ul class="assert">
<li>text-combine-upright should not change a single full-width character</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-006-9.1.3.1" class="primary">
<td><strong>
<a href="text-combine-upright-compression-006.xht">text-combine-upright-compression-006</a></strong></td>
<td><a href="reference/text-combine-upright-compression-006-ref.xht">=</a> </td>
<td></td>
<td>text-combine-upright, compression for two full-width characters
<ul class="assert">
<li>text-combine-upright should run the reverse of full-width transform before applying compression</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-006a-9.1.3.1" class="primary">
<td><strong>
<a href="text-combine-upright-compression-006a.xht">text-combine-upright-compression-006a</a></strong></td>
<td><a href="reference/text-combine-upright-compression-006-ref.xht">=</a> </td>
<td></td>
<td>text-combine-upright, compression for two characters with full-width transform
<ul class="assert">
<li>text-combine-upright should run the reverse of full-width transform before applying compression</li>
</ul>
</td>
</tr>
<tr id="text-transform-fullwidth-002-9.1.3.1" class="">
<td>
<a href="text-transform-fullwidth-002.xht">text-transform-fullwidth-002</a></td>
<td><a href="reference/text-transform-fullwidth-002-ref.xht">=</a> </td>
<td></td>
<td>text-transform: full-width (basic)
<ul class="assert">
<li>This test checks basic support of 'text-transform: full-width' in a vertical writing context. Since full-width Latin characters are typeset upright, then the characters of the text sample of this test should not be rotated toward the right but should be upright.</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s9.1.3.1.#example-cc759014">
<!-- 0 tests -->
</tbody>
<tbody id="s.#abstract">
<!-- 0 tests -->
</tbody>
<tbody id="s.#acknowledgements">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conformance">
<!-- 0 tests -->
</tbody>
<tbody id="s.#contents">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#issues-index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#property-index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#references">
<!-- 0 tests -->
</tbody>
<tbody id="s.#status">
<!-- 0 tests -->
</tbody>
<tbody id="s.#subtitle">
<!-- 0 tests -->
</tbody>
<tbody id="s.#title">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>