Skip to content

Commit 2060810

Browse files
committed
Fix markup errors
1 parent 8d3048c commit 2060810

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ <h2 class="no-num no-toc" id=Contents>Table of Contents</h2>
249249

250250
<li><a href="#caption-side"><span class=secno>7.7. </span> Table Caption
251251
Mappings: the &lsquo;<code class=property>caption-side</code>&rsquo;
252-
property </a>
252+
property</a>
253253
</ul>
254254

255255
<li><a href="#text-combine"><span class=secno>8. </span>Glyph Composition:
@@ -1174,8 +1174,9 @@ <h3 id=replaced-baselines><span class=secno>4.3. </span> Atomic Inline
11741174

11751175
<dt>central
11761176

1177-
<dd>The central baseline is assumed to be halfway between the <i>under<i>
1178-
and <i>over<i> margin edges of the box. </i></i></i></i>
1177+
<dd>The central baseline is assumed to be halfway between the <a
1178+
href="#under"><i>under</i></a> and <a href="#over"><i>over</i></a> margin
1179+
edges of the box.
11791180
</dl>
11801181

11811182
<h3 id=baseline-alignment><span class=secno>4.4. </span> Baseline Alignment</h3>
@@ -1197,9 +1198,6 @@ <h3 id=baseline-alignment><span class=secno>4.4. </span> Baseline Alignment</h3>
11971198

11981199
<pre>&lt;p&gt;&lt;span class="outer"&gt;Ap &lt;span class="inner"&gt;<i>ji</i>&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</pre>
11991200

1200-
<pre>
1201-
</pre>
1202-
12031201
<p>And the following style rule:
12041202

12051203
<pre>span.inner { font-size: .75em; }</pre>

css3-writing-modes/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ <h2 id="vertical-intro">
529529
Some glyphs, however change: a period mark shifts from the
530530
bottom left of its glyph box to the top right. Running
531531
headers, however, may remain
532-
laid out horizontally across the top of the page."/></p>
532+
laid out horizontally across the top of the page."></p>
533533
<p class="caption">Comparison of vertical and horizontal Japanese: iBunko application (iOS)</p>
534534
</div>
535535

@@ -550,7 +550,7 @@ <h2 id="vertical-intro">
550550
<p><img src="vert-latin-layouts.png"
551551
alt="A dictionary definition for &#x30F4;&#x30A3;&#x30EB;&#x30B9;
552552
might write the English word 'virus' rotated 90&deg; clockwise,
553-
but stack the letters of the initialisms 'RNA' and 'DNA' upright."/></p>
553+
but stack the letters of the initialisms 'RNA' and 'DNA' upright."></p>
554554
<p class="caption">Examples of Latin in vertical Japanese: Daijirin Viewer 1.4 (iOS)</</p>
555555
</div>
556556

@@ -564,7 +564,7 @@ <h2 id="vertical-intro">
564564
horizontal-in-vertical blocks; the years are written with
565565
each character upright; except in the English phrase
566566
&ldquo;for Mac 2011&rdquo;, where the date is rotated to
567-
match the rotated Latin."/></p>
567+
match the rotated Latin."></p>
568568
<p class="caption">Mac Fan, December 2010, p.49</p>
569569
</div>
570570

@@ -574,7 +574,7 @@ <h2 id="vertical-intro">
574574
<p><img src="vert-horiz-combination.png"
575575
alt="Magazines often mix horizontal and vertical layout; for
576576
example, using one orientation for the main article text
577-
and a different one for sidebar or illustrative content."/></p>
577+
and a different one for sidebar or illustrative content."></p>
578578
<p class="caption">Mixture of vertical and horizontal elements</p>
579579
</div>
580580

@@ -831,7 +831,7 @@ <h3 id="replaced-baselines">
831831
margin edge.</dd>
832832
<dt>central</dt>
833833
<dd>The central baseline is assumed to be halfway between the
834-
<i>under<i> and <i>over<i> margin edges of the box.
834+
<i>under</i> and <i>over</i> margin edges of the box.
835835
</dl>
836836

837837
<h3 id="baseline-alignment">
@@ -850,7 +850,7 @@ <h3 id="baseline-alignment">
850850
is something else.)
851851
<div class="example">
852852
<p>Given following sample markup:
853-
<pre>&lt;p&gt;&lt;span class="outer"&gt;Ap &lt;span class="inner"&gt;<i>ji</i>&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;<pre>
853+
<pre>&lt;p&gt;&lt;span class="outer"&gt;Ap &lt;span class="inner"&gt;<i>ji</i>&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</pre>
854854
<p>And the following style rule:
855855
<pre>span.inner { font-size: .75em; }</pre>
856856
<p>The baseline tables of the parent (<code>.outer</code>) and the child
@@ -1008,7 +1008,7 @@ <h3 id="text-orientation">Orienting Text: the 'text-orientation' property</h3>
10081008
<div class="figure">
10091009
<img
10101010
alt="text-orientation: vertical-right, upright, rotate-left, and rotate-right"
1011-
src="text-orientation.png" width="192" height="100" />
1011+
src="text-orientation.png" width="192" height="100" >
10121012
<p class="caption">text-orientation: vertical-right, upright, rotate-left, and rotate-right</p>
10131013
</div>
10141014

@@ -1634,7 +1634,7 @@ <h3 id="physical-only">
16341634
</ul>
16351635

16361636
<h3 id="caption-side">
1637-
Table Caption Mappings: the 'caption-side' property</h4>
1637+
Table Caption Mappings: the 'caption-side' property</h3>
16381638

16391639
<p>This module introduces two new values to the 'caption-side' property:
16401640
''before'' and ''after'', which position the caption before and

0 commit comments

Comments
 (0)