@@ -18,7 +18,6 @@ Former Editor: Michel Suignard, Microsoft, michelsu@microsoft.com
1818Abstract : CSS Writing Modes Level 3 defines CSS support for various international writing modes, such as left-to-right (e.g. Latin or Indic), right-to-left (e.g. Hebrew or Arabic), bidirectional (e.g. mixed Latin and Arabic) and vertical (e.g. Asian scripts).
1919Ignored Terms : glyph orientation, *-left, *-right, *-top, *-bottom, text-combine-mode, root inline box, … message topic …, glyph-orientation-horizontal
2020Link Defaults : css21 (property) display/min-height/max-height/min-width/max-width/clip/left/right/bottom/top, css-text-3 (property) letter-spacing, css-text-decor-3 (property) text-decoration, svg2 (property) glyph-orientation-vertical/glyph-orientation-horizontal
21- Use <a> Autolinks: yes
2221</pre>
2322<pre class=link-defaults>
2423spec:css21; type:property; text:float
@@ -526,7 +525,7 @@ english9 english10 english11 13WERBEH 12WERBEH
526525
527526english14 english15 english16
528527
529- english17 <i lt=''> 20WERBEH english19 18WERBEH</a >
528+ english17 <i lt=''> 20WERBEH english19 18WERBEH</i >
530529 </pre>
531530
532531 <p> The first <code> <section></code> element is a block with a right-to-left base direction,
@@ -561,7 +560,7 @@ english17 <i lt=''>20WERBEH english19 18WERBEH</a>
561560<!-- -->english16
562561
563562<!-- -->english17 <i lt=''> 18WERBEH
564- <!-- -->20WERBEH english19</a >
563+ <!-- -->20WERBEH english19</i >
565564 </pre>
566565
567566 <p> Notice that because <samp> HEBREW18</samp> must be read before <samp> english19</samp> ,
@@ -1097,7 +1096,7 @@ Baseline Alignment</h3>
10971096 'vertical-align' value.
10981097 <div class="example">
10991098 <p> Given following sample markup:
1100- <pre> <p><span class="outer">Ap <span class="inner"><i lt=''> ji</a > </span></span></p></pre>
1099+ <pre> <p><span class="outer">Ap <span class="inner"><i lt=''> ji</i > </span></span></p></pre>
11011100 <p> And the following style rule:
11021101 <pre> span.inner { font-size: .75em; }</pre>
11031102 <p> The baseline tables of the parent (<code> .outer</code> ) and the child
@@ -2341,7 +2340,7 @@ Horizontal-in-Vertical Composition: the 'text-combine-upright' property</h3>
23412340 <p><img alt="Diagram of tate-chu-yoko, showing the two digits of a date
23422341 set halfwidth side-by-side in a vertical column of text"
23432342 src="images/tate-chu-yoko.png">
2344- <p class="caption"> Example of horizontal-in-vertical <i lang="ja" lt=''> tate-chu-yoko</a ></p>
2343+ <p class="caption"> Example of horizontal-in-vertical <i lang="ja" lt=''> tate-chu-yoko</i ></p>
23452344 </div>
23462345
23472346 <p> The figure is the result of the rules</p>
@@ -2353,7 +2352,7 @@ Horizontal-in-Vertical Composition: the 'text-combine-upright' property</h3>
23532352<!-- --><date>平成<span>20</span>年4月<span>16</span>日に</date>
23542353 </pre>
23552354
2356- <p> In Japanese, this effect is known as <i lang="ja" lt=''> tate-chu-yoko</a > .
2355+ <p> In Japanese, this effect is known as <i lang="ja" lt=''> tate-chu-yoko</i > .
23572356 </div>
23582357
23592358 <p class="note">
0 commit comments