mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
parent
9aa1b1e408
commit
35c74aecc2
11290 changed files with 92400 additions and 49214 deletions
|
@ -20,11 +20,11 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<p>The three lines below should be <strong>identical</strong>.</p>
|
||||
|
||||
|
||||
<p>Three lines of <img src="" alt="readable" width="0"> text</p>
|
||||
<p>Three lines of <span class="rtol"><img src="" alt="elbadaer" width="0"></span> text</p>
|
||||
<p>Three lines of <img src="" alt="elbadaer" class="rtol" width="0"> text</p>
|
||||
|
|
|
@ -12,19 +12,19 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality">
|
||||
<style type="text/css">
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>
|
||||
|
|
|
@ -12,15 +12,15 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality">
|
||||
<style type="text/css">
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -12,19 +12,19 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality">
|
||||
<style type="text/css">
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>
|
||||
|
|
|
@ -12,19 +12,19 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality">
|
||||
<style type="text/css">
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>
|
||||
|
|
|
@ -12,15 +12,15 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality">
|
||||
<style type="text/css">
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -12,19 +12,19 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality">
|
||||
<style type="text/css">
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>
|
||||
|
|
|
@ -12,22 +12,22 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality">
|
||||
<style type="text/css">
|
||||
div {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
text-align: left;
|
||||
width: 10em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -12,22 +12,22 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality">
|
||||
<style type="text/css">
|
||||
div {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
text-align: left;
|
||||
width: 10em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -12,22 +12,22 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality">
|
||||
<style type="text/css">
|
||||
div {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
text-align: left;
|
||||
width: 10em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -25,10 +25,10 @@
|
|||
direction: rtl;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
margin-bottom: 1em;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
margin-bottom: 1em;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -25,10 +25,10 @@
|
|||
direction: rtl;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
margin-bottom: 1em;
|
||||
padding-right: 5em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
margin-bottom: 1em;
|
||||
padding-right: 5em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<body>
|
||||
<p>In each pair of silver boxes below, the two patterns must be identical.</p>
|
||||
|
||||
<!--
|
||||
<!--
|
||||
א א is hebrew letter alef
|
||||
ת ת is hebrew letter tav
|
||||
-->
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<body>
|
||||
<p>In each pair of silver boxes below, the two patterns must be identical.</p>
|
||||
|
||||
<!--
|
||||
<!--
|
||||
א א is hebrew letter alef
|
||||
ת ת is hebrew letter tav
|
||||
-->
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<body>
|
||||
<p>In each pair of silver boxes below, the two patterns must be identical.</p>
|
||||
|
||||
<!--
|
||||
<!--
|
||||
א א is hebrew letter alef
|
||||
ת ת is hebrew letter tav
|
||||
-->
|
||||
|
@ -73,16 +73,16 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- line separator does not break bidi paragraph -->
|
||||
<!-- line separator does not break bidi paragraph -->
|
||||
<div class="set">
|
||||
<div class="test">
|
||||
<div class="pre">א + - × ÷ 
 + - × ÷ ת</div>
|
||||
</div>
|
||||
<div class="control">
|
||||
<div><bdo dir="ltr"> ÷ × - + א</bdo></div>
|
||||
<div><bdo dir="ltr">ת ÷ × - + </bdo></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control">
|
||||
<div><bdo dir="ltr"> ÷ × - + א</bdo></div>
|
||||
<div><bdo dir="ltr">ת ÷ × - + </bdo></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
PS 
 Paragraph separator
|
||||
|
|
|
@ -22,13 +22,13 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p class="control">a b (c d).</p>
|
||||
|
||||
|
||||
<div>
|
||||
.(d c) b a
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -19,13 +19,13 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>(a b א) c d</p>
|
||||
|
||||
|
||||
<div>
|
||||
c d (א a b)
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>Readable</p>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Writing Modes Module Level 3 CR Test Suite</h1>
|
||||
<h2>Inline Direction and Bidirectionality (177 tests)</h2>
|
||||
<h2>Inline Direction and Bidirectionality (179 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -1102,7 +1102,7 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2.1">+</a>
|
||||
<a href="http://www.w3.org/TR/css-writing-modes-3/#direction">2.1 Specifying Directionality: the direction property</a></th></tr>
|
||||
<!-- 34 tests -->
|
||||
<!-- 36 tests -->
|
||||
<tr id="direction-001-2.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="direction-001.htm">direction-001</a></strong></td>
|
||||
|
@ -1345,6 +1345,28 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-column-order-slr-007-2.1" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="table-column-order-slr-007.htm">table-column-order-slr-007</a></strong></td>
|
||||
<td><a href="reference/block-flow-direction-001-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>'direction: rtl' - table columns order and sideways-lr
|
||||
<ul class="assert">
|
||||
<li>This test checks that a table with 'writing-mode' set to 'sideways-lr' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). The inline base direction is still from top to bottom.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-column-order-srl-006-2.1" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="table-column-order-srl-006.htm">table-column-order-srl-006</a></strong></td>
|
||||
<td><a href="reference/block-flow-direction-001-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>'direction: rtl' - table columns order and sideways-rl
|
||||
<ul class="assert">
|
||||
<li>This test checks that a table with 'writing-mode' set to 'sideways-rl' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). The inline base direction is still from top to bottom.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-progression-slr-001-2.1" class="">
|
||||
<td>
|
||||
<a href="table-progression-slr-001.htm">table-progression-slr-001</a></td>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Writing Modes Module Level 3 CR Test Suite</h1>
|
||||
<h2>Inline-level Alignment (36 tests)</h2>
|
||||
<h2>Inline-level Alignment (34 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -49,7 +49,7 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.2">+</a>
|
||||
<a href="http://www.w3.org/TR/css-writing-modes-3/#text-baselines">4.2 Text Baselines</a></th></tr>
|
||||
<!-- 14 tests -->
|
||||
<!-- 10 tests -->
|
||||
<tr id="central-baseline-alignment-002-4.2" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="central-baseline-alignment-002.htm">central-baseline-alignment-002</a></strong></td>
|
||||
|
@ -79,29 +79,7 @@
|
|||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>text baseline alignment - alphabetical alignment with vertical layout
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline. When 'writing-mode' is 'sideways-lr' and when 'text-orientation' is 'mixed', then the alphabetical baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-baseline-slr-011-4.2" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="text-baseline-slr-011.htm">text-baseline-slr-011</a></strong></td>
|
||||
<td><a href="reference/text-baseline-slr-009-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>text baseline alignment - alphabetical alignment with vertical layout
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline. When 'writing-mode' is 'sideways-lr' and when 'text-orientation' is 'upright', then the alphabetical baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-baseline-slr-013-4.2" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="text-baseline-slr-013.htm">text-baseline-slr-013</a></strong></td>
|
||||
<td><a href="reference/text-baseline-slr-009-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>text baseline alignment - alphabetical alignment with vertical layout
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline. When 'writing-mode' is 'sideways-lr' and when 'text-orientation' is 'sideways', then the alphabetical baseline is used as the dominant baseline.</li>
|
||||
<li>When 'writing-mode' is 'sideways-lr', then the alphabetic baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -112,29 +90,7 @@
|
|||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>text baseline alignment - alphabetical alignment with vertical layout
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline. When 'writing-mode' is 'sideways-rl' and when 'text-orientation' is 'mixed', then the alphabetical baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-baseline-srl-010-4.2" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="text-baseline-srl-010.htm">text-baseline-srl-010</a></strong></td>
|
||||
<td><a href="reference/text-baseline-vrl-006-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>text baseline alignment - alphabetical alignment with vertical layout
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline. When 'writing-mode' is 'sideways-rl' and when 'text-orientation' is 'upright', then the alphabetical baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-baseline-srl-012-4.2" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="text-baseline-srl-012.htm">text-baseline-srl-012</a></strong></td>
|
||||
<td><a href="reference/text-baseline-vrl-006-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>text baseline alignment - alphabetical alignment with vertical layout
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline. When 'writing-mode' is 'sideways-rl' and when 'text-orientation' is 'sideways', then the alphabetical baseline is used as the dominant baseline.</li>
|
||||
<li>When 'writing-mode' is 'sideways-rl', then the alphabetic baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -215,7 +171,7 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.3">+</a>
|
||||
<a href="http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines">4.3 Atomic Inline Baselines</a></th></tr>
|
||||
<!-- 22 tests -->
|
||||
<!-- 24 tests -->
|
||||
<tr id="baseline-inline-non-replaced-002-4.3" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="baseline-inline-non-replaced-002.htm">baseline-inline-non-replaced-002</a></strong></td>
|
||||
|
@ -392,6 +348,28 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="inline-block-alignment-slr-009-4.3" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="inline-block-alignment-slr-009.htm">inline-block-alignment-slr-009</a></strong></td>
|
||||
<td><a href="reference/inline-block-alignment-slr-009-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>inline block alignment - alphabetical alignment with vertical layout
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of inline-block baseline. When 'writing-mode' is 'sideways-lr', then the alphabetic baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="inline-block-alignment-srl-008-4.3" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="inline-block-alignment-srl-008.htm">inline-block-alignment-srl-008</a></strong></td>
|
||||
<td><a href="reference/inline-block-alignment-006-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>inline block alignment - alphabetical alignment with vertical layout
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of inline-block baseline. When 'writing-mode' is 'sideways-rl', then the alphabetic baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="inline-replaced-vlr-005-4.3" class="primary ahem image">
|
||||
<td><strong>
|
||||
<a href="inline-replaced-vlr-005.htm">inline-replaced-vlr-005</a></strong></td>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Writing Modes Module Level 3 CR Test Suite</h1>
|
||||
<h2>Abstract Box Layout (522 tests)</h2>
|
||||
<h2>Abstract Box Layout (538 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -37,7 +37,7 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s7.1">+</a>
|
||||
<a href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout">7.1 Principles of Layout in Vertical Writing Modes</a></th></tr>
|
||||
<!-- 358 tests -->
|
||||
<!-- 360 tests -->
|
||||
<tr id="abs-pos-non-replaced-icb-vlr-003-7.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="abs-pos-non-replaced-icb-vlr-003.htm">abs-pos-non-replaced-icb-vlr-003</a></strong></td>
|
||||
|
@ -3745,6 +3745,28 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-column-order-slr-007-7.1" class="ahem">
|
||||
<td>
|
||||
<a href="table-column-order-slr-007.htm">table-column-order-slr-007</a></td>
|
||||
<td><a href="reference/block-flow-direction-001-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>'direction: rtl' - table columns order and sideways-lr
|
||||
<ul class="assert">
|
||||
<li>This test checks that a table with 'writing-mode' set to 'sideways-lr' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). The inline base direction is still from top to bottom.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-column-order-srl-006-7.1" class="ahem">
|
||||
<td>
|
||||
<a href="table-column-order-srl-006.htm">table-column-order-srl-006</a></td>
|
||||
<td><a href="reference/block-flow-direction-001-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>'direction: rtl' - table columns order and sideways-rl
|
||||
<ul class="assert">
|
||||
<li>This test checks that a table with 'writing-mode' set to 'sideways-rl' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). The inline base direction is still from top to bottom.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-align-vlr-003-7.1" class="primary ahem image">
|
||||
<td><strong>
|
||||
<a href="text-align-vlr-003.htm">text-align-vlr-003</a></strong></td>
|
||||
|
@ -4869,7 +4891,7 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s7.5">+</a>
|
||||
<a href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">7.5 Line-Relative Mappings</a></th></tr>
|
||||
<!-- 44 tests -->
|
||||
<!-- 58 tests -->
|
||||
<tr id="text-decoration-sideways-vlr-003-7.5" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-decoration-sideways-vlr-003.htm">text-decoration-sideways-vlr-003</a></strong></td>
|
||||
|
@ -5156,6 +5178,160 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-slr-029-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-slr-029.htm">vertical-alignment-slr-029</a></strong></td>
|
||||
<td><a href="reference/vertical-alignment-008-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'top' and sideways-lr writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'top', the physical left (logical top) edge of an inline non-replaced box is aligned with the physical left (logical top) edge of its line box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-slr-031-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-slr-031.htm">vertical-alignment-slr-031</a></strong></td>
|
||||
<td><a href="reference/vertical-alignment-006-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'text-top' and sideways-lr writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'text-top', the physical left (logical top) edge of an inline non-replaced box is aligned with the left side (logical top) of parent's content area.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-slr-033-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-slr-033.htm">vertical-alignment-slr-033</a></strong></td>
|
||||
<td><a href="reference/vertical-alignment-004-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'text-bottom' and sideways-lr writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'text-bottom', the physical right (logical bottom) edge of an inline non-replaced box is aligned with the right side (logical bottom) of parent's content area.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-slr-035-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-slr-035.htm">vertical-alignment-slr-035</a></strong></td>
|
||||
<td><a href="reference/vertical-alignment-002-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'bottom' and sideways-lr writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'bottom', the physical right (logical bottom) edge of an inline non-replaced box is aligned with the physical right (logical bottom) edge of its line box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-slr-037-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-slr-037.htm">vertical-alignment-slr-037</a></strong></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'super' and sideways-lr writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr' and 'vertical-align' is 'super', the baseline of the box is shifted to the left.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-slr-039-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-slr-039.htm">vertical-alignment-slr-039</a></strong></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'sub' and sideways-lr writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr' and 'vertical-align' is 'sub', the baseline of the box is shifted to the right.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-slr-041-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-slr-041.htm">vertical-alignment-slr-041</a></strong></td>
|
||||
<td><a href="reference/vertical-alignment-slr-049-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'middle' and sideways-lr writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'text-orientation' is 'mixed', 'vertical-align' is 'middle', the vertical midpoint of the box is aligned with the alphabetic baseline of the parent box plus half the x-height of the parent.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-srl-028-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-srl-028.htm">vertical-alignment-srl-028</a></strong></td>
|
||||
<td><a href="reference/vertical-alignment-002-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'top' and sideways-rl writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl', 'vertical-align' is 'top', the physical right (logical top) edge of an inline non-replaced box is aligned with the physical right (logical top) edge of its line box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-srl-030-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-srl-030.htm">vertical-alignment-srl-030</a></strong></td>
|
||||
<td><a href="reference/vertical-alignment-004-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'text-top' and sideways-rl writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl', 'vertical-align' is 'text-top', the physical right (logical top) edge of an inline non-replaced box is aligned with the right side (logical top) of parent's content area.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-srl-032-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-srl-032.htm">vertical-alignment-srl-032</a></strong></td>
|
||||
<td><a href="reference/vertical-alignment-006-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'text-bottom' and sideways-rl writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'vertical-rl', 'vertical-align' is 'text-bottom', the physical left (logical bottom) edge of an inline non-replaced box is aligned with the left side (logical bottom) of parent's content area.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-srl-034-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-srl-034.htm">vertical-alignment-srl-034</a></strong></td>
|
||||
<td><a href="reference/vertical-alignment-008-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'bottom' and sideways-rl writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl', 'vertical-align' is 'bottom', the physical left (logical bottom) edge of an inline non-replaced box is aligned with the physical left (logical bottom) edge of its line box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-srl-036-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-srl-036.htm">vertical-alignment-srl-036</a></strong></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'super' and sideways-rl writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl' and 'vertical-align' is 'super', the baseline of the box is shifted to the right.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-srl-038-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-srl-038.htm">vertical-alignment-srl-038</a></strong></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'sub' and sideways-rl writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl' and 'vertical-align' is 'sub', the baseline of the box is shifted to the left.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-srl-040-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-srl-040.htm">vertical-alignment-srl-040</a></strong></td>
|
||||
<td><a href="reference/vertical-alignment-vrl-026-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>vertical-align - 'middle' and sideways-rl writing-mode
|
||||
<ul class="assert">
|
||||
<li>This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl' and 'vertical-align' is 'middle', the vertical midpoint of the box is aligned with the alphabetic baseline of the parent box plus half the x-height of the parent.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-vlr-011-7.5" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="vertical-alignment-vlr-011.htm">vertical-alignment-vlr-011</a></strong></td>
|
||||
|
|
|
@ -0,0 +1,59 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: inline block alignment - alphabetical alignment with vertical layout</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="CSS3 Writing modes: 4.3. Atomic Inline Baseline" href="http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines">
|
||||
<link rel="help" title="CSS2.1 9.2.2 Inline-level elements and inline boxes" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes">
|
||||
<link rel="match" href="reference/inline-block-alignment-slr-009-ref.htm">
|
||||
<meta name="assert" content="This test checks the generation of inline-block baseline. When 'writing-mode' is 'sideways-lr', then the alphabetic baseline is used as the dominant baseline.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#slr
|
||||
{
|
||||
color: teal;
|
||||
font: 60px/1 Ahem; /* computes to 60px/60px */
|
||||
height: 4em;
|
||||
writing-mode: sideways-lr;
|
||||
}
|
||||
|
||||
div#inline-block
|
||||
{
|
||||
display: inline-block;
|
||||
padding-left: 0.5em; /* computes to 60px */
|
||||
font-size: 2em; /* computes to 120px */
|
||||
/*
|
||||
such padding-left declaration is arbitrary and only serve to make the
|
||||
test a bit more challenging.
|
||||
*/
|
||||
}
|
||||
|
||||
span.block-descendant
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
span#fuchsia30
|
||||
{
|
||||
padding-right: 4em; /* computes to 120px */
|
||||
font-size: 0.5em; /* computes to 30px */
|
||||
/*
|
||||
such padding-right declaration is arbitrary and only serve to make the
|
||||
test a bit more challenging.
|
||||
*/
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>left edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="slr">p<div id="inline-block">
|
||||
<span class="block-descendant">B</span>
|
||||
<span class="block-descendant last-line-box">p</span>
|
||||
</div><span id="fuchsia30">p</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,59 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: inline block alignment - alphabetical alignment with vertical layout</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2015-12-06 -->
|
||||
<link rel="help" title="CSS3 Writing modes: 4.3. Atomic Inline Baseline" href="http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines">
|
||||
<link rel="help" title="CSS2.1 9.2.2 Inline-level elements and inline boxes" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes">
|
||||
<link rel="match" href="reference/inline-block-alignment-006-ref.htm">
|
||||
<meta name="assert" content="This test checks the generation of inline-block baseline. When 'writing-mode' is 'sideways-rl', then the alphabetic baseline is used as the dominant baseline.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#srl
|
||||
{
|
||||
color: fuchsia;
|
||||
font: 60px/1 Ahem; /* computes to 60px/60px */
|
||||
writing-mode: sideways-rl;
|
||||
}
|
||||
|
||||
div#inline-block
|
||||
{
|
||||
display: inline-block;
|
||||
padding-left: 0.5em; /* computes to 60px */
|
||||
font-size: 2em; /* computes to 120px */
|
||||
/*
|
||||
such padding-left declaration is arbitrary and only serve to make the
|
||||
test a bit more challenging.
|
||||
*/
|
||||
}
|
||||
|
||||
span.block-descendant
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
span#fuchsia30
|
||||
{
|
||||
padding-right: 4em; /* computes to 120px */
|
||||
font-size: 0.5em; /* computes to 30px */
|
||||
/*
|
||||
such padding-right declaration is arbitrary and only serve to make the
|
||||
test a bit more challenging.
|
||||
*/
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>left edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="srl">É<div id="inline-block">
|
||||
<span class="block-descendant">B</span>
|
||||
<span class="block-descendant last-line-box">É</span>
|
||||
</div><span id="fuchsia30">É</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -8,17 +8,17 @@
|
|||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
||||
|
||||
<style type="text/css">
|
||||
div > p
|
||||
div > p
|
||||
{
|
||||
background-color: #FFC;
|
||||
border: solid;
|
||||
color: black;
|
||||
margin: 1em;
|
||||
padding: 0.5em;
|
||||
padding: 0.5em;
|
||||
width: 17em;
|
||||
}
|
||||
|
||||
span
|
||||
|
||||
span
|
||||
{
|
||||
color: navy;
|
||||
line-height: 3em;
|
||||
|
|
|
@ -8,15 +8,15 @@
|
|||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
||||
|
||||
<style type="text/css">
|
||||
div > p
|
||||
div > p
|
||||
{
|
||||
background-color: #FFC;
|
||||
border: solid;
|
||||
margin: 1em;
|
||||
padding: 0.5em;
|
||||
padding: 0.5em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
span {line-height: 3em;}
|
||||
|
||||
span.top-left-bottom
|
||||
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
|
||||
.navy {color: navy;}
|
||||
|
||||
|
||||
.orange {color: orange;}
|
||||
|
||||
span.top-right-bottom
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
<div>TEST<span>TEST</span></div>
|
||||
|
||||
<div>TEST<span>TEST</span></div>
|
||||
<div>TEST<span>TEST</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -12,7 +12,7 @@
|
|||
{
|
||||
border-color: orange purple teal yellow;
|
||||
border-style: solid;
|
||||
border-width: 5px;
|
||||
border-width: 5px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
{
|
||||
line-height: 1.25em;
|
||||
margin-bottom: 1.25em;
|
||||
}
|
||||
}
|
||||
|
||||
img {vertical-align: top;}
|
||||
img {vertical-align: top;}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
padding-right: 6.25em;
|
||||
text-align: right;
|
||||
width: 25em;
|
||||
}
|
||||
}
|
||||
|
||||
img {vertical-align: top;}
|
||||
img {vertical-align: top;}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
<p>In each pair of silver boxes below, the two patterns must be identical.</p>
|
||||
|
||||
<!--
|
||||
<!--
|
||||
א א is hebrew letter alef
|
||||
ת ת is hebrew letter tav
|
||||
-->
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
<p>In each pair of silver boxes below, the two patterns must be identical.</p>
|
||||
|
||||
<!--
|
||||
<!--
|
||||
א א is hebrew letter alef
|
||||
ת ת is hebrew letter tav
|
||||
-->
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
<p>In each pair of silver boxes below, the two patterns must be identical.</p>
|
||||
|
||||
<!--
|
||||
<!--
|
||||
א א is hebrew letter alef
|
||||
ת ת is hebrew letter tav
|
||||
-->
|
||||
|
@ -70,17 +70,17 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- line separator does not break bidi paragraph -->
|
||||
<!-- line separator does not break bidi paragraph -->
|
||||
<div class="set">
|
||||
<div class="control">
|
||||
<div><bdo dir="ltr"> ÷ × - + א</bdo></div>
|
||||
<div><bdo dir="ltr">ת ÷ × - + </bdo></div>
|
||||
</div>
|
||||
<div class="control">
|
||||
<div><bdo dir="ltr"> ÷ × - + א</bdo></div>
|
||||
<div><bdo dir="ltr">ת ÷ × - + </bdo></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control">
|
||||
<div><bdo dir="ltr"> ÷ × - + א</bdo></div>
|
||||
<div><bdo dir="ltr">ת ÷ × - + </bdo></div>
|
||||
</div>
|
||||
<div class="control">
|
||||
<div><bdo dir="ltr"> ÷ × - + א</bdo></div>
|
||||
<div><bdo dir="ltr">ת ÷ × - + </bdo></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -14,7 +14,7 @@
|
|||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
|
||||
img {vertical-align: top;}
|
||||
</style>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
text-align: right;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
|
||||
img {vertical-align: top;}
|
||||
</style>
|
||||
|
||||
|
|
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<meta name="flags" content="image">
|
||||
<style type="text/css">
|
||||
img
|
||||
{
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
padding-left: 156px; /* 60 px (padding-left) + 48px (the position difference of box) + 48px (ascent width) */
|
||||
}
|
||||
|
||||
img + br + img
|
||||
{
|
||||
padding-left: 156px; /* 60 px (padding-left) + 96px (ascent width)*/
|
||||
}
|
||||
|
||||
img + br + img + br + img
|
||||
{
|
||||
padding-left: 156px; /* 60 px (padding-left) + 72px (the position difference of box) + 24px (ascent width) */
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>left edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div>
|
||||
<img src="support/swatch-teal.png" width="12" height="60" alt="Image download support must be enabled"><br><!--
|
||||
--><img src="support/swatch-teal.png" width="144" height="120" alt="Image download support must be enabled"><br><!--
|
||||
--><img src="support/swatch-teal.png" width="6" height="30" alt="Image download support must be enabled">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -3,7 +3,7 @@ CSS Orientation Test
|
|||
|
||||
Overview
|
||||
----
|
||||
CSS Orientation Test are special-purpose OpenType fonts. This open source project provides all of the source files
|
||||
CSS Orientation Test are special-purpose OpenType fonts. This open source project provides all of the source files
|
||||
that were used to build these OpenType fonts by using the AFDKO *makeotf* tool.
|
||||
|
||||
Getting Involved
|
||||
|
@ -15,7 +15,7 @@ Building
|
|||
|
||||
Pre-built font binaries
|
||||
----
|
||||
The installable font resources (font binaries) are not part of the source files.
|
||||
The installable font resources (font binaries) are not part of the source files.
|
||||
They are available at https://github.com/adobe-fonts/css-orientation-test/
|
||||
The latest version of the font binaries is 1.005 (October 2015).
|
||||
|
||||
|
@ -23,17 +23,17 @@ The latest version of the font binaries is 1.005 (October 2015).
|
|||
Requirements
|
||||
----
|
||||
|
||||
For building binary font files from source, installation of the
|
||||
[Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO)
|
||||
For building binary font files from source, installation of the
|
||||
[Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO)
|
||||
is necessary. The AFDKO tools are widely used for font development today, and are part of most font editor applications.
|
||||
|
||||
Building the fonts
|
||||
----
|
||||
|
||||
The key to building OpenType fonts is *makeotf*, which is part of AFDKO. Information and usage instructions can be found
|
||||
The key to building OpenType fonts is *makeotf*, which is part of AFDKO. Information and usage instructions can be found
|
||||
by executing *makeotf -h*.
|
||||
|
||||
In this repository, all necessary files are in place for building the OpenType fonts. For example, build a binary OTF font
|
||||
In this repository, all necessary files are in place for building the OpenType fonts. For example, build a binary OTF font
|
||||
for the full-width version like this, which also includes a post-process for inserting a "stub" 'DSIG' table:
|
||||
|
||||
% makeotf -f cidfont.ps -r -ch UnicodeAll-UTF32-H
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for text-orientation-014.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com">
|
||||
<meta http-equiv="content-language" content="en">
|
||||
<meta http-equiv="content-language" content="en">
|
||||
<style type="text/css">
|
||||
.view_ahem
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
|||
color: blue;
|
||||
font: 20px/1 "Ahem";
|
||||
height: 3em;
|
||||
margin: 10px;
|
||||
margin: 10px;
|
||||
width: 3em;
|
||||
white-space: pre;
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
|||
{
|
||||
writing-mode: horizontal-tb;
|
||||
}
|
||||
.view
|
||||
.view
|
||||
{
|
||||
border: 1px solid gray;
|
||||
font-size: 1.5em;
|
||||
|
@ -30,7 +30,7 @@
|
|||
width: 3em;
|
||||
writing-mode: vertical-rl;
|
||||
}
|
||||
.control
|
||||
.control
|
||||
{
|
||||
text-combine-upright: none;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<body>
|
||||
|
||||
<p>Test passes if the letters below are in alphabetic order.</p>
|
||||
|
||||
|
||||
<div>AB C DEF GH IJ K</div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<meta name="flags" content="image">
|
||||
<style type="text/css">
|
||||
img
|
||||
{
|
||||
padding-left: 100px;
|
||||
vertical-align: top;
|
||||
}
|
||||
img + br + img
|
||||
{
|
||||
padding-left: 100px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>left edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div>
|
||||
<img class="blue" src="support/swatch-blue.png" width="80" height="80" alt="Image download support must be enabled"><br><img class="blue" src="support/swatch-blue.png" width="100" height="100" alt="Image download support must be enabled">
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -20,13 +20,13 @@
|
|||
<p>The upper block is identical to the lower block including each character positions.</p>
|
||||
<div>adhjns
|
||||
i t
|
||||
be ko
|
||||
be ko
|
||||
c lqu
|
||||
f m v
|
||||
g r</div>
|
||||
<div>adhjns
|
||||
i t
|
||||
be ko
|
||||
be ko
|
||||
c lqu
|
||||
f m v
|
||||
g r</div>
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
<p>The upper block is identical to the lower block including each character positions.</p>
|
||||
<div>tomiea
|
||||
n b
|
||||
uq jf
|
||||
uq jf
|
||||
v kgc
|
||||
r l d
|
||||
s h</div>
|
||||
<div>tomiea
|
||||
n b
|
||||
uq jf
|
||||
uq jf
|
||||
v kgc
|
||||
r l d
|
||||
s h</div>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<p>Upper three blocks are identical to the lower three blocks including each character positions.</p>
|
||||
|
||||
<div>
|
||||
<p>ab cd
|
||||
<p>ab cd
|
||||
e fg h
|
||||
i jkl
|
||||
mn
|
||||
|
@ -38,7 +38,7 @@ cgk v
|
|||
fj qu
|
||||
b n
|
||||
aeimot</p>
|
||||
<p>ab cd
|
||||
<p>ab cd
|
||||
e fg h
|
||||
i jkl
|
||||
mn
|
||||
|
@ -47,7 +47,7 @@ t uv</p>
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<p>ab cd
|
||||
<p>ab cd
|
||||
e fg h
|
||||
i jkl
|
||||
mn
|
||||
|
@ -59,7 +59,7 @@ cgk v
|
|||
fj qu
|
||||
b n
|
||||
aeimot</p>
|
||||
<p>ab cd
|
||||
<p>ab cd
|
||||
e fg h
|
||||
i jkl
|
||||
mn
|
||||
|
|
|
@ -4664,6 +4664,22 @@
|
|||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="inline-block-alignment-slr-009" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="inline block alignment - alphabetical alignment with vertical layout">
|
||||
<a href="inline-block-alignment-slr-009.htm">inline-block-alignment-slr-009</a></td>
|
||||
<td><a href="reference/inline-block-alignment-slr-009-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="inline-block-alignment-srl-008" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="inline block alignment - alphabetical alignment with vertical layout">
|
||||
<a href="inline-block-alignment-srl-008.htm">inline-block-alignment-srl-008</a></td>
|
||||
<td><a href="reference/inline-block-alignment-006-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="inline-replaced-vlr-003" class="image">
|
||||
<tr>
|
||||
<td rowspan="1" title="inline replaced element and 'vertical-lr'">
|
||||
|
@ -5544,6 +5560,22 @@
|
|||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="table-column-order-slr-007" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="'direction: rtl' - table columns order and sideways-lr">
|
||||
<a href="table-column-order-slr-007.htm">table-column-order-slr-007</a></td>
|
||||
<td><a href="reference/block-flow-direction-001-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="table-column-order-srl-006" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="'direction: rtl' - table columns order and sideways-rl">
|
||||
<a href="table-column-order-srl-006.htm">table-column-order-srl-006</a></td>
|
||||
<td><a href="reference/block-flow-direction-001-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="table-progression-slr-001" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="sideways-lr Table Row/Rowgroup/Cell Ordering">
|
||||
|
@ -5792,22 +5824,6 @@
|
|||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-baseline-slr-011" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="text baseline alignment - alphabetical alignment with vertical layout">
|
||||
<a href="text-baseline-slr-011.htm">text-baseline-slr-011</a></td>
|
||||
<td><a href="reference/text-baseline-slr-009-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-baseline-slr-013" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="text baseline alignment - alphabetical alignment with vertical layout">
|
||||
<a href="text-baseline-slr-013.htm">text-baseline-slr-013</a></td>
|
||||
<td><a href="reference/text-baseline-slr-009-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-baseline-srl-008" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="text baseline alignment - alphabetical alignment with vertical layout">
|
||||
|
@ -5816,22 +5832,6 @@
|
|||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-baseline-srl-010" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="text baseline alignment - alphabetical alignment with vertical layout">
|
||||
<a href="text-baseline-srl-010.htm">text-baseline-srl-010</a></td>
|
||||
<td><a href="reference/text-baseline-vrl-006-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-baseline-srl-012" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="text baseline alignment - alphabetical alignment with vertical layout">
|
||||
<a href="text-baseline-srl-012.htm">text-baseline-srl-012</a></td>
|
||||
<td><a href="reference/text-baseline-vrl-006-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-baseline-vlr-003" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="text baseline alignment - central alignment with vertical layout">
|
||||
|
@ -6360,6 +6360,86 @@
|
|||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="vertical-alignment-slr-029" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="vertical-align - 'top' and sideways-lr writing-mode">
|
||||
<a href="vertical-alignment-slr-029.htm">vertical-alignment-slr-029</a></td>
|
||||
<td><a href="reference/vertical-alignment-008-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="vertical-alignment-slr-031" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="vertical-align - 'text-top' and sideways-lr writing-mode">
|
||||
<a href="vertical-alignment-slr-031.htm">vertical-alignment-slr-031</a></td>
|
||||
<td><a href="reference/vertical-alignment-006-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="vertical-alignment-slr-033" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="vertical-align - 'text-bottom' and sideways-lr writing-mode">
|
||||
<a href="vertical-alignment-slr-033.htm">vertical-alignment-slr-033</a></td>
|
||||
<td><a href="reference/vertical-alignment-004-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="vertical-alignment-slr-035" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="vertical-align - 'bottom' and sideways-lr writing-mode">
|
||||
<a href="vertical-alignment-slr-035.htm">vertical-alignment-slr-035</a></td>
|
||||
<td><a href="reference/vertical-alignment-002-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="vertical-alignment-slr-041" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="vertical-align - 'middle' and sideways-lr writing-mode">
|
||||
<a href="vertical-alignment-slr-041.htm">vertical-alignment-slr-041</a></td>
|
||||
<td><a href="reference/vertical-alignment-slr-049-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="vertical-alignment-srl-028" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="vertical-align - 'top' and sideways-rl writing-mode">
|
||||
<a href="vertical-alignment-srl-028.htm">vertical-alignment-srl-028</a></td>
|
||||
<td><a href="reference/vertical-alignment-002-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="vertical-alignment-srl-030" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="vertical-align - 'text-top' and sideways-rl writing-mode">
|
||||
<a href="vertical-alignment-srl-030.htm">vertical-alignment-srl-030</a></td>
|
||||
<td><a href="reference/vertical-alignment-004-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="vertical-alignment-srl-032" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="vertical-align - 'text-bottom' and sideways-rl writing-mode">
|
||||
<a href="vertical-alignment-srl-032.htm">vertical-alignment-srl-032</a></td>
|
||||
<td><a href="reference/vertical-alignment-006-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="vertical-alignment-srl-034" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="vertical-align - 'bottom' and sideways-rl writing-mode">
|
||||
<a href="vertical-alignment-srl-034.htm">vertical-alignment-srl-034</a></td>
|
||||
<td><a href="reference/vertical-alignment-008-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="vertical-alignment-srl-040" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="vertical-align - 'middle' and sideways-rl writing-mode">
|
||||
<a href="vertical-alignment-srl-040.htm">vertical-alignment-srl-040</a></td>
|
||||
<td><a href="reference/vertical-alignment-vrl-026-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="vertical-alignment-vlr-023" class="ahem">
|
||||
<tr>
|
||||
<td rowspan="1" title="vertical-align - 'middle' and vertical-lr writing-mode">
|
||||
|
|
|
@ -579,6 +579,8 @@ inline-block-alignment-orthogonal-vlr-003.htm == reference/inline-block-alignmen
|
|||
inline-block-alignment-orthogonal-vlr-005.htm == reference/inline-block-alignment-orthogonal-vrl-002-ref.htm
|
||||
inline-block-alignment-orthogonal-vrl-002.htm == reference/inline-block-alignment-orthogonal-vrl-002-ref.htm
|
||||
inline-block-alignment-orthogonal-vrl-004.htm == reference/inline-block-alignment-orthogonal-vrl-002-ref.htm
|
||||
inline-block-alignment-slr-009.htm == reference/inline-block-alignment-slr-009-ref.htm
|
||||
inline-block-alignment-srl-008.htm == reference/inline-block-alignment-006-ref.htm
|
||||
inline-replaced-vlr-003.htm == reference/inline-replaced-vrl-002-ref.htm
|
||||
inline-replaced-vlr-005.htm == reference/inline-replaced-vrl-004-ref.htm
|
||||
inline-replaced-vrl-002.htm == reference/inline-replaced-vrl-002-ref.htm
|
||||
|
@ -689,6 +691,8 @@ table-column-order-002.htm == reference/block-flow-direction-001-ref.htm
|
|||
table-column-order-003.htm == reference/block-flow-direction-001-ref.htm
|
||||
table-column-order-004.htm == reference/block-flow-direction-001-ref.htm
|
||||
table-column-order-005.htm == reference/block-flow-direction-001-ref.htm
|
||||
table-column-order-slr-007.htm == reference/block-flow-direction-001-ref.htm
|
||||
table-column-order-srl-006.htm == reference/block-flow-direction-001-ref.htm
|
||||
table-progression-slr-001.htm == reference/table-progression-slr-001-ref.htm
|
||||
table-progression-slr-002.htm == reference/table-progression-002-ref.htm
|
||||
table-progression-srl-001.htm == reference/table-progression-001-ref.htm
|
||||
|
@ -720,11 +724,7 @@ text-align-vrl-014.htm == reference/direction-vrl-002-ref.htm
|
|||
text-align-vrl-016.htm == reference/direction-vrl-002-ref.htm
|
||||
text-align-vrl-018.htm == reference/direction-vrl-002-ref.htm
|
||||
text-baseline-slr-009.htm == reference/text-baseline-slr-009-ref.htm
|
||||
text-baseline-slr-011.htm == reference/text-baseline-slr-009-ref.htm
|
||||
text-baseline-slr-013.htm == reference/text-baseline-slr-009-ref.htm
|
||||
text-baseline-srl-008.htm == reference/text-baseline-vrl-006-ref.htm
|
||||
text-baseline-srl-010.htm == reference/text-baseline-vrl-006-ref.htm
|
||||
text-baseline-srl-012.htm == reference/text-baseline-vrl-006-ref.htm
|
||||
text-baseline-vlr-003.htm == reference/text-baseline-vrl-002-ref.htm
|
||||
text-baseline-vlr-005.htm == reference/text-baseline-vrl-002-ref.htm
|
||||
text-baseline-vlr-007.htm == reference/text-baseline-vrl-006-ref.htm
|
||||
|
@ -791,6 +791,16 @@ vertical-alignment-006.htm == reference/vertical-alignment-006-ref.htm
|
|||
vertical-alignment-007.htm == reference/vertical-alignment-006-ref.htm
|
||||
vertical-alignment-008.htm == reference/vertical-alignment-008-ref.htm
|
||||
vertical-alignment-009.htm == reference/vertical-alignment-008-ref.htm
|
||||
vertical-alignment-slr-029.htm == reference/vertical-alignment-008-ref.htm
|
||||
vertical-alignment-slr-031.htm == reference/vertical-alignment-006-ref.htm
|
||||
vertical-alignment-slr-033.htm == reference/vertical-alignment-004-ref.htm
|
||||
vertical-alignment-slr-035.htm == reference/vertical-alignment-002-ref.htm
|
||||
vertical-alignment-slr-041.htm == reference/vertical-alignment-slr-049-ref.htm
|
||||
vertical-alignment-srl-028.htm == reference/vertical-alignment-002-ref.htm
|
||||
vertical-alignment-srl-030.htm == reference/vertical-alignment-004-ref.htm
|
||||
vertical-alignment-srl-032.htm == reference/vertical-alignment-006-ref.htm
|
||||
vertical-alignment-srl-034.htm == reference/vertical-alignment-008-ref.htm
|
||||
vertical-alignment-srl-040.htm == reference/vertical-alignment-vrl-026-ref.htm
|
||||
vertical-alignment-vlr-023.htm == reference/vertical-alignment-vrl-022-ref.htm
|
||||
vertical-alignment-vlr-025.htm == reference/vertical-alignment-vrl-022-ref.htm
|
||||
vertical-alignment-vlr-027.htm == reference/vertical-alignment-vrl-026-ref.htm
|
||||
|
|
|
@ -3,7 +3,7 @@ CSS Orientation Test
|
|||
|
||||
Overview
|
||||
----
|
||||
CSS Orientation Test are special-purpose OpenType fonts. This open source project provides all of the source files
|
||||
CSS Orientation Test are special-purpose OpenType fonts. This open source project provides all of the source files
|
||||
that were used to build these OpenType fonts by using the AFDKO *makeotf* tool.
|
||||
|
||||
Getting Involved
|
||||
|
@ -15,7 +15,7 @@ Building
|
|||
|
||||
Pre-built font binaries
|
||||
----
|
||||
The installable font resources (font binaries) are not part of the source files.
|
||||
The installable font resources (font binaries) are not part of the source files.
|
||||
They are available at https://github.com/adobe-fonts/css-orientation-test/
|
||||
The latest version of the font binaries is 1.005 (October 2015).
|
||||
|
||||
|
@ -23,17 +23,17 @@ The latest version of the font binaries is 1.005 (October 2015).
|
|||
Requirements
|
||||
----
|
||||
|
||||
For building binary font files from source, installation of the
|
||||
[Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO)
|
||||
For building binary font files from source, installation of the
|
||||
[Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO)
|
||||
is necessary. The AFDKO tools are widely used for font development today, and are part of most font editor applications.
|
||||
|
||||
Building the fonts
|
||||
----
|
||||
|
||||
The key to building OpenType fonts is *makeotf*, which is part of AFDKO. Information and usage instructions can be found
|
||||
The key to building OpenType fonts is *makeotf*, which is part of AFDKO. Information and usage instructions can be found
|
||||
by executing *makeotf -h*.
|
||||
|
||||
In this repository, all necessary files are in place for building the OpenType fonts. For example, build a binary OTF font
|
||||
In this repository, all necessary files are in place for building the OpenType fonts. For example, build a binary OTF font
|
||||
for the full-width version like this, which also includes a post-process for inserting a "stub" 'DSIG' table:
|
||||
|
||||
% makeotf -f cidfont.ps -r -ch UnicodeAll-UTF32-H
|
||||
|
|
|
@ -0,0 +1,62 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<title>CSS Writing Modes Test: 'direction: rtl' - table columns order and sideways-lr</title>
|
||||
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2015-01-25 -->
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction" title="2.1 Specifying Directionality: the direction property">
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes">
|
||||
<link rel="match" href="reference/block-flow-direction-001-ref.htm">
|
||||
|
||||
<meta content="ahem" name="flags">
|
||||
<meta content="This test checks that a table with 'writing-mode' set to 'sideways-lr' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). The inline base direction is still from top to bottom." name="assert">
|
||||
|
||||
<style type="text/css">
|
||||
body
|
||||
{
|
||||
color: yellow;
|
||||
font: 20px/1 Ahem;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
background-color: blue;
|
||||
border-spacing: 0em;
|
||||
border: blue solid 1em;
|
||||
height: 7em;
|
||||
direction: rtl;
|
||||
writing-mode: sideways-lr;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding-bottom: 0em;
|
||||
padding-left: 1em;
|
||||
padding-right: 0em;
|
||||
padding-top: 0em;
|
||||
}
|
||||
|
||||
td.left-most-cell { padding-left: 0em; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table>
|
||||
<!-- The "P" -->
|
||||
<tr><td class="left-most-cell"><!-- bottommost column -->AA </td><td class="left-most-cell">BB C D E </td><td class="left-most-cell"><!-- topmost column -->FFF G H III</td></tr>
|
||||
|
||||
<!-- The "A" -->
|
||||
<tr><td><!-- bottommost column -->JJ KK</td><td>LL M N OO</td><td><!-- topmost column -->PPP Q R SSS</td></tr>
|
||||
|
||||
<!-- The left-most "S" -->
|
||||
<tr><td><!-- bottommost column --> T U V WW</td><td>X Y Z aa</td><td><!-- topmost column -->bbb c d e </td></tr>
|
||||
|
||||
<!-- The right-most "S" -->
|
||||
<tr><td><!-- bottommost column --> f g h ii</td><td>j k l mm</td><td><!-- topmost column -->nnn o q r </td></tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,62 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<title>CSS Writing Modes Test: 'direction: rtl' - table columns order and sideways-rl</title>
|
||||
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction" title="2.1 Specifying Directionality: the direction property">
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes">
|
||||
<link rel="match" href="reference/block-flow-direction-001-ref.htm">
|
||||
|
||||
<meta content="ahem" name="flags">
|
||||
<meta content="This test checks that a table with 'writing-mode' set to 'sideways-rl' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). The inline base direction is still from top to bottom." name="assert">
|
||||
|
||||
<style type="text/css">
|
||||
body
|
||||
{
|
||||
color: yellow;
|
||||
font: 20px/1 Ahem;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
background-color: blue;
|
||||
border-spacing: 0em;
|
||||
border: blue solid 1em;
|
||||
height: 7em;
|
||||
direction: rtl;
|
||||
writing-mode: sideways-rl;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding-bottom: 0em;
|
||||
padding-left: 1em;
|
||||
padding-right: 0em;
|
||||
padding-top: 0em;
|
||||
}
|
||||
|
||||
td.left-most-cell { padding-left: 0em; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table>
|
||||
|
||||
<!-- The right-most "S" -->
|
||||
<tr><td><!-- bottommost column -->AA B C D</td><td>EE F G H </td><td><!-- topmost column -->J K L MMM</td></tr>
|
||||
|
||||
<!-- The left-most "S" -->
|
||||
<tr><td><!-- bottommost column -->NN O Q R</td><td>SS T U V </td><td><!-- topmost column -->W X Y ZZZ</td></tr>
|
||||
|
||||
<!-- The "A" -->
|
||||
<tr><td><!-- bottommost column -->aa bb</td><td>ee f g hh</td><td><!-- topmost column -->jjj k l mmm</td></tr>
|
||||
|
||||
<!-- The "P" -->
|
||||
<tr><td class="left-most-cell"><!-- bottommost column --> nn</td><td class="left-most-cell">r s t uu</td><td class="left-most-cell"><!-- topmost column -->vvv w x yyy</td></tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
|
@ -3,17 +3,17 @@
|
|||
<head>
|
||||
<title>CSS Writing Modes Test: text baseline alignment - alphabetical alignment with vertical layout</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2015-12-05 -->
|
||||
<link rel="help" title="4.2. Text Baseline" href="http://www.w3.org/TR/css-writing-modes-3/#text-baselines">
|
||||
<link rel="match" href="reference/text-baseline-slr-009-ref.htm">
|
||||
<meta name="assert" content="This test checks the generation of text baseline. When 'writing-mode' is 'sideways-lr' and when 'text-orientation' is 'mixed', then the alphabetical baseline is used as the dominant baseline.">
|
||||
<meta name="assert" content="When 'writing-mode' is 'sideways-lr', then the alphabetic baseline is used as the dominant baseline.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#slr-mixed
|
||||
div#slr
|
||||
{
|
||||
color: fuchsia;
|
||||
font: 60px/1.5 Ahem; /* computes to 60px/90px */
|
||||
writing-mode: sideways-lr;
|
||||
text-orientation: mixed;
|
||||
}
|
||||
|
||||
span#fuchsia120
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
<p>Test passes if the <strong>right edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="slr-mixed"><span id="fuchsia30">É</span><span id="fuchsia120">É</span>É</div>
|
||||
<div id="slr"><span id="fuchsia30">É</span><span id="fuchsia120">É</span>É</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,39 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: text baseline alignment - alphabetical alignment with vertical layout</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="4.2. Text Baseline" href="http://www.w3.org/TR/css-writing-modes-3/#text-baselines">
|
||||
<link rel="match" href="reference/text-baseline-slr-009-ref.htm">
|
||||
<meta name="assert" content="This test checks the generation of text baseline. When 'writing-mode' is 'sideways-lr' and when 'text-orientation' is 'upright', then the alphabetical baseline is used as the dominant baseline.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#slr-upright
|
||||
{
|
||||
color: fuchsia;
|
||||
font: 60px/1.5 Ahem; /* computes to 60px/90px */
|
||||
writing-mode: sideways-lr;
|
||||
text-orientation: upright;
|
||||
}
|
||||
|
||||
span#fuchsia120
|
||||
{
|
||||
font-size: 2em; /* computes to 120px */
|
||||
}
|
||||
|
||||
span#fuchsia30
|
||||
{
|
||||
font-size: 0.5em; /* computes to 30px */
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>right edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="slr-upright"><span id="fuchsia30">É</span><span id="fuchsia120">É</span>É</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,39 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: text baseline alignment - alphabetical alignment with vertical layout</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="4.2. Text Baseline" href="http://www.w3.org/TR/css-writing-modes-3/#text-baselines">
|
||||
<link rel="match" href="reference/text-baseline-slr-009-ref.htm">
|
||||
<meta name="assert" content="This test checks the generation of text baseline. When 'writing-mode' is 'sideways-lr' and when 'text-orientation' is 'sideways', then the alphabetical baseline is used as the dominant baseline.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#slr-sideways
|
||||
{
|
||||
color: fuchsia;
|
||||
font: 60px/1.5 Ahem; /* computes to 60px/90px */
|
||||
writing-mode: sideways-lr;
|
||||
text-orientation: sideways;
|
||||
}
|
||||
|
||||
span#fuchsia120
|
||||
{
|
||||
font-size: 2em; /* computes to 120px */
|
||||
}
|
||||
|
||||
span#fuchsia30
|
||||
{
|
||||
font-size: 0.5em; /* computes to 30px */
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>right edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="slr-sideways"><span id="fuchsia30">É</span><span id="fuchsia120">É</span>É</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -3,17 +3,17 @@
|
|||
<head>
|
||||
<title>CSS Writing Modes Test: text baseline alignment - alphabetical alignment with vertical layout</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2015-12-05 -->
|
||||
<link rel="help" title="4.2. Text Baseline" href="http://www.w3.org/TR/css-writing-modes-3/#text-baselines">
|
||||
<link rel="match" href="reference/text-baseline-vrl-006-ref.htm">
|
||||
<meta name="assert" content="This test checks the generation of text baseline. When 'writing-mode' is 'sideways-rl' and when 'text-orientation' is 'mixed', then the alphabetical baseline is used as the dominant baseline.">
|
||||
<meta name="assert" content="When 'writing-mode' is 'sideways-rl', then the alphabetic baseline is used as the dominant baseline.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#srl-mixed
|
||||
div#srl
|
||||
{
|
||||
color: fuchsia;
|
||||
font: 60px/1.5 Ahem; /* computes to 60px/90px */
|
||||
writing-mode: sideways-rl;
|
||||
text-orientation: mixed;
|
||||
}
|
||||
|
||||
span#fuchsia120
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
<p>Test passes if the <strong>left edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="srl-mixed">É<span id="fuchsia120">É</span><span id="fuchsia30">É</span></div>
|
||||
<div id="srl">É<span id="fuchsia120">É</span><span id="fuchsia30">É</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,39 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: text baseline alignment - alphabetical alignment with vertical layout</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="4.2. Text Baseline" href="http://www.w3.org/TR/css-writing-modes-3/#text-baselines">
|
||||
<link rel="match" href="reference/text-baseline-vrl-006-ref.htm">
|
||||
<meta name="assert" content="This test checks the generation of text baseline. When 'writing-mode' is 'sideways-rl' and when 'text-orientation' is 'upright', then the alphabetical baseline is used as the dominant baseline.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#srl-upright
|
||||
{
|
||||
color: fuchsia;
|
||||
font: 60px/1.5 Ahem; /* computes to 60px/90px */
|
||||
writing-mode: sideways-rl;
|
||||
text-orientation: upright;
|
||||
}
|
||||
|
||||
span#fuchsia120
|
||||
{
|
||||
font-size: 2em; /* computes to 120px */
|
||||
}
|
||||
|
||||
span#fuchsia30
|
||||
{
|
||||
font-size: 0.5em; /* computes to 30px */
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>left edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="srl-upright">É<span id="fuchsia120">É</span><span id="fuchsia30">É</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,39 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: text baseline alignment - alphabetical alignment with vertical layout</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="4.2. Text Baseline" href="http://www.w3.org/TR/css-writing-modes-3/#text-baselines">
|
||||
<link rel="match" href="reference/text-baseline-vrl-006-ref.htm">
|
||||
<meta name="assert" content="This test checks the generation of text baseline. When 'writing-mode' is 'sideways-rl' and when 'text-orientation' is 'sideways', then the alphabetical baseline is used as the dominant baseline.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#srl-sideways
|
||||
{
|
||||
color: fuchsia;
|
||||
font: 60px/1.5 Ahem; /* computes to 60px/90px */
|
||||
writing-mode: sideways-rl;
|
||||
text-orientation: sideways;
|
||||
}
|
||||
|
||||
span#fuchsia120
|
||||
{
|
||||
font-size: 2em; /* computes to 120px */
|
||||
}
|
||||
|
||||
span#fuchsia30
|
||||
{
|
||||
font-size: 0.5em; /* computes to 30px */
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>left edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="srl-sideways">É<span id="fuchsia120">É</span><span id="fuchsia30">É</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -27,7 +27,7 @@
|
|||
<tbody id="s2">
|
||||
<tr><th><a href="chapter-2.htm">Chapter 2 -
|
||||
Inline Direction and Bidirectionality</a></th>
|
||||
<td>(177 Tests)</td></tr>
|
||||
<td>(179 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s3">
|
||||
<tr><th><a href="chapter-3.htm">Chapter 3 -
|
||||
|
@ -37,7 +37,7 @@
|
|||
<tbody id="s4">
|
||||
<tr><th><a href="chapter-4.htm">Chapter 4 -
|
||||
Inline-level Alignment</a></th>
|
||||
<td>(36 Tests)</td></tr>
|
||||
<td>(34 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s5">
|
||||
<tr><th><a href="chapter-5.htm">Chapter 5 -
|
||||
|
@ -52,7 +52,7 @@
|
|||
<tbody id="s7">
|
||||
<tr><th><a href="chapter-7.htm">Chapter 7 -
|
||||
Abstract Box Layout</a></th>
|
||||
<td>(522 Tests)</td></tr>
|
||||
<td>(538 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s8">
|
||||
<tr><th><a href="chapter-8.htm">Chapter 8 -
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'top' and sideways-lr writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'top', the physical left (logical top) edge of an inline non-replaced box is aligned with the physical left (logical top) edge of its line box.">
|
||||
<link rel="match" href="reference/vertical-alignment-008-ref.htm">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#slr
|
||||
{
|
||||
writing-mode: sideways-lr;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
color: blue;
|
||||
}
|
||||
|
||||
span#orange
|
||||
{
|
||||
font-size: 0.5em;
|
||||
color: orange;
|
||||
vertical-align: top;
|
||||
margin-top: -1em;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the left edge of an blue square is aligned with the right edge of a orange square.</p>
|
||||
|
||||
<div id="slr">A<span id="orange">O</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'text-top' and sideways-lr writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'text-top', the physical left (logical top) edge of an inline non-replaced box is aligned with the left side (logical top) of parent's content area.">
|
||||
<link rel="match" href="reference/vertical-alignment-006-ref.htm">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#slr
|
||||
{
|
||||
color: orange;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
writing-mode: sideways-lr;
|
||||
}
|
||||
|
||||
span#orange30
|
||||
{
|
||||
font-size: 0.5em; /* computes to 30px */
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>right edge</strong> of an irregular orange polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="slr">A<span id="orange30">O</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'text-bottom' and sideways-lr writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'text-bottom', the physical right (logical bottom) edge of an inline non-replaced box is aligned with the right side (logical bottom) of parent's content area.">
|
||||
<link rel="match" href="reference/vertical-alignment-004-ref.htm">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#slr
|
||||
{
|
||||
color: orange;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
writing-mode: sideways-lr;
|
||||
}
|
||||
|
||||
span#orange30
|
||||
{
|
||||
font-size: 0.5em; /* computes to 30px */
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>left edge</strong> of an irregular orange polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="slr">A<span id="orange30">O</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'bottom' and sideways-lr writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'bottom', the physical right (logical bottom) edge of an inline non-replaced box is aligned with the physical right (logical bottom) edge of its line box.">
|
||||
<link rel="match" href="reference/vertical-alignment-002-ref.htm">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#slr
|
||||
{
|
||||
writing-mode: sideways-lr;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
color: blue;
|
||||
}
|
||||
|
||||
span#orange
|
||||
{
|
||||
font-size: 0.5em;
|
||||
color: orange;
|
||||
vertical-align: bottom;
|
||||
margin-top: -1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the right edge of an blue square is aligned with the left edge of a orange square.</p>
|
||||
|
||||
<div id="slr">A<span id="orange">O</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'super' and sideways-lr writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr' and 'vertical-align' is 'super', the baseline of the box is shifted to the left.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#slr
|
||||
{
|
||||
writing-mode: sideways-lr;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
color: orange;
|
||||
}
|
||||
|
||||
span
|
||||
{
|
||||
vertical-align: super;
|
||||
color: blue;
|
||||
margin-top: -1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if there are a blue square on the left and an orange rectangle on the right.</p>
|
||||
|
||||
<div id="slr">X<span>2</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'sub' and sideways-lr writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr' and 'vertical-align' is 'sub', the baseline of the box is shifted to the right.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#slr
|
||||
{
|
||||
writing-mode: sideways-lr;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
color: orange;
|
||||
}
|
||||
|
||||
span
|
||||
{
|
||||
vertical-align: sub;
|
||||
color: blue;
|
||||
margin-top: -1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if there are an orange rectangle on the left and a blue square on the right.</p>
|
||||
|
||||
<div id="slr">O<span>2</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'middle' and sideways-lr writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'text-orientation' is 'mixed', 'vertical-align' is 'middle', the vertical midpoint of the box is aligned with the alphabetic baseline of the parent box plus half the x-height of the parent.">
|
||||
<link rel="match" href="reference/vertical-alignment-slr-049-ref.htm">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#slr
|
||||
{
|
||||
writing-mode: sideways-lr;
|
||||
font: 100px/3 Ahem; /* computes to 100px/300px */
|
||||
color: blue;
|
||||
}
|
||||
|
||||
span
|
||||
{
|
||||
font-size: 0.8em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>left edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="slr-mixed">X<span>X</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'top' and sideways-rl writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl', 'vertical-align' is 'top', the physical right (logical top) edge of an inline non-replaced box is aligned with the physical right (logical top) edge of its line box.">
|
||||
<link rel="match" href="reference/vertical-alignment-002-ref.htm">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#srl
|
||||
{
|
||||
writing-mode: sideways-rl;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
color: blue;
|
||||
}
|
||||
|
||||
span#orange
|
||||
{
|
||||
font-size: 0.5em;
|
||||
color: orange;
|
||||
vertical-align: top;
|
||||
margin-top: -1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the right edge of an blue square is aligned with the left edge of a orange square.</p>
|
||||
|
||||
<div id="srl">A<span id="orange">O</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'text-top' and sideways-rl writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl', 'vertical-align' is 'text-top', the physical right (logical top) edge of an inline non-replaced box is aligned with the right side (logical top) of parent's content area.">
|
||||
<link rel="match" href="reference/vertical-alignment-004-ref.htm">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#srl
|
||||
{
|
||||
color: orange;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
writing-mode: sideways-rl;
|
||||
}
|
||||
|
||||
span#orange30
|
||||
{
|
||||
font-size: 0.5em; /* computes to 30px */
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>left edge</strong> of an irregular orange polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="srl">A<span id="orange30">O</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'text-bottom' and sideways-rl writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'vertical-rl', 'vertical-align' is 'text-bottom', the physical left (logical bottom) edge of an inline non-replaced box is aligned with the left side (logical bottom) of parent's content area.">
|
||||
<link rel="match" href="reference/vertical-alignment-006-ref.htm">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#srl
|
||||
{
|
||||
color: orange;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
writing-mode: sideways-rl;
|
||||
}
|
||||
|
||||
span#orange30
|
||||
{
|
||||
font-size: 0.5em; /* computes to 30px */
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>right edge</strong> of an irregular orange polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="srl">A<span id="orange30">O</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'bottom' and sideways-rl writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl', 'vertical-align' is 'bottom', the physical left (logical bottom) edge of an inline non-replaced box is aligned with the physical left (logical bottom) edge of its line box.">
|
||||
<link rel="match" href="reference/vertical-alignment-008-ref.htm">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#srl
|
||||
{
|
||||
writing-mode: sideways-rl;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
color: blue;
|
||||
}
|
||||
|
||||
span#orange
|
||||
{
|
||||
font-size: 0.5em;
|
||||
color: orange;
|
||||
vertical-align: bottom;
|
||||
margin-top: -1em;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the left edge of an blue square is aligned with the right edge of a orange square.</p>
|
||||
|
||||
<div id="srl">A<span id="orange">O</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'super' and sideways-rl writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl' and 'vertical-align' is 'super', the baseline of the box is shifted to the right.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#srl
|
||||
{
|
||||
writing-mode: sideways-rl;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
color: orange;
|
||||
}
|
||||
|
||||
span
|
||||
{
|
||||
vertical-align: super;
|
||||
color: blue;
|
||||
margin-top: -1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if there are an orange rectangle on the left and a blue square on the right.</p>
|
||||
|
||||
<div id="srl">X<span>2</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'sub' and sideways-rl writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl' and 'vertical-align' is 'sub', the baseline of the box is shifted to the left.">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#srl
|
||||
{
|
||||
writing-mode: sideways-rl;
|
||||
font: 60px/3 Ahem; /* computes to 60px/180px */
|
||||
color: orange;
|
||||
}
|
||||
|
||||
span
|
||||
{
|
||||
vertical-align: sub;
|
||||
color: blue;
|
||||
margin-top: -1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if there are a blue square on the left and an orange rectangle on the right.</p>
|
||||
|
||||
<div id="srl">O<span>2</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Writing Modes Test: vertical-align - 'middle' and sideways-rl writing-mode</title>
|
||||
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
||||
<link rel="help" title="7.5 Line-Relative Mappings" href="http://www.w3.org/TR/css-writing-modes-3/#line-mappings">
|
||||
<link rel="help" title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading">
|
||||
<meta name="assert" content="This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl' and 'vertical-align' is 'middle', the vertical midpoint of the box is aligned with the alphabetic baseline of the parent box plus half the x-height of the parent.">
|
||||
<link rel="match" href="reference/vertical-alignment-vrl-026-ref.htm">
|
||||
<meta name="flags" content="ahem">
|
||||
<style type="text/css">
|
||||
div#srl
|
||||
{
|
||||
writing-mode: sideways-rl;
|
||||
font: 100px/3 Ahem; /* computes to 100px/300px */
|
||||
color: blue;
|
||||
}
|
||||
|
||||
span
|
||||
{
|
||||
font-size: 0.8em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Test passes if the <strong>right edge</strong> of an irregular polygon is straight and unbroken.</p>
|
||||
|
||||
<div id="srl">X<span>X</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -19,7 +19,7 @@
|
|||
white-space: pre;
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
|
||||
#test
|
||||
{
|
||||
writing-mode: vertical-lr;
|
||||
|
@ -36,7 +36,7 @@ n oq r
|
|||
st uv</div>
|
||||
<div id="control">adhjns
|
||||
i t
|
||||
be ko
|
||||
be ko
|
||||
c lqu
|
||||
f m v
|
||||
g r</div>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
white-space: pre;
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
|
||||
#test
|
||||
{
|
||||
writing-mode: vertical-rl;
|
||||
|
@ -28,7 +28,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<p>The upper block is identical to the lower block including each character positions.</p>
|
||||
<div id="test">ab cd
|
||||
<div id="test">ab cd
|
||||
e fg h
|
||||
i jkl
|
||||
mn
|
||||
|
@ -36,7 +36,7 @@ o q rs
|
|||
t uv</div>
|
||||
<div id="control">tomiea
|
||||
n b
|
||||
uq jf
|
||||
uq jf
|
||||
v kgc
|
||||
r l d
|
||||
s h</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>CSS Test: writing-mode: vertical-rl - basic inline case</title>
|
||||
<link rel="author" title="Yoshifumi Kawai" href="mailto:kawai@est.co.jp">
|
||||
<link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
|
||||
<link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
|
||||
<link rel="help" title="CSS3 Writing modes: 3.1. Block Flow Direction: the 'writing-mode' property" href="http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode">
|
||||
<link rel="match" href="reference/writing-mode-vertical-rl-002-ref.htm">
|
||||
<meta name="flags" content="ahem">
|
||||
|
@ -18,7 +18,7 @@
|
|||
margin: 10px;
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
|
||||
#test
|
||||
{
|
||||
writing-mode: vertical-rl;
|
||||
|
@ -27,7 +27,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<p>The upper block is identical to the lower block including each character positions.</p>
|
||||
<div id="test">ab cd
|
||||
<div id="test">ab cd
|
||||
e fg h
|
||||
i jkl
|
||||
mn o q
|
||||
|
|
|
@ -37,19 +37,19 @@
|
|||
<p>Upper three blocks are identical to the lower three blocks including each character positions.</p>
|
||||
|
||||
<div>
|
||||
<p>ab cd
|
||||
<p>ab cd
|
||||
e fg h
|
||||
i jkl
|
||||
mn
|
||||
o q rs
|
||||
t uv</p>
|
||||
<p id="test">ab cd
|
||||
<p id="test">ab cd
|
||||
e fg h
|
||||
i jkl
|
||||
mn
|
||||
o q rs
|
||||
t uv</p>
|
||||
<p>ab cd
|
||||
<p>ab cd
|
||||
e fg h
|
||||
i jkl
|
||||
mn
|
||||
|
@ -58,7 +58,7 @@ t uv</p>
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<p>ab cd
|
||||
<p>ab cd
|
||||
e fg h
|
||||
i jkl
|
||||
mn
|
||||
|
@ -70,7 +70,7 @@ cgk v
|
|||
fj qu
|
||||
b n
|
||||
aeimot</p>
|
||||
<p>ab cd
|
||||
<p>ab cd
|
||||
e fg h
|
||||
i jkl
|
||||
mn
|
||||
|
|
|
@ -577,10 +577,10 @@ html/baseline-inline-replaced-003.htm 8a607d2eb975949ad64e66e2ebe0b3e083204162 ?
|
|||
xhtml1/baseline-inline-replaced-003.xht 8a607d2eb975949ad64e66e2ebe0b3e083204162 ?
|
||||
html/bidi-001.htm 4b17669682a01af35c7ff859a56ff14979004532 ?
|
||||
xhtml1/bidi-001.xht 4b17669682a01af35c7ff859a56ff14979004532 ?
|
||||
html/bidi-002.htm 48d2d4ba08ef8b06d14ef353e9fb8caa30bb43af ?
|
||||
xhtml1/bidi-002.xht 48d2d4ba08ef8b06d14ef353e9fb8caa30bb43af ?
|
||||
html/bidi-003.htm 4fc2169d7f75864298bca1a48c3d4d3bdb3560cf ?
|
||||
xhtml1/bidi-003.xht 4fc2169d7f75864298bca1a48c3d4d3bdb3560cf ?
|
||||
html/bidi-002.htm 8095abab146c4a9e2a6e536e3efb3cf7bcd46a4e ?
|
||||
xhtml1/bidi-002.xht 8095abab146c4a9e2a6e536e3efb3cf7bcd46a4e ?
|
||||
html/bidi-003.htm 7fd6e6773327ab7ae3710f78f0e7462390cb1507 ?
|
||||
xhtml1/bidi-003.xht 7fd6e6773327ab7ae3710f78f0e7462390cb1507 ?
|
||||
html/bidi-004.htm e49d44d9a5a48b452d89967dd44efdb7e4c713c0 ?
|
||||
xhtml1/bidi-004.xht e49d44d9a5a48b452d89967dd44efdb7e4c713c0 ?
|
||||
html/bidi-005.htm 9a94108988b0d806f23f5d63aec2a5b34d6aea05 ?
|
||||
|
@ -595,46 +595,46 @@ html/bidi-009.htm d6072671ffb3f62e5e2cd6b3a1e622c8c25ca81a ?
|
|||
xhtml1/bidi-009.xht d6072671ffb3f62e5e2cd6b3a1e622c8c25ca81a ?
|
||||
html/bidi-010.htm 16d1297a97d5163619d5317e0a69343dd1c1eb6d ?
|
||||
xhtml1/bidi-010.xht 16d1297a97d5163619d5317e0a69343dd1c1eb6d ?
|
||||
html/bidi-011.htm c3876d81e8a04525459e58052c7e241825de8aeb ?
|
||||
xhtml1/bidi-011.xht c3876d81e8a04525459e58052c7e241825de8aeb ?
|
||||
html/bidi-alt-001.htm 4d4b08257d283f8137a8319b54468d990e1236b9 ?
|
||||
xhtml1/bidi-alt-001.xht 4d4b08257d283f8137a8319b54468d990e1236b9 ?
|
||||
html/bidi-box-model-001.htm 1c9b7d40184936c8dd4ae4dfb02e799aad6eec88 ?
|
||||
xhtml1/bidi-box-model-001.xht 1c9b7d40184936c8dd4ae4dfb02e799aad6eec88 ?
|
||||
html/bidi-box-model-002.htm edcd15e3c91d992560ead00f614aac93eaf45dc1 ?
|
||||
xhtml1/bidi-box-model-002.xht edcd15e3c91d992560ead00f614aac93eaf45dc1 ?
|
||||
html/bidi-box-model-003.htm ff611d61e4ddcd86c5aa16094bcb9f2335cc7a8e ?
|
||||
xhtml1/bidi-box-model-003.xht ff611d61e4ddcd86c5aa16094bcb9f2335cc7a8e ?
|
||||
html/bidi-box-model-004.htm e9e386182c31de5e3d61f64ba1933b80358563b8 ?
|
||||
xhtml1/bidi-box-model-004.xht e9e386182c31de5e3d61f64ba1933b80358563b8 ?
|
||||
html/bidi-box-model-005.htm 962e39bfe25224ab5135810423b839c579d43ee8 ?
|
||||
xhtml1/bidi-box-model-005.xht 962e39bfe25224ab5135810423b839c579d43ee8 ?
|
||||
html/bidi-box-model-006.htm 37c8c476400a1cfc7758abcaddf42587c371d4de ?
|
||||
xhtml1/bidi-box-model-006.xht 37c8c476400a1cfc7758abcaddf42587c371d4de ?
|
||||
html/bidi-box-model-007.htm a6e962ebce7ed428d4ead0f4f1fe0c8833cc7bd8 ?
|
||||
xhtml1/bidi-box-model-007.xht a6e962ebce7ed428d4ead0f4f1fe0c8833cc7bd8 ?
|
||||
html/bidi-box-model-008.htm 8c510ddd2d961e2be38fbc0b1b7b73ce8c871c25 ?
|
||||
xhtml1/bidi-box-model-008.xht 8c510ddd2d961e2be38fbc0b1b7b73ce8c871c25 ?
|
||||
html/bidi-box-model-009.htm 8553fa2253cf1da817f035932fb36c7234a3fca1 ?
|
||||
xhtml1/bidi-box-model-009.xht 8553fa2253cf1da817f035932fb36c7234a3fca1 ?
|
||||
html/bidi-box-model-034.htm e9bd7a66ce4c8abb5158f49ea9bd7cf2a61f115d ?
|
||||
xhtml1/bidi-box-model-034.xht e9bd7a66ce4c8abb5158f49ea9bd7cf2a61f115d ?
|
||||
html/bidi-box-model-035.htm e10ae7a28a9c36ade38d76a62b5b3cbd4924cb5e ?
|
||||
xhtml1/bidi-box-model-035.xht e10ae7a28a9c36ade38d76a62b5b3cbd4924cb5e ?
|
||||
html/bidi-box-model-036.htm d35d1e26ca2c0560efaa12e4b6cd4e11720cedd6 ?
|
||||
xhtml1/bidi-box-model-036.xht d35d1e26ca2c0560efaa12e4b6cd4e11720cedd6 ?
|
||||
html/bidi-box-model-043.htm a5320f0797f50894c930422612c5d4f8e6f5f18e ?
|
||||
xhtml1/bidi-box-model-043.xht a5320f0797f50894c930422612c5d4f8e6f5f18e ?
|
||||
html/bidi-box-model-044.htm 598e3207af53b8419a1cd59902ee374213415c5f ?
|
||||
xhtml1/bidi-box-model-044.xht 598e3207af53b8419a1cd59902ee374213415c5f ?
|
||||
html/bidi-box-model-045.htm fe86e5208cceddfdb42ead064ea22ada485ef1f4 ?
|
||||
xhtml1/bidi-box-model-045.xht fe86e5208cceddfdb42ead064ea22ada485ef1f4 ?
|
||||
html/bidi-breaking-001.htm 75e6e9ea6c09e2f552a53291991f2cb671f8a089 ?
|
||||
xhtml1/bidi-breaking-001.xht 75e6e9ea6c09e2f552a53291991f2cb671f8a089 ?
|
||||
html/bidi-breaking-002.htm 816f9d52ee34cd65e31de2b9ac27d149b643a669 ?
|
||||
xhtml1/bidi-breaking-002.xht 816f9d52ee34cd65e31de2b9ac27d149b643a669 ?
|
||||
html/bidi-breaking-003.htm 7edef082775bc3176d6185cda5b9205b79e29f09 ?
|
||||
xhtml1/bidi-breaking-003.xht 7edef082775bc3176d6185cda5b9205b79e29f09 ?
|
||||
html/bidi-011.htm 6f2041612b40cf09bf5a6ed708985bd31c016713 ?
|
||||
xhtml1/bidi-011.xht 6f2041612b40cf09bf5a6ed708985bd31c016713 ?
|
||||
html/bidi-alt-001.htm 888e1d3dd69bbe4266c2e422e106dcd7d24abd0b ?
|
||||
xhtml1/bidi-alt-001.xht 888e1d3dd69bbe4266c2e422e106dcd7d24abd0b ?
|
||||
html/bidi-box-model-001.htm fe6e5a520a4014f836611a624e562440760748dd ?
|
||||
xhtml1/bidi-box-model-001.xht fe6e5a520a4014f836611a624e562440760748dd ?
|
||||
html/bidi-box-model-002.htm aef1376c6a908dd2faf3b139ceee3e87b6cafc6b ?
|
||||
xhtml1/bidi-box-model-002.xht aef1376c6a908dd2faf3b139ceee3e87b6cafc6b ?
|
||||
html/bidi-box-model-003.htm 06d7101fced37498cba2eb41332b5cb8e36d2f8e ?
|
||||
xhtml1/bidi-box-model-003.xht 06d7101fced37498cba2eb41332b5cb8e36d2f8e ?
|
||||
html/bidi-box-model-004.htm 669cc8642f29b1e296c12e3aad589a069e30089a ?
|
||||
xhtml1/bidi-box-model-004.xht 669cc8642f29b1e296c12e3aad589a069e30089a ?
|
||||
html/bidi-box-model-005.htm 9a028920540838c5443c533f30cf703700702311 ?
|
||||
xhtml1/bidi-box-model-005.xht 9a028920540838c5443c533f30cf703700702311 ?
|
||||
html/bidi-box-model-006.htm 8230a44a27450392817fa809f4dc9fdbf6a766c4 ?
|
||||
xhtml1/bidi-box-model-006.xht 8230a44a27450392817fa809f4dc9fdbf6a766c4 ?
|
||||
html/bidi-box-model-007.htm 03a621869bfc99d5f430caa37602700d29287701 ?
|
||||
xhtml1/bidi-box-model-007.xht 03a621869bfc99d5f430caa37602700d29287701 ?
|
||||
html/bidi-box-model-008.htm 48d8f1d984075a11a09538abccb8f21d438757f9 ?
|
||||
xhtml1/bidi-box-model-008.xht 48d8f1d984075a11a09538abccb8f21d438757f9 ?
|
||||
html/bidi-box-model-009.htm 70b9835276d551fe1f805477f671ebcab8d63c64 ?
|
||||
xhtml1/bidi-box-model-009.xht 70b9835276d551fe1f805477f671ebcab8d63c64 ?
|
||||
html/bidi-box-model-034.htm a37d2dffbb070d49e7cd36ec3d0df1fad38643a4 ?
|
||||
xhtml1/bidi-box-model-034.xht a37d2dffbb070d49e7cd36ec3d0df1fad38643a4 ?
|
||||
html/bidi-box-model-035.htm 55f4f08abdb90bae713ee5a31760c8b0b254c1de ?
|
||||
xhtml1/bidi-box-model-035.xht 55f4f08abdb90bae713ee5a31760c8b0b254c1de ?
|
||||
html/bidi-box-model-036.htm 8ce7e126bf6f8d002ce05539d948dc7a15ef5e7c ?
|
||||
xhtml1/bidi-box-model-036.xht 8ce7e126bf6f8d002ce05539d948dc7a15ef5e7c ?
|
||||
html/bidi-box-model-043.htm f6f95f4f96af0dc626b561b0606b325c3e138858 ?
|
||||
xhtml1/bidi-box-model-043.xht f6f95f4f96af0dc626b561b0606b325c3e138858 ?
|
||||
html/bidi-box-model-044.htm d24de62972beecf8e04c3afb6dc1f9ed632f64f5 ?
|
||||
xhtml1/bidi-box-model-044.xht d24de62972beecf8e04c3afb6dc1f9ed632f64f5 ?
|
||||
html/bidi-box-model-045.htm 65d7d44cdc333cd1de8a1f0d3f7c3810bb799791 ?
|
||||
xhtml1/bidi-box-model-045.xht 65d7d44cdc333cd1de8a1f0d3f7c3810bb799791 ?
|
||||
html/bidi-breaking-001.htm 66324f5fec95b1da87257eea0e0871bb2f937ae3 ?
|
||||
xhtml1/bidi-breaking-001.xht 66324f5fec95b1da87257eea0e0871bb2f937ae3 ?
|
||||
html/bidi-breaking-002.htm 0c5e41a4202999d5ff7d628be4477f211b03d076 ?
|
||||
xhtml1/bidi-breaking-002.xht 0c5e41a4202999d5ff7d628be4477f211b03d076 ?
|
||||
html/bidi-breaking-003.htm 497defc104fe2d5e9b19243a3fec1e793dabeb49 ?
|
||||
xhtml1/bidi-breaking-003.xht 497defc104fe2d5e9b19243a3fec1e793dabeb49 ?
|
||||
html/bidi-embed-001.htm afde290f67a16aa24f6b4b982eca7e2e03ec72ac ?
|
||||
xhtml1/bidi-embed-001.xht afde290f67a16aa24f6b4b982eca7e2e03ec72ac ?
|
||||
html/bidi-embed-002.htm 3d672bde7731e5924312c4f818195f49c02c0024 ?
|
||||
|
@ -657,14 +657,14 @@ html/bidi-embed-010.htm 30d16c659913406c8705520ee165821cf2965b0b ?
|
|||
xhtml1/bidi-embed-010.xht 30d16c659913406c8705520ee165821cf2965b0b ?
|
||||
html/bidi-embed-011.htm 6e225bfb6ae7eceef58b51b9cc96d9ac6656e07a ?
|
||||
xhtml1/bidi-embed-011.xht 6e225bfb6ae7eceef58b51b9cc96d9ac6656e07a ?
|
||||
html/bidi-glyph-mirroring-001.htm 1df4de4e03f644a77cd16a704e3747ad4dbbf379 ?
|
||||
xhtml1/bidi-glyph-mirroring-001.xht 1df4de4e03f644a77cd16a704e3747ad4dbbf379 ?
|
||||
html/bidi-glyph-mirroring-002.htm 5032b9119f978356e85c66a9f5613aa57237dca2 ?
|
||||
xhtml1/bidi-glyph-mirroring-002.xht 5032b9119f978356e85c66a9f5613aa57237dca2 ?
|
||||
html/bidi-glyph-mirroring-001.htm 5eeb49278c0ea55d13d705911d8a9df66d66a3c5 ?
|
||||
xhtml1/bidi-glyph-mirroring-001.xht 5eeb49278c0ea55d13d705911d8a9df66d66a3c5 ?
|
||||
html/bidi-glyph-mirroring-002.htm e29eddf941aa7a40c775c1ca0537980f874ab7bd ?
|
||||
xhtml1/bidi-glyph-mirroring-002.xht e29eddf941aa7a40c775c1ca0537980f874ab7bd ?
|
||||
html/bidi-inline-001.htm fdac15e5d106d71315b5ea88507fb8473dd5d9d7 ?
|
||||
xhtml1/bidi-inline-001.xht fdac15e5d106d71315b5ea88507fb8473dd5d9d7 ?
|
||||
html/bidi-inline-002.htm 5f80a76128d4f7c75d562c37391a38e46fd2c0ec ?
|
||||
xhtml1/bidi-inline-002.xht 5f80a76128d4f7c75d562c37391a38e46fd2c0ec ?
|
||||
html/bidi-inline-002.htm 9e4cee2048bcfad428bbce1872503f5ababeb9b7 ?
|
||||
xhtml1/bidi-inline-002.xht 9e4cee2048bcfad428bbce1872503f5ababeb9b7 ?
|
||||
html/bidi-isolate-001.htm c929f3c9f5f2b29873ef4c3f335e056a53fecd80 ?
|
||||
xhtml1/bidi-isolate-001.xht c929f3c9f5f2b29873ef4c3f335e056a53fecd80 ?
|
||||
html/bidi-isolate-002.htm e69b8cc34437c122def2ae93bb3fe02d587fd04d ?
|
||||
|
@ -1051,34 +1051,34 @@ html/direction-002.htm 12b697880ef31320cb3a92589d76ee9f85be6546 ?
|
|||
xhtml1/direction-002.xht 12b697880ef31320cb3a92589d76ee9f85be6546 ?
|
||||
html/direction-003.htm c5e4860af47173b24a7778a2b12ee81fc49585e1 ?
|
||||
xhtml1/direction-003.xht c5e4860af47173b24a7778a2b12ee81fc49585e1 ?
|
||||
html/direction-applies-to-001.htm ad85663884bb84a128b7d255a2185b758706d1c9 ?
|
||||
xhtml1/direction-applies-to-001.xht ad85663884bb84a128b7d255a2185b758706d1c9 ?
|
||||
html/direction-applies-to-002.htm 6e301be686dcc42be9dca56877a71c5900c29567 ?
|
||||
xhtml1/direction-applies-to-002.xht 6e301be686dcc42be9dca56877a71c5900c29567 ?
|
||||
html/direction-applies-to-003.htm 454340102868a1beb1d5dce03b1cc5fffe71e5d0 ?
|
||||
xhtml1/direction-applies-to-003.xht 454340102868a1beb1d5dce03b1cc5fffe71e5d0 ?
|
||||
html/direction-applies-to-004.htm ece9d9914f3b315351a9365a9a3a004c4065b99b ?
|
||||
xhtml1/direction-applies-to-004.xht ece9d9914f3b315351a9365a9a3a004c4065b99b ?
|
||||
html/direction-applies-to-005.htm 8e4fd45ed5e3bcf071812e77bbb1b1e8184293dc ?
|
||||
xhtml1/direction-applies-to-005.xht 8e4fd45ed5e3bcf071812e77bbb1b1e8184293dc ?
|
||||
html/direction-applies-to-006.htm 48b32817e073db5d01f16c48ea3ca118eaa80c5b ?
|
||||
xhtml1/direction-applies-to-006.xht 48b32817e073db5d01f16c48ea3ca118eaa80c5b ?
|
||||
html/direction-applies-to-007.htm 43b0c427954ccd7eac088633011d201acd4bdbeb ?
|
||||
xhtml1/direction-applies-to-007.xht 43b0c427954ccd7eac088633011d201acd4bdbeb ?
|
||||
html/direction-applies-to-001.htm 1dd0616fba9da10657d3d3a744e57838949b3ef5 ?
|
||||
xhtml1/direction-applies-to-001.xht 1dd0616fba9da10657d3d3a744e57838949b3ef5 ?
|
||||
html/direction-applies-to-002.htm de9565f1d4add40d1d903eaa2be4b55103a2e1ed ?
|
||||
xhtml1/direction-applies-to-002.xht de9565f1d4add40d1d903eaa2be4b55103a2e1ed ?
|
||||
html/direction-applies-to-003.htm 8bf36afc17ba7103dfa68414a193d0d561c2b043 ?
|
||||
xhtml1/direction-applies-to-003.xht 8bf36afc17ba7103dfa68414a193d0d561c2b043 ?
|
||||
html/direction-applies-to-004.htm 1c1b972bf66ea28a213419f66d9d68f6c79b9860 ?
|
||||
xhtml1/direction-applies-to-004.xht 1c1b972bf66ea28a213419f66d9d68f6c79b9860 ?
|
||||
html/direction-applies-to-005.htm b50cb47f335027d914d44c9ad1120c7298ec4bca ?
|
||||
xhtml1/direction-applies-to-005.xht b50cb47f335027d914d44c9ad1120c7298ec4bca ?
|
||||
html/direction-applies-to-006.htm 244750ea5e0073bd7c7bf5c4be60671bb95479b3 ?
|
||||
xhtml1/direction-applies-to-006.xht 244750ea5e0073bd7c7bf5c4be60671bb95479b3 ?
|
||||
html/direction-applies-to-007.htm acb3e65f456cbd76c66524e168417add6a21fed0 ?
|
||||
xhtml1/direction-applies-to-007.xht acb3e65f456cbd76c66524e168417add6a21fed0 ?
|
||||
html/direction-applies-to-008.htm 9330c479eb50753e5f4dbcc6b732c8a16311f056 ?
|
||||
xhtml1/direction-applies-to-008.xht 9330c479eb50753e5f4dbcc6b732c8a16311f056 ?
|
||||
html/direction-applies-to-009.htm 22b17b4ccdf5e847745325d21b81c05d00aa0b86 ?
|
||||
xhtml1/direction-applies-to-009.xht 22b17b4ccdf5e847745325d21b81c05d00aa0b86 ?
|
||||
html/direction-applies-to-009.htm ba8dc1491f948344cd86d15cf75218920f1d005d ?
|
||||
xhtml1/direction-applies-to-009.xht ba8dc1491f948344cd86d15cf75218920f1d005d ?
|
||||
html/direction-applies-to-010.htm a81a1694ef762646c97fd67506b2731436f54de2 ?
|
||||
xhtml1/direction-applies-to-010.xht a81a1694ef762646c97fd67506b2731436f54de2 ?
|
||||
html/direction-applies-to-012.htm 68299b28947564754205ed73051d6f0fdec286f9 ?
|
||||
xhtml1/direction-applies-to-012.xht 68299b28947564754205ed73051d6f0fdec286f9 ?
|
||||
html/direction-applies-to-013.htm 9dcc0db9e182a5b3be3233aab36c2b7aa42d051f ?
|
||||
xhtml1/direction-applies-to-013.xht 9dcc0db9e182a5b3be3233aab36c2b7aa42d051f ?
|
||||
html/direction-applies-to-014.htm 874901d6025aa382b790b2631a7bc0dd2ba894cc ?
|
||||
xhtml1/direction-applies-to-014.xht 874901d6025aa382b790b2631a7bc0dd2ba894cc ?
|
||||
html/direction-applies-to-015.htm dee7609ca9795c120d66809b1f8e87d15fb810ba ?
|
||||
xhtml1/direction-applies-to-015.xht dee7609ca9795c120d66809b1f8e87d15fb810ba ?
|
||||
html/direction-applies-to-012.htm c33c058ae3c73329978ef7cf59a8fdf95a780ba8 ?
|
||||
xhtml1/direction-applies-to-012.xht c33c058ae3c73329978ef7cf59a8fdf95a780ba8 ?
|
||||
html/direction-applies-to-013.htm a265f292da540b4b40fb0b79474871515f9508ba ?
|
||||
xhtml1/direction-applies-to-013.xht a265f292da540b4b40fb0b79474871515f9508ba ?
|
||||
html/direction-applies-to-014.htm ddb06e75fb49f4c3eeb117f858ba56993310b358 ?
|
||||
xhtml1/direction-applies-to-014.xht ddb06e75fb49f4c3eeb117f858ba56993310b358 ?
|
||||
html/direction-applies-to-015.htm c72486bae50841b85bc956a48caf606d8d0909d8 ?
|
||||
xhtml1/direction-applies-to-015.xht c72486bae50841b85bc956a48caf606d8d0909d8 ?
|
||||
html/direction-vlr-003.htm 8b653dd72891ff47f9f4ba862bae86a06c0d88f9 ?
|
||||
xhtml1/direction-vlr-003.xht 8b653dd72891ff47f9f4ba862bae86a06c0d88f9 ?
|
||||
html/direction-vlr-005.htm d1f0e9099a76ac44095be795b4922484b4f375dd ?
|
||||
|
@ -1237,6 +1237,10 @@ html/inline-block-alignment-orthogonal-vrl-002.htm 26492fc7f467f3d050af3de705b26
|
|||
xhtml1/inline-block-alignment-orthogonal-vrl-002.xht 26492fc7f467f3d050af3de705b263f7ab7996eb ?
|
||||
html/inline-block-alignment-orthogonal-vrl-004.htm b76cd7a87f94be29964bef761b5a28f1108b9994 ?
|
||||
xhtml1/inline-block-alignment-orthogonal-vrl-004.xht b76cd7a87f94be29964bef761b5a28f1108b9994 ?
|
||||
html/inline-block-alignment-slr-009.htm 1b6746f227c5e40ecbb3d07edbac29ac0c206fb4 ?
|
||||
xhtml1/inline-block-alignment-slr-009.xht 1b6746f227c5e40ecbb3d07edbac29ac0c206fb4 ?
|
||||
html/inline-block-alignment-srl-008.htm 8f526c8e5309c5f2fdb3a99180fae2150cd51b31 ?
|
||||
xhtml1/inline-block-alignment-srl-008.xht 8f526c8e5309c5f2fdb3a99180fae2150cd51b31 ?
|
||||
html/inline-replaced-vlr-003.htm fb490b42fc0b5e2d19122a5ec93d729280d0de37 ?
|
||||
xhtml1/inline-replaced-vlr-003.xht fb490b42fc0b5e2d19122a5ec93d729280d0de37 ?
|
||||
html/inline-replaced-vlr-005.htm ca2f67096b0544b3e0d80c075acd0db763cbf815 ?
|
||||
|
@ -1531,6 +1535,10 @@ html/table-column-order-004.htm 879e9a12b008f2396d0778283047a723300d976b ?
|
|||
xhtml1/table-column-order-004.xht 879e9a12b008f2396d0778283047a723300d976b ?
|
||||
html/table-column-order-005.htm b936639f86135a4e6a13faf2bbb35cef03ab8688 ?
|
||||
xhtml1/table-column-order-005.xht b936639f86135a4e6a13faf2bbb35cef03ab8688 ?
|
||||
html/table-column-order-slr-007.htm d191edebe5a760f10e427023f054f845926876bd ?
|
||||
xhtml1/table-column-order-slr-007.xht d191edebe5a760f10e427023f054f845926876bd ?
|
||||
html/table-column-order-srl-006.htm fe2d31c64e1ed2e2badf6c844997f157d54d4fdf ?
|
||||
xhtml1/table-column-order-srl-006.xht fe2d31c64e1ed2e2badf6c844997f157d54d4fdf ?
|
||||
html/table-progression-slr-001.htm af7d971e56a4df80a306f033041e8c1161b3fc0a ?
|
||||
xhtml1/table-progression-slr-001.xht af7d971e56a4df80a306f033041e8c1161b3fc0a ?
|
||||
html/table-progression-slr-002.htm 19e1b54408e91a7566d9502f454c2bd473917c82 ?
|
||||
|
@ -1591,18 +1599,10 @@ html/text-align-vrl-016.htm aa022d161e162cf0c2bc00be399ce9fc39c036bb ?
|
|||
xhtml1/text-align-vrl-016.xht aa022d161e162cf0c2bc00be399ce9fc39c036bb ?
|
||||
html/text-align-vrl-018.htm d563a03c7b8092d0cbfd3c92183d10bba8333354 ?
|
||||
xhtml1/text-align-vrl-018.xht d563a03c7b8092d0cbfd3c92183d10bba8333354 ?
|
||||
html/text-baseline-slr-009.htm f2feea9de3a19fee5ca97b72ef9a0df3d47ae73d ?
|
||||
xhtml1/text-baseline-slr-009.xht f2feea9de3a19fee5ca97b72ef9a0df3d47ae73d ?
|
||||
html/text-baseline-slr-011.htm d5f21aa7f5f2dc023cbe2fea86c4d2fd701a8677 ?
|
||||
xhtml1/text-baseline-slr-011.xht d5f21aa7f5f2dc023cbe2fea86c4d2fd701a8677 ?
|
||||
html/text-baseline-slr-013.htm 58d0eef98811ed6c05522bb93aec37e09aa3123b ?
|
||||
xhtml1/text-baseline-slr-013.xht 58d0eef98811ed6c05522bb93aec37e09aa3123b ?
|
||||
html/text-baseline-srl-008.htm aaa30b8aa8c49b6f761cc160e104aee449f44401 ?
|
||||
xhtml1/text-baseline-srl-008.xht aaa30b8aa8c49b6f761cc160e104aee449f44401 ?
|
||||
html/text-baseline-srl-010.htm 5b2eae7a1033e61b023e2c69c56bfa2ae71db38f ?
|
||||
xhtml1/text-baseline-srl-010.xht 5b2eae7a1033e61b023e2c69c56bfa2ae71db38f ?
|
||||
html/text-baseline-srl-012.htm 751973aaccb29d4bb6125a842ea8ce54580ac862 ?
|
||||
xhtml1/text-baseline-srl-012.xht 751973aaccb29d4bb6125a842ea8ce54580ac862 ?
|
||||
html/text-baseline-slr-009.htm 6d6faeeeb92117f7ec2c62627ad2634c9a3fb104 ?
|
||||
xhtml1/text-baseline-slr-009.xht 6d6faeeeb92117f7ec2c62627ad2634c9a3fb104 ?
|
||||
html/text-baseline-srl-008.htm 09bdbb0889fb770d556fac5927fccff34e7792a3 ?
|
||||
xhtml1/text-baseline-srl-008.xht 09bdbb0889fb770d556fac5927fccff34e7792a3 ?
|
||||
html/text-baseline-vlr-003.htm d2fbd8b70e1a282019dbb946f08fff8778010830 ?
|
||||
xhtml1/text-baseline-vlr-003.xht d2fbd8b70e1a282019dbb946f08fff8778010830 ?
|
||||
html/text-baseline-vlr-005.htm 51866103aa9adb12ae38ed73644698ee63a6af64 ?
|
||||
|
@ -1721,8 +1721,8 @@ html/text-orientation-010.htm 4ecdbceff7397331c490f98d284800bf1fa125a2 ?
|
|||
xhtml1/text-orientation-010.xht 4ecdbceff7397331c490f98d284800bf1fa125a2 ?
|
||||
html/text-orientation-011.htm 1e2a7d34e5dbf3ae8ebe3191281f4ed36965d6a5 ?
|
||||
xhtml1/text-orientation-011.xht 1e2a7d34e5dbf3ae8ebe3191281f4ed36965d6a5 ?
|
||||
html/text-orientation-014.htm 73b9926a3dc990d5c7d823927252cb8b7b59cb80 ?
|
||||
xhtml1/text-orientation-014.xht 73b9926a3dc990d5c7d823927252cb8b7b59cb80 ?
|
||||
html/text-orientation-014.htm e7b729c9708ff9b96a036be54c09cdb9685fa3f1 ?
|
||||
xhtml1/text-orientation-014.xht e7b729c9708ff9b96a036be54c09cdb9685fa3f1 ?
|
||||
html/text-orientation-mixed-001.htm 851a369832d6705268ece34dbba1a79873c9b854 ?
|
||||
xhtml1/text-orientation-mixed-001.xht 851a369832d6705268ece34dbba1a79873c9b854 ?
|
||||
html/text-orientation-parsing-001.htm 1de93e81798548a8c094751021c6bfd09d204700 ?
|
||||
|
@ -1779,8 +1779,8 @@ html/underline-mixed-vrl-002.htm eb7123d62ff36d68544380c78a28bcbeac5f4411 ?
|
|||
xhtml1/underline-mixed-vrl-002.xht eb7123d62ff36d68544380c78a28bcbeac5f4411 ?
|
||||
html/unicode-bidi-001.htm 23dd56a09e50c8f068ed78bfbec09343f4189224 ?
|
||||
xhtml1/unicode-bidi-001.xht 23dd56a09e50c8f068ed78bfbec09343f4189224 ?
|
||||
html/unicode-bidi-002.htm 4b27955dff5183c9c707ec654c50ab0d5c9509f4 ?
|
||||
xhtml1/unicode-bidi-002.xht 4b27955dff5183c9c707ec654c50ab0d5c9509f4 ?
|
||||
html/unicode-bidi-002.htm 535becc845007aa55e2f38cbd69e8f284fe434d6 ?
|
||||
xhtml1/unicode-bidi-002.xht 535becc845007aa55e2f38cbd69e8f284fe434d6 ?
|
||||
html/unicode-bidi-003.htm 6b6e2d5a6826f07407b45cc0c1f26cfb111c730a ?
|
||||
xhtml1/unicode-bidi-003.xht 6b6e2d5a6826f07407b45cc0c1f26cfb111c730a ?
|
||||
html/unicode-bidi-004.htm 617c5bdce926be521cbe6a61ef62c32a854be566 ?
|
||||
|
@ -1833,6 +1833,34 @@ html/vertical-alignment-008.htm e59d282df581512d3263e9b22972d82c334db836 ?
|
|||
xhtml1/vertical-alignment-008.xht e59d282df581512d3263e9b22972d82c334db836 ?
|
||||
html/vertical-alignment-009.htm 5036b5e9d0d8ae513c39237eeddfbcb235f19871 ?
|
||||
xhtml1/vertical-alignment-009.xht 5036b5e9d0d8ae513c39237eeddfbcb235f19871 ?
|
||||
html/vertical-alignment-slr-029.htm c2a2fae94b1f0eec403f937302dc66b6a3d874da ?
|
||||
xhtml1/vertical-alignment-slr-029.xht c2a2fae94b1f0eec403f937302dc66b6a3d874da ?
|
||||
html/vertical-alignment-slr-031.htm e04df2a92bf5d5a360cc0bb2259ff67945aea375 ?
|
||||
xhtml1/vertical-alignment-slr-031.xht e04df2a92bf5d5a360cc0bb2259ff67945aea375 ?
|
||||
html/vertical-alignment-slr-033.htm e2f3cfa1756a7faa2709a55271f26c7011532d04 ?
|
||||
xhtml1/vertical-alignment-slr-033.xht e2f3cfa1756a7faa2709a55271f26c7011532d04 ?
|
||||
html/vertical-alignment-slr-035.htm eaa1fa85acffd26f067f596c9a3f12b2ac3ae273 ?
|
||||
xhtml1/vertical-alignment-slr-035.xht eaa1fa85acffd26f067f596c9a3f12b2ac3ae273 ?
|
||||
html/vertical-alignment-slr-037.htm cf651e946c32003b508d45e769e5f09981a3a968 ?
|
||||
xhtml1/vertical-alignment-slr-037.xht cf651e946c32003b508d45e769e5f09981a3a968 ?
|
||||
html/vertical-alignment-slr-039.htm 36bcef254d72fd98e45881cc91b05d0ad83e0548 ?
|
||||
xhtml1/vertical-alignment-slr-039.xht 36bcef254d72fd98e45881cc91b05d0ad83e0548 ?
|
||||
html/vertical-alignment-slr-041.htm 06b0bd8e50bfb2f2c9d8b53441c2e0dbf517e1c5 ?
|
||||
xhtml1/vertical-alignment-slr-041.xht 06b0bd8e50bfb2f2c9d8b53441c2e0dbf517e1c5 ?
|
||||
html/vertical-alignment-srl-028.htm 94192ae4970f4b07d79ff5edb714fe2563e168c7 ?
|
||||
xhtml1/vertical-alignment-srl-028.xht 94192ae4970f4b07d79ff5edb714fe2563e168c7 ?
|
||||
html/vertical-alignment-srl-030.htm 847dfd96b4534f392d4ff0ff1f0683994e33e350 ?
|
||||
xhtml1/vertical-alignment-srl-030.xht 847dfd96b4534f392d4ff0ff1f0683994e33e350 ?
|
||||
html/vertical-alignment-srl-032.htm b0850a74a5f67af9065ed90707c9c69ee0f6939a ?
|
||||
xhtml1/vertical-alignment-srl-032.xht b0850a74a5f67af9065ed90707c9c69ee0f6939a ?
|
||||
html/vertical-alignment-srl-034.htm ebdaba4e2054dcb7fe004c05a73b4d321ed6a283 ?
|
||||
xhtml1/vertical-alignment-srl-034.xht ebdaba4e2054dcb7fe004c05a73b4d321ed6a283 ?
|
||||
html/vertical-alignment-srl-036.htm ac599e22d8a9e8a9eb244f94d8b576b2af1e5083 ?
|
||||
xhtml1/vertical-alignment-srl-036.xht ac599e22d8a9e8a9eb244f94d8b576b2af1e5083 ?
|
||||
html/vertical-alignment-srl-038.htm 53ed9dcff36d1d633b4ad3969347cf62761c6684 ?
|
||||
xhtml1/vertical-alignment-srl-038.xht 53ed9dcff36d1d633b4ad3969347cf62761c6684 ?
|
||||
html/vertical-alignment-srl-040.htm c7d0fa150a326220a9849d470213393fa7595c80 ?
|
||||
xhtml1/vertical-alignment-srl-040.xht c7d0fa150a326220a9849d470213393fa7595c80 ?
|
||||
html/vertical-alignment-vlr-011.htm 78e3f6b7dd36f63f7e82061d7250706312744787 ?
|
||||
xhtml1/vertical-alignment-vlr-011.xht 78e3f6b7dd36f63f7e82061d7250706312744787 ?
|
||||
html/vertical-alignment-vlr-013.htm bb89530706003c8a4c4d8839bc865a76da1ecd84 ?
|
||||
|
@ -1881,11 +1909,11 @@ html/writing-mode-parsing-sideways-rl-001.htm 182103682044156866012dcbd0c99a3ba7
|
|||
xhtml1/writing-mode-parsing-sideways-rl-001.xht 182103682044156866012dcbd0c99a3ba7f9d476 ?
|
||||
html/writing-mode-parsing-svg1-001.htm ce2637b4c3b5c62aa8fbfc18d7e8ab9ce4107a12 ?
|
||||
xhtml1/writing-mode-parsing-svg1-001.xht ce2637b4c3b5c62aa8fbfc18d7e8ab9ce4107a12 ?
|
||||
html/writing-mode-vertical-lr-002.htm 2368493f74f4795b81bbe06bcdc4e41617b7a97f ?
|
||||
xhtml1/writing-mode-vertical-lr-002.xht 2368493f74f4795b81bbe06bcdc4e41617b7a97f ?
|
||||
html/writing-mode-vertical-rl-001.htm 51761a8518c6f9fa7d5ecc3306fbced379b10538 ?
|
||||
xhtml1/writing-mode-vertical-rl-001.xht 51761a8518c6f9fa7d5ecc3306fbced379b10538 ?
|
||||
html/writing-mode-vertical-rl-002.htm 98ffa835aeb05e601b758d7ad7dc670d78234c77 ?
|
||||
xhtml1/writing-mode-vertical-rl-002.xht 98ffa835aeb05e601b758d7ad7dc670d78234c77 ?
|
||||
html/writing-mode-vertical-rl-003.htm 4a3766e5ec4d237b4e9adeebd966941c9e631ec9 ?
|
||||
xhtml1/writing-mode-vertical-rl-003.xht 4a3766e5ec4d237b4e9adeebd966941c9e631ec9 ?
|
||||
html/writing-mode-vertical-lr-002.htm 1b80446ce4992cfb990f8fca7962cf124d62c222 ?
|
||||
xhtml1/writing-mode-vertical-lr-002.xht 1b80446ce4992cfb990f8fca7962cf124d62c222 ?
|
||||
html/writing-mode-vertical-rl-001.htm 7765f193170501c4e4397ac39b98c87fb37d1f36 ?
|
||||
xhtml1/writing-mode-vertical-rl-001.xht 7765f193170501c4e4397ac39b98c87fb37d1f36 ?
|
||||
html/writing-mode-vertical-rl-002.htm 94131caeef80f45a718d5ad3e02351b8e9442b04 ?
|
||||
xhtml1/writing-mode-vertical-rl-002.xht 94131caeef80f45a718d5ad3e02351b8e9442b04 ?
|
||||
html/writing-mode-vertical-rl-003.htm 64d250bb6fc2f656baa991d3b523de6d0a20970f ?
|
||||
xhtml1/writing-mode-vertical-rl-003.xht 64d250bb6fc2f656baa991d3b523de6d0a20970f ?
|
||||
|
|
|
@ -286,8 +286,8 @@ baseline-inline-non-replaced-005 reference/ref-filled-green-100px-square baselin
|
|||
baseline-inline-replaced-002 reference/baseline-inline-replaced-002-ref baseline-alignment of inline replaced element and 'vertical-rl' ahem,image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines 581a025a1ed23a356d11264a391800e5529fb749 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that the baseline-alignment of an image in the line box of a block with 'writing-mode' set to 'vertical-rl' is 'central' and not 'alphabetic'.
|
||||
baseline-inline-replaced-003 reference/baseline-inline-replaced-002-ref baseline-alignment of inline replaced element and 'vertical-lr' ahem,image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines 8a607d2eb975949ad64e66e2ebe0b3e083204162 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that the baseline-alignment of an image in the line box of a block with 'writing-mode' set to 'vertical-lr' is 'central' and not 'alphabetic'.
|
||||
bidi-001 reference/bidi-001-ref RLO/PDF bidi reordering across closing inline element boundary http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://unicode.org/reports/tr9/ 4b17669682a01af35c7ff859a56ff14979004532 `Ian Hickson`<mailto:ian@hixie.ch> Tests that RLO + closing inline element boundary + PDF reorders text, splitting inline and rendering borders and padding appropriately.
|
||||
bidi-002 reference/bidi-002-ref RLO/PDF bidi reordering across closing inline element boundary + soft line break http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 48d2d4ba08ef8b06d14ef353e9fb8caa30bb43af `Ian Hickson`<mailto:ian@hixie.ch> Tests that RLO + closing inline element boundary + soft line break + PDF reorders text, placing text correctly on each line while also splitting inline and rendering borders and padding appropriately.
|
||||
bidi-003 reference/bidi-003-ref RLO/PDF bidi reordering across closing inline element boundary + opening inline boundary http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://unicode.org/reports/tr9/ 4fc2169d7f75864298bca1a48c3d4d3bdb3560cf `Ian Hickson`<mailto:ian@hixie.ch> Tests that RLO + closing inline element boundary + opening inline element boundary + PDF reorders text, splitting inlines and rendering their borders and padding appropriately.
|
||||
bidi-002 reference/bidi-002-ref RLO/PDF bidi reordering across closing inline element boundary + soft line break http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 8095abab146c4a9e2a6e536e3efb3cf7bcd46a4e `Ian Hickson`<mailto:ian@hixie.ch> Tests that RLO + closing inline element boundary + soft line break + PDF reorders text, placing text correctly on each line while also splitting inline and rendering borders and padding appropriately.
|
||||
bidi-003 reference/bidi-003-ref RLO/PDF bidi reordering across closing inline element boundary + opening inline boundary http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://unicode.org/reports/tr9/ 7fd6e6773327ab7ae3710f78f0e7462390cb1507 `Ian Hickson`<mailto:ian@hixie.ch> Tests that RLO + closing inline element boundary + opening inline element boundary + PDF reorders text, splitting inlines and rendering their borders and padding appropriately.
|
||||
bidi-004 reference/bidi-004-ref The bidi algorithm and inlines in CSS ahem,may21 http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-text-3/#white-space-rules,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://unicode.org/reports/tr9/,http://www.w3.org/TR/html5/rendering.html#phrasing-content-0 e49d44d9a5a48b452d89967dd44efdb7e4c713c0 `Ian Hickson`<mailto:ian@hixie.ch>
|
||||
bidi-005 The bidi algorithm and inlines in CSS: embed levels and white-space: pre; http://www.w3.org/TR/css-text-3/#letter-spacing-property,http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 9a94108988b0d806f23f5d63aec2a5b34d6aea05 `Ian Hickson`<mailto:ian@hixie.ch>
|
||||
bidi-006 The bidi algorithm and inlines in CSS: embed levels and white-space: nowrap; http://www.w3.org/TR/css-text-3/#letter-spacing-property,http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ a699b5134869e68b68c5399f9be53865f6bb90cd `Ian Hickson`<mailto:ian@hixie.ch>
|
||||
|
@ -295,26 +295,26 @@ bidi-007 The bidi algorithm and inlines in CSS: embed levels and float: left;
|
|||
bidi-008 The bidi algorithm and inlines in CSS: embed levels and display: table; http://www.w3.org/TR/css-text-3/#letter-spacing-property,http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ c878778f568e57aa6bc27e433596631230c507ff `Ian Hickson`<mailto:ian@hixie.ch>
|
||||
bidi-009 The bidi algorithm and inlines in CSS: embed levels and display: table-row; http://www.w3.org/TR/css-text-3/#letter-spacing-property,http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ d6072671ffb3f62e5e2cd6b3a1e622c8c25ca81a `Ian Hickson`<mailto:ian@hixie.ch>
|
||||
bidi-010 The bidi algorithm and inlines in CSS: embed levels and position: absolute http://www.w3.org/TR/css-text-3/#letter-spacing-property,http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 16d1297a97d5163619d5317e0a69343dd1c1eb6d `Ian Hickson`<mailto:ian@hixie.ch>
|
||||
bidi-011 reference/bidi-011-ref The bidi algorithm and inlines in CSS wrapping bidi formatting characters http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ c3876d81e8a04525459e58052c7e241825de8aeb `Ian Hickson`<mailto:ian@hixie.ch>
|
||||
bidi-alt-001 unicode-bidi: bidi-override in alt text http://www.w3.org/TR/css-writing-modes-3/#unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 4d4b08257d283f8137a8319b54468d990e1236b9 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> If alt text is not treated as replaced content, then unicode-bidi applies to image alt text.
|
||||
bidi-box-model-001 reference/bidi-box-model-001-ref bidirection box model - borders on inline in normal block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 1c9b7d40184936c8dd4ae4dfb02e799aad6eec88 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-002 reference/bidi-box-model-001-ref bidirection box model - borders on inline in embed block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model edcd15e3c91d992560ead00f614aac93eaf45dc1 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-003 reference/bidi-box-model-001-ref bidirection box model - borders on inline in bidi-override block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model ff611d61e4ddcd86c5aa16094bcb9f2335cc7a8e `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-004 reference/bidi-box-model-001-ref bidirection box model - borders on normal inline http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model e9e386182c31de5e3d61f64ba1933b80358563b8 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-005 reference/bidi-box-model-001-ref bidirection box model - borders on embed inline http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 962e39bfe25224ab5135810423b839c579d43ee8 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-006 reference/bidi-box-model-001-ref bidirection box model - borders on bidi-override inline http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 37c8c476400a1cfc7758abcaddf42587c371d4de `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-007 reference/bidi-box-model-007-ref bidirection box model - borders on normal block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model a6e962ebce7ed428d4ead0f4f1fe0c8833cc7bd8 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-008 reference/bidi-box-model-007-ref bidirection box model - borders on embed block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 8c510ddd2d961e2be38fbc0b1b7b73ce8c871c25 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-009 reference/bidi-box-model-007-ref bidirection box model - borders on bidi-override block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 8553fa2253cf1da817f035932fb36c7234a3fca1 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-034 reference/bidi-box-model-034-ref bidirection box model - padding-left on bidi-override block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model e9bd7a66ce4c8abb5158f49ea9bd7cf2a61f115d `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-box-model-035 reference/bidi-box-model-034-ref bidirection box model - padding-left on normal block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model e10ae7a28a9c36ade38d76a62b5b3cbd4924cb5e `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-box-model-036 reference/bidi-box-model-034-ref bidirection box model - padding-left on embed block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model d35d1e26ca2c0560efaa12e4b6cd4e11720cedd6 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-box-model-043 reference/bidi-box-model-043-ref bidirection box model - padding-right on bidi-override block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model a5320f0797f50894c930422612c5d4f8e6f5f18e `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-box-model-044 reference/bidi-box-model-043-ref bidirection box model - padding-right on normal block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 598e3207af53b8419a1cd59902ee374213415c5f `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-box-model-045 reference/bidi-box-model-043-ref bidirection box model - padding-right on embed block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model fe86e5208cceddfdb42ead064ea22ada485ef1f4 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-breaking-001 reference/bidi-breaking-001-ref Bidi paragraph boundaries: Blocks http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction 75e6e9ea6c09e2f552a53291991f2cb671f8a089 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Block boundaries break bidi paragraphs.
|
||||
bidi-breaking-002 reference/bidi-breaking-002-ref Bidi paragraph boundaries: Forced Line Breaks http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction 816f9d52ee34cd65e31de2b9ac27d149b643a669 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Forced line breaks of class B (but not class WS) break bidi paragraphs.
|
||||
bidi-breaking-003 reference/bidi-breaking-003-ref Bidi paragraph boundaries: Forced Line Breaks (Unicode) may http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction 7edef082775bc3176d6185cda5b9205b79e29f09 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Aharon Lanin`<mailto:aharon@google.com> Forced line breaks of class B (but not class WS) break bidi paragraphs.
|
||||
bidi-011 reference/bidi-011-ref The bidi algorithm and inlines in CSS wrapping bidi formatting characters http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 6f2041612b40cf09bf5a6ed708985bd31c016713 `Ian Hickson`<mailto:ian@hixie.ch>
|
||||
bidi-alt-001 unicode-bidi: bidi-override in alt text http://www.w3.org/TR/css-writing-modes-3/#unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 888e1d3dd69bbe4266c2e422e106dcd7d24abd0b `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> If alt text is not treated as replaced content, then unicode-bidi applies to image alt text.
|
||||
bidi-box-model-001 reference/bidi-box-model-001-ref bidirection box model - borders on inline in normal block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model fe6e5a520a4014f836611a624e562440760748dd `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-002 reference/bidi-box-model-001-ref bidirection box model - borders on inline in embed block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model aef1376c6a908dd2faf3b139ceee3e87b6cafc6b `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-003 reference/bidi-box-model-001-ref bidirection box model - borders on inline in bidi-override block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 06d7101fced37498cba2eb41332b5cb8e36d2f8e `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-004 reference/bidi-box-model-001-ref bidirection box model - borders on normal inline http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 669cc8642f29b1e296c12e3aad589a069e30089a `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-005 reference/bidi-box-model-001-ref bidirection box model - borders on embed inline http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 9a028920540838c5443c533f30cf703700702311 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-006 reference/bidi-box-model-001-ref bidirection box model - borders on bidi-override inline http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 8230a44a27450392817fa809f4dc9fdbf6a766c4 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-007 reference/bidi-box-model-007-ref bidirection box model - borders on normal block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 03a621869bfc99d5f430caa37602700d29287701 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-008 reference/bidi-box-model-007-ref bidirection box model - borders on embed block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 48d8f1d984075a11a09538abccb8f21d438757f9 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-009 reference/bidi-box-model-007-ref bidirection box model - borders on bidi-override block http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 70b9835276d551fe1f805477f671ebcab8d63c64 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
||||
bidi-box-model-034 reference/bidi-box-model-034-ref bidirection box model - padding-left on bidi-override block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model a37d2dffbb070d49e7cd36ec3d0df1fad38643a4 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-box-model-035 reference/bidi-box-model-034-ref bidirection box model - padding-left on normal block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 55f4f08abdb90bae713ee5a31760c8b0b254c1de `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-box-model-036 reference/bidi-box-model-034-ref bidirection box model - padding-left on embed block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 8ce7e126bf6f8d002ce05539d948dc7a15ef5e7c `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-box-model-043 reference/bidi-box-model-043-ref bidirection box model - padding-right on bidi-override block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model f6f95f4f96af0dc626b561b0606b325c3e138858 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-box-model-044 reference/bidi-box-model-043-ref bidirection box model - padding-right on normal block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model d24de62972beecf8e04c3afb6dc1f9ed632f64f5 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-box-model-045 reference/bidi-box-model-043-ref bidirection box model - padding-right on embed block ahem http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/CSS21/box.html#bidi-box-model 65d7d44cdc333cd1de8a1f0d3f7c3810bb799791 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
||||
bidi-breaking-001 reference/bidi-breaking-001-ref Bidi paragraph boundaries: Blocks http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction 66324f5fec95b1da87257eea0e0871bb2f937ae3 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Block boundaries break bidi paragraphs.
|
||||
bidi-breaking-002 reference/bidi-breaking-002-ref Bidi paragraph boundaries: Forced Line Breaks http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction 0c5e41a4202999d5ff7d628be4477f211b03d076 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Forced line breaks of class B (but not class WS) break bidi paragraphs.
|
||||
bidi-breaking-003 reference/bidi-breaking-003-ref Bidi paragraph boundaries: Forced Line Breaks (Unicode) may http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction 497defc104fe2d5e9b19243a3fec1e793dabeb49 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Aharon Lanin`<mailto:aharon@google.com> Forced line breaks of class B (but not class WS) break bidi paragraphs.
|
||||
bidi-embed-001 reference/bidi-embed-001 direction/unicode-bidi: span direction rtl, unicode-bidi embed (1) http://www.w3.org/TR/css-writing-modes-3/#text-direction afde290f67a16aa24f6b4b982eca7e2e03ec72ac `Richard Ishida`<mailto:ishida@w3.org> In a ltr context, if direction:rtl and unicode-bidi:embed are applied to an inline element containing mixed direction text, the text in that element will be displayed in rtl order.
|
||||
bidi-embed-002 reference/bidi-embed-002 direction/unicode-bidi: span direction rtl, unicode-bidi embed (2) http://www.w3.org/TR/css-writing-modes-3/#text-direction 3d672bde7731e5924312c4f818195f49c02c0024 `Richard Ishida`<mailto:ishida@w3.org> In a ltr context, if direction:rtl and unicode-bidi:embed are applied to an inline element containing mixed direction text, the text in that element will be displayed in rtl order.
|
||||
bidi-embed-003 reference/bidi-embed-003 direction/unicode-bidi: span direction ltr, unicode-bidi embed (1) http://www.w3.org/TR/css-writing-modes-3/#text-direction 797c9336dd211c246279d80c3b1d651c80243ef8 `Richard Ishida`<mailto:ishida@w3.org> In a rtl context, if direction:ltr and unicode-bidi:embed are applied to an inline element containing mixed direction text, the text in that element will be displayed in ltr order.
|
||||
|
@ -326,10 +326,10 @@ bidi-embed-008 reference/bidi-embed-008 direction/unicode-bidi: element isolatio
|
|||
bidi-embed-009 reference/bidi-embed-009 direction/unicode-bidi: element isolation and unicode-bidi embed, rtl list http://www.w3.org/TR/css-writing-modes-3/#text-direction 2ea141336408014defe53fd98d84c411aec4dc4d `Richard Ishida`<mailto:ishida@w3.org> If unicode-bidi:embed is applied to an inline element, the text in that element will NOT be directionally isolated from following content.
|
||||
bidi-embed-010 reference/bidi-embed-010 direction/unicode-bidi: element isolation and unicode-bidi embed, ltr list http://www.w3.org/TR/css-writing-modes-3/#text-direction 30d16c659913406c8705520ee165821cf2965b0b `Richard Ishida`<mailto:ishida@w3.org> If unicode-bidi:embed is applied to an inline element, the text in that element will NOT be directionally isolated from following content.
|
||||
bidi-embed-011 reference/bidi-embed-011 direction/unicode-bidi: direction alone and inherited, unicode-bidi embed http://www.w3.org/TR/css-writing-modes-3/#text-direction 6e225bfb6ae7eceef58b51b9cc96d9ac6656e07a `Richard Ishida`<mailto:ishida@w3.org> Directionality is not changed by the direction property on its own, but unicode-bidi: embed will apply direction declared on a higher level element.
|
||||
bidi-glyph-mirroring-001 reference/bidi-glyph-mirroring-001-ref unicode-bidi: bidi-override - glyph mirroring http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/#Mirroring 1df4de4e03f644a77cd16a704e3747ad4dbbf379 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Glyph mirroring of characters with unicode Bidi_Mirrored property should be performed when unicode-bidi: bidi-override is applied
|
||||
bidi-glyph-mirroring-002 reference/bidi-glyph-mirroring-002-ref unicode-bidi: bidi-override - glyph mirroring http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/#Mirroring 5032b9119f978356e85c66a9f5613aa57237dca2 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Glyph mirroring of characters with unicode Bidi_Mirrored property should be performed direction:rtl is applied
|
||||
bidi-glyph-mirroring-001 reference/bidi-glyph-mirroring-001-ref unicode-bidi: bidi-override - glyph mirroring http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/#Mirroring 5eeb49278c0ea55d13d705911d8a9df66d66a3c5 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Glyph mirroring of characters with unicode Bidi_Mirrored property should be performed when unicode-bidi: bidi-override is applied
|
||||
bidi-glyph-mirroring-002 reference/bidi-glyph-mirroring-002-ref unicode-bidi: bidi-override - glyph mirroring http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/#Mirroring e29eddf941aa7a40c775c1ca0537980f874ab7bd `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Glyph mirroring of characters with unicode Bidi_Mirrored property should be performed direction:rtl is applied
|
||||
bidi-inline-001 reference/bidi-inline-001-ref unicode-bidi: bidi-override on inline - rtl http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction fdac15e5d106d71315b5ea88507fb8473dd5d9d7 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> bidi-override should be applied to inlines with no interruptions to surrounding text
|
||||
bidi-inline-002 reference/bidi-inline-001-ref unicode-bidi: bidi-override on inline - nested http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction 5f80a76128d4f7c75d562c37391a38e46fd2c0ec `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Nested bidi-override should be applied to inlines with no interruptions to surrounding text
|
||||
bidi-inline-002 reference/bidi-inline-001-ref unicode-bidi: bidi-override on inline - nested http://www.w3.org/TR/css-writing-modes-3/#bidi-algo,http://www.w3.org/TR/CSS21/visuren.html#direction 9e4cee2048bcfad428bbce1872503f5ababeb9b7 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Nested bidi-override should be applied to inlines with no interruptions to surrounding text
|
||||
bidi-isolate-001 reference/bidi-isolate-001 direction/unicode-bidi: span direction rtl, unicode-bidi isolate (1) http://www.w3.org/TR/css-writing-modes-3/#text-direction c929f3c9f5f2b29873ef4c3f335e056a53fecd80 `Richard Ishida`<mailto:ishida@w3.org> In a ltr context, if direction:rtl and unicode-bidi:isolate are applied to an inline element containing mixed direction text, the text in that element will be displayed in rtl order.
|
||||
bidi-isolate-002 reference/bidi-isolate-002 direction/unicode-bidi: span direction rtl, unicode-bidi isolate (2) http://www.w3.org/TR/css-writing-modes-3/#text-direction e69b8cc34437c122def2ae93bb3fe02d587fd04d `Richard Ishida`<mailto:ishida@w3.org> In a ltr context, if direction:rtl and unicode-bidi:isolate are applied to an inline element containing mixed direction text, the text in that element will be displayed in rtl order.
|
||||
bidi-isolate-003 reference/bidi-isolate-003 direction/unicode-bidi: span direction ltr, unicode-bidi isolate (1) http://www.w3.org/TR/css-writing-modes-3/#text-direction dad7ee0898ae14d2fb7655bdffdd22c57bc9b3cf `Richard Ishida`<mailto:ishida@w3.org> In a rtl context, if direction:ltr and unicode-bidi:isolate are applied to an inline element containing mixed direction text, the text in that element will be displayed in ltr order.
|
||||
|
@ -523,20 +523,20 @@ different-block-flow-dir-002 reference/ref-filled-green-100px-square descendant
|
|||
direction-001 reference/direction-001-ref Direction set to 'ltr' http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 5c033add1932eaf0595c610990a862bf6a6a3bdb `Microsoft`<http://www.microsoft.com/> The 'direction' property set to 'ltr' sets the direction of an element to left-to-right.
|
||||
direction-002 reference/direction-002-ref Direction set to 'rtl' http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 12b697880ef31320cb3a92589d76ee9f85be6546 `Microsoft`<http://www.microsoft.com/> The 'direction' property set to 'rtl' sets the direction of an element to right-to-left.
|
||||
direction-003 reference/direction-002-ref Direction set to 'inherit' sets a value that is inherited from parent element http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction c5e4860af47173b24a7778a2b12ee81fc49585e1 `Microsoft`<http://www.microsoft.com/> The 'direction' property set to 'inherit' sets a direction value to the same as the parent element.
|
||||
direction-applies-to-001 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-row-group' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction ad85663884bb84a128b7d255a2185b758706d1c9 `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-row-group'.
|
||||
direction-applies-to-002 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-header-group' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 6e301be686dcc42be9dca56877a71c5900c29567 `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-header-group'.
|
||||
direction-applies-to-003 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-footer-group' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 454340102868a1beb1d5dce03b1cc5fffe71e5d0 `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-footer-group'.
|
||||
direction-applies-to-004 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-row' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction ece9d9914f3b315351a9365a9a3a004c4065b99b `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-row'.
|
||||
direction-applies-to-005 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-column-group' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 8e4fd45ed5e3bcf071812e77bbb1b1e8184293dc `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-column-group'.
|
||||
direction-applies-to-006 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-column' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 48b32817e073db5d01f16c48ea3ca118eaa80c5b `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-column'.
|
||||
direction-applies-to-007 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'table-cell' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 43b0c427954ccd7eac088633011d201acd4bdbeb `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of 'table-cell'.
|
||||
direction-applies-to-001 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-row-group' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 1dd0616fba9da10657d3d3a744e57838949b3ef5 `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-row-group'.
|
||||
direction-applies-to-002 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-header-group' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction de9565f1d4add40d1d903eaa2be4b55103a2e1ed `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-header-group'.
|
||||
direction-applies-to-003 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-footer-group' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 8bf36afc17ba7103dfa68414a193d0d561c2b043 `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-footer-group'.
|
||||
direction-applies-to-004 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-row' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 1c1b972bf66ea28a213419f66d9d68f6c79b9860 `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-row'.
|
||||
direction-applies-to-005 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-column-group' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction b50cb47f335027d914d44c9ad1120c7298ec4bca `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-column-group'.
|
||||
direction-applies-to-006 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-column' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 244750ea5e0073bd7c7bf5c4be60671bb95479b3 `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-column'.
|
||||
direction-applies-to-007 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'table-cell' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction acb3e65f456cbd76c66524e168417add6a21fed0 `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of 'table-cell'.
|
||||
direction-applies-to-008 reference/direction-applies-to-008-ref Direction applied to element with 'display' set to inline http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 9330c479eb50753e5f4dbcc6b732c8a16311f056 `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of inline as it can set the direction of embeddings and overrides.
|
||||
direction-applies-to-009 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to block ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 22b17b4ccdf5e847745325d21b81c05d00aa0b86 `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of block.
|
||||
direction-applies-to-009 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to block ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction ba8dc1491f948344cd86d15cf75218920f1d005d `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of block.
|
||||
direction-applies-to-010 Direction applied to element with 'display' set to list-item ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction a81a1694ef762646c97fd67506b2731436f54de2 `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of list-item.
|
||||
direction-applies-to-012 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to inline-block ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 68299b28947564754205ed73051d6f0fdec286f9 `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of inline-block.
|
||||
direction-applies-to-013 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'table' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 9dcc0db9e182a5b3be3233aab36c2b7aa42d051f `Microsoft`<http://www.microsoft.com/> The 'direction' property can apply to elements with a display of 'table' as it specifies the direction of table column layout.
|
||||
direction-applies-to-014 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'inline-table' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 874901d6025aa382b790b2631a7bc0dd2ba894cc `Microsoft`<http://www.microsoft.com/> The 'direction' property can apply to elements with a display of 'inline-table' as it specifies the direction of table column layout.
|
||||
direction-applies-to-015 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'table-caption' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction dee7609ca9795c120d66809b1f8e87d15fb810ba `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of 'table-caption'.
|
||||
direction-applies-to-012 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to inline-block ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction c33c058ae3c73329978ef7cf59a8fdf95a780ba8 `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of inline-block.
|
||||
direction-applies-to-013 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'table' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction a265f292da540b4b40fb0b79474871515f9508ba `Microsoft`<http://www.microsoft.com/> The 'direction' property can apply to elements with a display of 'table' as it specifies the direction of table column layout.
|
||||
direction-applies-to-014 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'inline-table' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction ddb06e75fb49f4c3eeb117f858ba56993310b358 `Microsoft`<http://www.microsoft.com/> The 'direction' property can apply to elements with a display of 'inline-table' as it specifies the direction of table column layout.
|
||||
direction-applies-to-015 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'table-caption' ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction c72486bae50841b85bc956a48caf606d8d0909d8 `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of 'table-caption'.
|
||||
direction-vlr-003 reference/direction-vlr-003-ref 'vertical-lr' and 'direction: rtl' ahem,image http://www.w3.org/TR/css-writing-modes-3/#logical-directions 8b653dd72891ff47f9f4ba862bae86a06c0d88f9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that when a block box has 'direction' set to 'rtl' in a vertical writing-mode, then inlines boxes are aligned from line-right to line-left.
|
||||
direction-vlr-005 reference/ref-filled-green-100px-square 'vertical-lr' and 'direction: ltr' ahem,image http://www.w3.org/TR/css-writing-modes-3/#logical-directions d1f0e9099a76ac44095be795b4922484b4f375dd `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that when a block box has 'direction' set to 'ltr' in a vertical writing-mode, then inlines boxes are aligned from line-left to line-right.
|
||||
direction-vrl-002 reference/direction-vrl-002-ref 'vertical-rl' and 'direction: rtl' ahem,image http://www.w3.org/TR/css-writing-modes-3/#logical-directions 8adea94e968c9e596582c4d3c4e8af9beaea8ebc `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that when a block box has 'direction' set to 'rtl' in a vertical writing-mode, then inlines boxes are aligned from line-right to line-left.
|
||||
|
@ -616,6 +616,8 @@ inline-block-alignment-orthogonal-vlr-003 reference/inline-block-alignment-ortho
|
|||
inline-block-alignment-orthogonal-vlr-005 reference/inline-block-alignment-orthogonal-vrl-002-ref text baseline alignment of inline-block in orthogonal flow ahem http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines 843d64f690c7eb68c0dd96bdca4cbec3484b13c5 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' of the containing block of an inline-block in orthogonal flow is 'horizontal-tb', then the dominant baseline used is the alphabetical baseline. In this test, the inline-block should be 'sitting' on the alphabetical baseline, therefore creating a straight and unbroken bottom edge.
|
||||
inline-block-alignment-orthogonal-vrl-002 reference/inline-block-alignment-orthogonal-vrl-002-ref text baseline alignment of inline-block in orthogonal flow ahem http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines 26492fc7f467f3d050af3de705b263f7ab7996eb `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' of the containing block of an inline-block in orthogonal flow is 'horizontal-tb', then the dominant baseline used is the alphabetical baseline. In this test, the inline-block should be 'sitting' on the alphabetical baseline, therefore creating a straight and unbroken bottom edge.
|
||||
inline-block-alignment-orthogonal-vrl-004 reference/inline-block-alignment-orthogonal-vrl-002-ref text baseline alignment of inline-block in orthogonal flow ahem http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines b76cd7a87f94be29964bef761b5a28f1108b9994 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' of the containing block of an inline-block in orthogonal flow is 'horizontal-tb', then the dominant baseline used is the alphabetical baseline. In this test, the inline-block should be 'sitting' on the alphabetical baseline, therefore creating a straight and unbroken bottom edge.
|
||||
inline-block-alignment-slr-009 reference/inline-block-alignment-slr-009-ref inline block alignment - alphabetical alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 1b6746f227c5e40ecbb3d07edbac29ac0c206fb4 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of inline-block baseline. When 'writing-mode' is 'sideways-lr', then the alphabetic baseline is used as the dominant baseline.
|
||||
inline-block-alignment-srl-008 reference/inline-block-alignment-006-ref inline block alignment - alphabetical alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 8f526c8e5309c5f2fdb3a99180fae2150cd51b31 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of inline-block baseline. When 'writing-mode' is 'sideways-rl', then the alphabetic baseline is used as the dominant baseline.
|
||||
inline-replaced-vlr-003 reference/inline-replaced-vrl-002-ref inline replaced element and 'vertical-lr' image http://www.w3.org/TR/css-writing-modes-3/#writing-mode fb490b42fc0b5e2d19122a5ec93d729280d0de37 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that the content of an inline replaced element does not rotate due to the writing mode.
|
||||
inline-replaced-vlr-005 reference/inline-replaced-vrl-004-ref inline replaced element and 'vertical-lr' (advanced) ahem,image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines ca2f67096b0544b3e0d80c075acd0db763cbf815 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that, while the content of inline replaced elements do not rotate in vertical writing mode, they are nevertheless laid out from top to bottom (inline base direction) in a line box and their baseline-alignment is central (not alphabetic) and then the following lines boxes (line box direction within a block container) are ordered from left to right.
|
||||
inline-replaced-vrl-002 reference/inline-replaced-vrl-002-ref inline replaced element and 'vertical-rl' image http://www.w3.org/TR/css-writing-modes-3/#writing-mode 65edb60ad7a542cacaee25d586d2a07bc30e86b9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that the content of an inline replaced element does not rotate due to the writing mode.
|
||||
|
@ -763,6 +765,8 @@ table-column-order-002 reference/block-flow-direction-001-ref 'direction: rtl' -
|
|||
table-column-order-003 reference/block-flow-direction-001-ref 'direction: rtl' - table columns order and vertical-lr ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/css-writing-modes-3/#vertical-layout e6919ba4cd2868612f81df810867a794b69baa1a `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks that a table with 'writing-mode' set to 'vertical-lr' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). The inline base direction is still from top to bottom.
|
||||
table-column-order-004 reference/block-flow-direction-001-ref 'direction: rtl' - table columns order and vertical-rl ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/css-writing-modes-3/#vertical-layout 879e9a12b008f2396d0778283047a723300d976b `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks that colspanned cells in a table with 'direction' set to 'rtl' are handled according to a bottom-to-top column direction.
|
||||
table-column-order-005 reference/block-flow-direction-001-ref 'direction: rtl' - table columns order and vertical-lr ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/css-writing-modes-3/#vertical-layout b936639f86135a4e6a13faf2bbb35cef03ab8688 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks that colspanned cells in a table with 'direction' set to 'rtl' are handled according to a bottom-to-top column direction.
|
||||
table-column-order-slr-007 reference/block-flow-direction-001-ref 'direction: rtl' - table columns order and sideways-lr ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/css-writing-modes-3/#vertical-layout d191edebe5a760f10e427023f054f845926876bd `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks that a table with 'writing-mode' set to 'sideways-lr' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). The inline base direction is still from top to bottom.
|
||||
table-column-order-srl-006 reference/block-flow-direction-001-ref 'direction: rtl' - table columns order and sideways-rl ahem http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/css-writing-modes-3/#vertical-layout fe2d31c64e1ed2e2badf6c844997f157d54d4fdf `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks that a table with 'writing-mode' set to 'sideways-rl' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). The inline base direction is still from top to bottom.
|
||||
table-progression-slr-001 reference/table-progression-slr-001-ref sideways-lr Table Row/Rowgroup/Cell Ordering http://www.w3.org/TR/css-writing-modes-3/#writing-mode,http://www.w3.org/TR/css-writing-modes-3/#direction af7d971e56a4df80a306f033041e8c1161b3fc0a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> This test checks that sideways-lr tables order rows/rowgroups left to right and cells bottom-to-top (LTR) or top-to-bottom (RTL) per 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.
|
||||
table-progression-slr-002 reference/table-progression-002-ref sideways-lr Table Column/Colgroup Ordering http://www.w3.org/TR/css-writing-modes-3/#writing-mode,http://www.w3.org/TR/css-writing-modes-3/#direction 19e1b54408e91a7566d9502f454c2bd473917c82 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> This test checks that sideways-lr tables order columns bottom-to-top (LTR) or top-to-bottom (RTL) per the table's 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.
|
||||
table-progression-srl-001 reference/table-progression-001-ref sideways-rl Table Row/Rowgroup/Cell Ordering http://www.w3.org/TR/css-writing-modes-3/#writing-mode,http://www.w3.org/TR/css-writing-modes-3/#direction 0dac2ab388f8c05765288927c38dc9f24ba1a277 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> This test checks that sideways-rl tables order rows/rowgroups right to left and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.
|
||||
|
@ -793,12 +797,8 @@ text-align-vrl-012 reference/text-align-vrl-008-ref 'text-align: center' - 'vert
|
|||
text-align-vrl-014 reference/direction-vrl-002-ref 'text-align: right' - 'vertical-rl' and 'direction: ltr' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout ee7abad3095db81112f2d25c7a5b96b91b4c5976 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that 'text-align: right' aligns an inline box within a line box with respect to such line box's logical right side (line-right side).
|
||||
text-align-vrl-016 reference/direction-vrl-002-ref 'text-align: right' - 'vertical-rl' and 'direction: rtl' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout aa022d161e162cf0c2bc00be399ce9fc39c036bb `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that 'text-align: right' aligns an inline box within a line box with respect to the line box's logical right side (line-right side). Here, 'direction: rtl' has no impact, no influence on such alignment.
|
||||
text-align-vrl-018 reference/direction-vrl-002-ref 'text-align: right' - 'vertical-rl' and initial, default 'direction' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout d563a03c7b8092d0cbfd3c92183d10bba8333354 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that 'text-align: right' aligns an inline box within a line box with respect to such line box's logical right side (line-right side).
|
||||
text-baseline-slr-009 reference/text-baseline-slr-009-ref text baseline alignment - alphabetical alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#text-baselines f2feea9de3a19fee5ca97b72ef9a0df3d47ae73d `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' is 'sideways-lr' and when 'text-orientation' is 'mixed', then the alphabetical baseline is used as the dominant baseline.
|
||||
text-baseline-slr-011 reference/text-baseline-slr-009-ref text baseline alignment - alphabetical alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#text-baselines d5f21aa7f5f2dc023cbe2fea86c4d2fd701a8677 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' is 'sideways-lr' and when 'text-orientation' is 'upright', then the alphabetical baseline is used as the dominant baseline.
|
||||
text-baseline-slr-013 reference/text-baseline-slr-009-ref text baseline alignment - alphabetical alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#text-baselines 58d0eef98811ed6c05522bb93aec37e09aa3123b `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' is 'sideways-lr' and when 'text-orientation' is 'sideways', then the alphabetical baseline is used as the dominant baseline.
|
||||
text-baseline-srl-008 reference/text-baseline-vrl-006-ref text baseline alignment - alphabetical alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#text-baselines aaa30b8aa8c49b6f761cc160e104aee449f44401 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' is 'sideways-rl' and when 'text-orientation' is 'mixed', then the alphabetical baseline is used as the dominant baseline.
|
||||
text-baseline-srl-010 reference/text-baseline-vrl-006-ref text baseline alignment - alphabetical alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#text-baselines 5b2eae7a1033e61b023e2c69c56bfa2ae71db38f `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' is 'sideways-rl' and when 'text-orientation' is 'upright', then the alphabetical baseline is used as the dominant baseline.
|
||||
text-baseline-srl-012 reference/text-baseline-vrl-006-ref text baseline alignment - alphabetical alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#text-baselines 751973aaccb29d4bb6125a842ea8ce54580ac862 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' is 'sideways-rl' and when 'text-orientation' is 'sideways', then the alphabetical baseline is used as the dominant baseline.
|
||||
text-baseline-slr-009 reference/text-baseline-slr-009-ref text baseline alignment - alphabetical alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#text-baselines 6d6faeeeb92117f7ec2c62627ad2634c9a3fb104 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> When 'writing-mode' is 'sideways-lr', then the alphabetic baseline is used as the dominant baseline.
|
||||
text-baseline-srl-008 reference/text-baseline-vrl-006-ref text baseline alignment - alphabetical alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#text-baselines 09bdbb0889fb770d556fac5927fccff34e7792a3 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> When 'writing-mode' is 'sideways-rl', then the alphabetic baseline is used as the dominant baseline.
|
||||
text-baseline-vlr-003 reference/text-baseline-vrl-002-ref text baseline alignment - central alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#text-baselines d2fbd8b70e1a282019dbb946f08fff8778010830 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' is 'vertical-lr' and when 'text-orientation' is 'mixed', then the central baseline is used as the dominant baseline.
|
||||
text-baseline-vlr-005 reference/text-baseline-vrl-002-ref text baseline alignment - central alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#text-baselines 51866103aa9adb12ae38ed73644698ee63a6af64 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' is 'vertical-lr' and when 'text-orientation' is 'upright', then the central baseline is used as the dominant baseline.
|
||||
text-baseline-vlr-007 reference/text-baseline-vrl-006-ref text baseline alignment - alphabetical alignment with vertical layout ahem http://www.w3.org/TR/css-writing-modes-3/#text-baselines 2f6bc41efeefa86a82ca1266227b44dfeea4df80 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline. When 'writing-mode' is 'vertical-lr' and when 'text-orientation' is 'sideways', then the alphabetical baseline is used as the dominant baseline.
|
||||
|
@ -858,7 +858,7 @@ text-indent-vrl-014 reference/text-indent-vrl-010-ref 'text-indent' with percent
|
|||
text-indent-vrl-016 reference/text-indent-vrl-012-ref 'text-indent' with percentage unit, 'direction: rtl' in 'vertical-rl' writing-mode (non-orthogonal) ahem,image http://www.w3.org/TR/css-writing-modes-3/#logical-direction-layout bd36efb6824d9649c071507677cdc5d1320798c9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that 'text-indent' set with a percentage unit will be a percentage of the containing block height. 'text-indent' will indent the first line of text at line-start. Text of a line box in 'direction: rtl' and with 'writing-mode: vertical-rl' starts at bottom toward the top and progress toward the top.
|
||||
text-orientation-010 text-orientation - mixed ahem,font http://www.w3.org/TR/css-writing-modes-3/#text-orientation 4ecdbceff7397331c490f98d284800bf1fa125a2 `Taka Oshiyama`<mailto:takaoshiyama@gmail.com> This test checks that 'text-orientation: mixed' causes characters from horizontal-only scripts are set sideways, i.e. 90°clockwise from their standard orientation in horizontal text. Characters from vertical scripts are set with their intrinsic orientation. This is effective to verify 1.block flow direction, 2.inline direction and 3.glyph orientation.
|
||||
text-orientation-011 text-orientation - upright ahem,font http://www.w3.org/TR/css-writing-modes-3/#text-orientation 1e2a7d34e5dbf3ae8ebe3191281f4ed36965d6a5 `Taka Oshiyama`<mailto:takaoshiyama@gmail.com> This test checks that 'text-orientation: upright' causes characters from horizontal-only scripts are rendered upright, i.e. in their standard horizontal orientation, in vertical writing modes. This is effective to verify 1.block flow direction, 2.inline direction and 3.glyph orientation.
|
||||
text-orientation-014 reference/text-orientation-014-ref text-orientation - sideways ahem http://www.w3.org/TR/css-writing-modes-3/#text-orientation 73b9926a3dc990d5c7d823927252cb8b7b59cb80 `Taka Oshiyama`<mailto:takaoshiyama@gmail.com> This test checks that 'text-orientation: sideways' causes text to be set as if in a horizontal layout, but rotated 90° clockwise, in vertical writing modes. This is effective to verify 1.block flow direction, 2.inline direction and 3.glyph orientation.
|
||||
text-orientation-014 reference/text-orientation-014-ref text-orientation - sideways ahem http://www.w3.org/TR/css-writing-modes-3/#text-orientation e7b729c9708ff9b96a036be54c09cdb9685fa3f1 `Taka Oshiyama`<mailto:takaoshiyama@gmail.com> This test checks that 'text-orientation: sideways' causes text to be set as if in a horizontal layout, but rotated 90° clockwise, in vertical writing modes. This is effective to verify 1.block flow direction, 2.inline direction and 3.glyph orientation.
|
||||
text-orientation-mixed-001 text-orientation - mixed in vertical-rl writing mode font,image http://www.w3.org/TR/css-writing-modes-3/#text-orientation 851a369832d6705268ece34dbba1a79873c9b854 `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This test checks that the alphabet is displayed on sideways, and it is verified whether the characters are aligned in the vertical direction including vertical writing characters (Japanese, Mongolian, Hangul, etc).
|
||||
text-orientation-parsing-001 CSS Writing Modes: parsing text-orientation dom,script https://drafts.csswg.org/css-writing-modes-3/#text-orientation 1de93e81798548a8c094751021c6bfd09d204700 `Koji Ishii`<kojiishi@gmail.com> This test asserts the parser and getComputedStyle works correctly for the text-orientation property.
|
||||
text-orientation-parsing-sideways-right-001 CSS Writing Modes: parsing text-orientation dom,may,script https://drafts.csswg.org/css-writing-modes-3/#text-orientation 467f926e5646149f727d9115633a469321712cca `Koji Ishii`<kojiishi@gmail.com> This test asserts the parser and getComputedStyle works correctly for the text-orientation property.
|
||||
|
@ -887,7 +887,7 @@ underline-font-size-vrl-004 'text-decoration: underline' with various font size
|
|||
underline-mixed-vlr-003 'text-decoration: underline' and mixed text http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property 9decb3fe18594253186c493df367347f88b59019 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that when latin and mongolian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box.
|
||||
underline-mixed-vrl-002 'text-decoration: underline' and mixed text http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property eb7123d62ff36d68544380c78a28bcbeac5f4411 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box.
|
||||
unicode-bidi-001 reference/direction-002-ref Unicode-bidi set to 'normal' http://www.w3.org/TR/css-writing-modes-3/#unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 23dd56a09e50c8f068ed78bfbec09343f4189224 `Microsoft`<http://www.microsoft.com/> The property 'unicode-bidi' set to 'normal' doesn't modify the directionality of text.
|
||||
unicode-bidi-002 reference/unicode-bidi-002-ref Unicode-bidi set to 'embed' http://www.w3.org/TR/css-writing-modes-3/#unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 4b27955dff5183c9c707ec654c50ab0d5c9509f4 `Microsoft`<http://www.microsoft.com/> The property 'unicode-bidi' set to 'embed' opens a new level of embedding in the Unicode bi-directional algorithm.
|
||||
unicode-bidi-002 reference/unicode-bidi-002-ref Unicode-bidi set to 'embed' http://www.w3.org/TR/css-writing-modes-3/#unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 535becc845007aa55e2f38cbd69e8f284fe434d6 `Microsoft`<http://www.microsoft.com/> The property 'unicode-bidi' set to 'embed' opens a new level of embedding in the Unicode bi-directional algorithm.
|
||||
unicode-bidi-003 reference/direction-002-ref Unicode-bidi set to 'bidi-override' http://www.w3.org/TR/css-writing-modes-3/#unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 6b6e2d5a6826f07407b45cc0c1f26cfb111c730a `Microsoft`<http://www.microsoft.com/> The property 'unicode-bidi' set to 'bidi-override' overrides the directionality of text.
|
||||
unicode-bidi-004 reference/direction-002-ref Unicode-bidi set to 'inherit' http://www.w3.org/TR/css-writing-modes-3/#unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 617c5bdce926be521cbe6a61ef62c32a854be566 `Microsoft`<http://www.microsoft.com/> The property 'unicode-bidi' set to 'inherit' sets a value the same as parent element's value.
|
||||
unicode-bidi-applies-to-001 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to 'table-row-group' http://www.w3.org/TR/css-writing-modes-3/#unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction ec0631eddab3748753cff8aaebbdcbf3716420e1 `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property does not apply to elements with a display of 'table-row-group'. 'unicode-bidi' property only applies to inline elements or block containers' immediate inline-level descendants.
|
||||
|
@ -914,6 +914,20 @@ vertical-alignment-006 reference/vertical-alignment-006-ref vertical-align - 'te
|
|||
vertical-alignment-007 reference/vertical-alignment-006-ref vertical-align - 'text-bottom' and vertical-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading 19a04070f2c744fb378ca9d3f5936bef1b205961 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'vertical-lr', 'vertical-align' is 'text-bottom', the physical left (logical bottom) edge of an inline non-replaced box is aligned with the left side (logical bottom) of parent's content area.
|
||||
vertical-alignment-008 reference/vertical-alignment-008-ref vertical-align - 'bottom' and vertical-rl writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading e59d282df581512d3263e9b22972d82c334db836 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'vertical-rl', 'vertical-align' is 'bottom', the physical left (logical bottom) edge of an inline non-replaced box is aligned with the physical left (logical bottom) edge of its line box.
|
||||
vertical-alignment-009 reference/vertical-alignment-008-ref vertical-align - 'bottom' and vertical-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading 5036b5e9d0d8ae513c39237eeddfbcb235f19871 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'vertical-lr', 'vertical-align' is 'bottom', the physical left (logical bottom) edge of an inline non-replaced box is aligned with the physical left (logical bottom) edge of its line box.
|
||||
vertical-alignment-slr-029 reference/vertical-alignment-008-ref vertical-align - 'top' and sideways-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading c2a2fae94b1f0eec403f937302dc66b6a3d874da `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'top', the physical left (logical top) edge of an inline non-replaced box is aligned with the physical left (logical top) edge of its line box.
|
||||
vertical-alignment-slr-031 reference/vertical-alignment-006-ref vertical-align - 'text-top' and sideways-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading e04df2a92bf5d5a360cc0bb2259ff67945aea375 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'text-top', the physical left (logical top) edge of an inline non-replaced box is aligned with the left side (logical top) of parent's content area.
|
||||
vertical-alignment-slr-033 reference/vertical-alignment-004-ref vertical-align - 'text-bottom' and sideways-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading e2f3cfa1756a7faa2709a55271f26c7011532d04 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'text-bottom', the physical right (logical bottom) edge of an inline non-replaced box is aligned with the right side (logical bottom) of parent's content area.
|
||||
vertical-alignment-slr-035 reference/vertical-alignment-002-ref vertical-align - 'bottom' and sideways-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading eaa1fa85acffd26f067f596c9a3f12b2ac3ae273 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'vertical-align' is 'bottom', the physical right (logical bottom) edge of an inline non-replaced box is aligned with the physical right (logical bottom) edge of its line box.
|
||||
vertical-alignment-slr-037 vertical-align - 'super' and sideways-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading cf651e946c32003b508d45e769e5f09981a3a968 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr' and 'vertical-align' is 'super', the baseline of the box is shifted to the left.
|
||||
vertical-alignment-slr-039 vertical-align - 'sub' and sideways-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading 36bcef254d72fd98e45881cc91b05d0ad83e0548 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr' and 'vertical-align' is 'sub', the baseline of the box is shifted to the right.
|
||||
vertical-alignment-slr-041 reference/vertical-alignment-slr-049-ref vertical-align - 'middle' and sideways-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading 06b0bd8e50bfb2f2c9d8b53441c2e0dbf517e1c5 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-lr', 'text-orientation' is 'mixed', 'vertical-align' is 'middle', the vertical midpoint of the box is aligned with the alphabetic baseline of the parent box plus half the x-height of the parent.
|
||||
vertical-alignment-srl-028 reference/vertical-alignment-002-ref vertical-align - 'top' and sideways-rl writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading 94192ae4970f4b07d79ff5edb714fe2563e168c7 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl', 'vertical-align' is 'top', the physical right (logical top) edge of an inline non-replaced box is aligned with the physical right (logical top) edge of its line box.
|
||||
vertical-alignment-srl-030 reference/vertical-alignment-004-ref vertical-align - 'text-top' and sideways-rl writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading 847dfd96b4534f392d4ff0ff1f0683994e33e350 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl', 'vertical-align' is 'text-top', the physical right (logical top) edge of an inline non-replaced box is aligned with the right side (logical top) of parent's content area.
|
||||
vertical-alignment-srl-032 reference/vertical-alignment-006-ref vertical-align - 'text-bottom' and sideways-rl writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading b0850a74a5f67af9065ed90707c9c69ee0f6939a `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of an inline non-replaced box with vertical align property. When 'writing-mode' is 'vertical-rl', 'vertical-align' is 'text-bottom', the physical left (logical bottom) edge of an inline non-replaced box is aligned with the left side (logical bottom) of parent's content area.
|
||||
vertical-alignment-srl-034 reference/vertical-alignment-008-ref vertical-align - 'bottom' and sideways-rl writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading ebdaba4e2054dcb7fe004c05a73b4d321ed6a283 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl', 'vertical-align' is 'bottom', the physical left (logical bottom) edge of an inline non-replaced box is aligned with the physical left (logical bottom) edge of its line box.
|
||||
vertical-alignment-srl-036 vertical-align - 'super' and sideways-rl writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading ac599e22d8a9e8a9eb244f94d8b576b2af1e5083 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl' and 'vertical-align' is 'super', the baseline of the box is shifted to the right.
|
||||
vertical-alignment-srl-038 vertical-align - 'sub' and sideways-rl writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading 53ed9dcff36d1d633b4ad3969347cf62761c6684 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl' and 'vertical-align' is 'sub', the baseline of the box is shifted to the left.
|
||||
vertical-alignment-srl-040 reference/vertical-alignment-vrl-026-ref vertical-align - 'middle' and sideways-rl writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading c7d0fa150a326220a9849d470213393fa7595c80 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'sideways-rl' and 'vertical-align' is 'middle', the vertical midpoint of the box is aligned with the alphabetic baseline of the parent box plus half the x-height of the parent.
|
||||
vertical-alignment-vlr-011 vertical-align - 'super' and vertical-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading 78e3f6b7dd36f63f7e82061d7250706312744787 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'vertical-lr', 'text-orientation' is 'mixed', 'vertical-align' is 'super', the baseline of the box is shifted to the right.
|
||||
vertical-alignment-vlr-013 vertical-align - 'super' and vertical-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading bb89530706003c8a4c4d8839bc865a76da1ecd84 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'vertical-lr', 'text-orientation' is 'upright', 'vertical-align' is 'super', the baseline of the box is shifted to the right.
|
||||
vertical-alignment-vlr-015 vertical-align - 'super' and vertical-lr writing-mode ahem http://www.w3.org/TR/css-writing-modes-3/#line-mappings,http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#leading 84156e13cda0399324618b41d3c55bb53e029dc8 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the position of inline non-replaced box with vertical align property. When 'writing-mode' is 'vertical-lr', 'text-orientation' is 'sideways', 'vertical-align' is 'super', the baseline of the box is shifted to the right.
|
||||
|
@ -938,7 +952,7 @@ writing-mode-parsing-001 CSS Writing Modes: parsing writing-mode dom,script htt
|
|||
writing-mode-parsing-sideways-lr-001 CSS Writing Modes: parsing writing-mode: sideways-lr dom,script https://drafts.csswg.org/css-writing-modes-3/#block-flow 736e57b0c6f1a92b2a614374db49a3be98722285 `Koji Ishii`<kojiishi@gmail.com> This test asserts the parser and getComputedStyle works correctly for the writing-mode: sideways-lr.
|
||||
writing-mode-parsing-sideways-rl-001 CSS Writing Modes: parsing writing-mode: sideways-rl dom,script https://drafts.csswg.org/css-writing-modes-3/#block-flow 182103682044156866012dcbd0c99a3ba7f9d476 `Koji Ishii`<kojiishi@gmail.com> This test asserts the parser and getComputedStyle works correctly for the writing-mode: sideways-rl.
|
||||
writing-mode-parsing-svg1-001 CSS Writing Modes: parsing SVG 1.1 writing-mode values dom,may,svg,script https://drafts.csswg.org/css-writing-modes-3/#svg-writing-mode ce2637b4c3b5c62aa8fbfc18d7e8ab9ce4107a12 `Koji Ishii`<kojiishi@gmail.com> This test asserts the parser and getComputedStyle works correctly for the SVG 1.1 writing-mode values.
|
||||
writing-mode-vertical-lr-002 reference/writing-mode-vertical-lr-002-ref writing-mode: vertical-lr - basic inline case ahem http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 2368493f74f4795b81bbe06bcdc4e41617b7a97f `Yoshifumi Kawai`<mailto:kawai@est.co.jp>
|
||||
writing-mode-vertical-rl-001 reference/writing-mode-vertical-rl-001-ref writing-mode: vertical-rl - basic inline case ahem http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 51761a8518c6f9fa7d5ecc3306fbced379b10538 `Yoshifumi Kawai`<mailto:kawai@est.co.jp>
|
||||
writing-mode-vertical-rl-002 reference/writing-mode-vertical-rl-002-ref writing-mode: vertical-rl - basic inline case ahem http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 98ffa835aeb05e601b758d7ad7dc670d78234c77 `Yoshifumi Kawai`<mailto:kawai@est.co.jp>
|
||||
writing-mode-vertical-rl-003 reference/writing-mode-vertical-rl-003-ref writing-mode: horizontal-tb nested in vertical-rl ahem http://www.w3.org/TR/css-writing-modes-3/#writing-mode 4a3766e5ec4d237b4e9adeebd966941c9e631ec9 `KISAKA Toshihiro`<mailto:toshihiro@kisaka.jp> when child block has its own writing-mode, child block's writing-mode overwrites parent block's writing-mode.
|
||||
writing-mode-vertical-lr-002 reference/writing-mode-vertical-lr-002-ref writing-mode: vertical-lr - basic inline case ahem http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 1b80446ce4992cfb990f8fca7962cf124d62c222 `Yoshifumi Kawai`<mailto:kawai@est.co.jp>
|
||||
writing-mode-vertical-rl-001 reference/writing-mode-vertical-rl-001-ref writing-mode: vertical-rl - basic inline case ahem http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 7765f193170501c4e4397ac39b98c87fb37d1f36 `Yoshifumi Kawai`<mailto:kawai@est.co.jp>
|
||||
writing-mode-vertical-rl-002 reference/writing-mode-vertical-rl-002-ref writing-mode: vertical-rl - basic inline case ahem http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 94131caeef80f45a718d5ad3e02351b8e9442b04 `Yoshifumi Kawai`<mailto:kawai@est.co.jp>
|
||||
writing-mode-vertical-rl-003 reference/writing-mode-vertical-rl-003-ref writing-mode: horizontal-tb nested in vertical-rl ahem http://www.w3.org/TR/css-writing-modes-3/#writing-mode 64d250bb6fc2f656baa991d3b523de6d0a20970f `KISAKA Toshihiro`<mailto:toshihiro@kisaka.jp> when child block has its own writing-mode, child block's writing-mode overwrites parent block's writing-mode.
|
||||
|
|
|
@ -20,11 +20,11 @@
|
|||
}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<p>The three lines below should be <strong>identical</strong>.</p>
|
||||
|
||||
|
||||
<p>Three lines of <img src="" alt="readable" width="0"/> text</p>
|
||||
<p>Three lines of <span class="rtol"><img src="" alt="elbadaer" width="0"/></span> text</p>
|
||||
<p>Three lines of <img src="" alt="elbadaer" class="rtol" width="0"/> text</p>
|
||||
|
|
|
@ -12,19 +12,19 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>
|
||||
|
|
|
@ -12,15 +12,15 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
]]></style>
|
||||
</head>
|
||||
|
|
|
@ -12,19 +12,19 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>
|
||||
|
|
|
@ -12,19 +12,19 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>
|
||||
|
|
|
@ -12,15 +12,15 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
]]></style>
|
||||
</head>
|
||||
|
|
|
@ -12,19 +12,19 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
span {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>
|
||||
|
|
|
@ -12,22 +12,22 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
div {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
text-align: left;
|
||||
width: 10em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -12,22 +12,22 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
div {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
text-align: left;
|
||||
width: 10em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -12,22 +12,22 @@
|
|||
<meta name="assert" content="Border sides should be unaffected by directionality"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
div {
|
||||
border: 5px solid gray;
|
||||
border: 5px solid gray;
|
||||
border-color: orange purple teal yellow;
|
||||
text-align: left;
|
||||
width: 10em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
|
||||
p {text-align: left;}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -25,10 +25,10 @@
|
|||
direction: rtl;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
margin-bottom: 1em;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
margin-bottom: 1em;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -25,10 +25,10 @@
|
|||
direction: rtl;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
margin-bottom: 1em;
|
||||
padding-right: 5em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
margin-bottom: 1em;
|
||||
padding-right: 5em;
|
||||
}
|
||||
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<body>
|
||||
<p>In each pair of silver boxes below, the two patterns must be identical.</p>
|
||||
|
||||
<!--
|
||||
<!--
|
||||
א א is hebrew letter alef
|
||||
ת ת is hebrew letter tav
|
||||
-->
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<body>
|
||||
<p>In each pair of silver boxes below, the two patterns must be identical.</p>
|
||||
|
||||
<!--
|
||||
<!--
|
||||
א א is hebrew letter alef
|
||||
ת ת is hebrew letter tav
|
||||
-->
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<body>
|
||||
<p>In each pair of silver boxes below, the two patterns must be identical.</p>
|
||||
|
||||
<!--
|
||||
<!--
|
||||
א א is hebrew letter alef
|
||||
ת ת is hebrew letter tav
|
||||
-->
|
||||
|
@ -73,16 +73,16 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- line separator does not break bidi paragraph -->
|
||||
<!-- line separator does not break bidi paragraph -->
|
||||
<div class="set">
|
||||
<div class="test">
|
||||
<div class="pre">א + - × ÷
+ - × ÷ ת</div>
|
||||
</div>
|
||||
<div class="control">
|
||||
<div><bdo dir="ltr"> ÷ × - + א</bdo></div>
|
||||
<div><bdo dir="ltr">ת ÷ × - + </bdo></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control">
|
||||
<div><bdo dir="ltr"> ÷ × - + א</bdo></div>
|
||||
<div><bdo dir="ltr">ת ÷ × - + </bdo></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
PS 
 Paragraph separator
|
||||
|
|
|
@ -22,13 +22,13 @@
|
|||
]]></style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p class="control">a b (c d).</p>
|
||||
|
||||
|
||||
<div>
|
||||
.(d c) b a
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -19,13 +19,13 @@
|
|||
]]></style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>(a b א) c d</p>
|
||||
|
||||
|
||||
<div>
|
||||
c d (א a b)
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
]]></style>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 lines are <strong>identical</strong>.</p>
|
||||
<p>Readable</p>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue