Skip to content

Commit 74371e0

Browse files
committed
[css-writing-modes] Fix markup (switch to <a> autolinks)
1 parent 92e4e31 commit 74371e0

2 files changed

Lines changed: 173 additions & 175 deletions

File tree

css-writing-modes-3/Overview.bs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Former Editor: Michel Suignard, Microsoft, michelsu@microsoft.com
1818
Abstract: 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).
1919
Ignored Terms: glyph orientation, *-left, *-right, *-top, *-bottom, text-combine-mode, root inline box, … message topic …, glyph-orientation-horizontal
2020
Link 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>
2423
spec:css21; type:property; text:float
@@ -526,7 +525,7 @@ english9 english10 english11 13WERBEH 12WERBEH
526525

527526
english14 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>&lt;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>&lt;p&gt;&lt;span class="outer"&gt;Ap &lt;span class="inner"&gt;<i lt=''>ji</a>&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</pre>
1099+
<pre>&lt;p&gt;&lt;span class="outer"&gt;Ap &lt;span class="inner"&gt;<i lt=''>ji</i>&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</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
<!-- -->&lt;date&gt;&#x5E73;&#x6210;&lt;span>20&lt;/span>&#x5E74;4&#x6708;&lt;span>16&lt;/span>&#x65E5;&#x306B;&lt;/date&gt;
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

Comments
 (0)