Skip to content

Commit 32464dc

Browse files
committed
Fixed typo (thanks to Murakami-san)
1 parent b643d3e commit 32464dc

2 files changed

Lines changed: 23 additions & 22 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828

2929
<h1>CSS Writing Modes Module Level 3</h1>
3030

31-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 March 2011</h2>
31+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 April 2011</h2>
3232

3333
<dl>
3434
<dt>This version:
3535

3636
<dd><a
3737
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
3838
<!--
39-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110331">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110331</a>
39+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110406">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110406</a>
4040
-->
4141

4242

@@ -922,8 +922,8 @@ <h2 id=vertical-intro><span class=secno>3. </span> Introduction to Vertical
922922
compactly into a single vertical character box:
923923

924924
<div class=figure>
925-
<p><img alt="An exerpt from MacFan shows several possible vertical layouts
926-
for numbers: the two-digit month and day are written as
925+
<p><img alt="An excerpt from MacFan shows several possible vertical
926+
layouts for numbers: the two-digit month and day are written as
927927
horizontal-in-vertical blocks; the years are written with each character
928928
upright; except in the English phrase &ldquo;for Mac 2011&rdquo;, where
929929
the date is rotated to match the rotated Latin."
@@ -1302,17 +1302,18 @@ <h3 id=baseline-alignment><span class=secno>4.4. </span> Baseline Alignment</h3>
13021302
<pre>span.inner { font-size: .75em; }</pre>
13031303

13041304
<p>The baseline tables of the parent (<code>.outer</code>) and the child
1305-
(<code>.inner</code>) will not mach up due to the font size difference.
1306-
Since the dominant baseline is the alphabetic baseline, the child box
1307-
is aligned to its parent by matching up their alphabetic baselines.
1305+
(<code>.inner</code>) will not match up due to the font size
1306+
difference. Since the dominant baseline is the alphabetic baseline, the
1307+
child box is aligned to its parent by matching up their alphabetic
1308+
baselines.
13081309

13091310
<div class=figure>
13101311
<p><img alt="" src=baseline-align-sizes.gif>
13111312
</div>
13121313
</div>
13131314

1314-
<p>Basline alignment in this fashion is used with the following values of
1315-
&lsquo;<code class=property>vertical-align</code>&rsquo;: &lsquo;<a
1315+
<p>Baseline alignment in this fashion is used with the following values
1316+
of &lsquo;<code class=property>vertical-align</code>&rsquo;: &lsquo;<a
13161317
href="#baseline"><code class=css>baseline</code></a>&rsquo;,
13171318
&lsquo;<code class=css>sub</code>&rsquo;, &lsquo;<code
13181319
class=css>super</code>&rsquo;, &lt;length&gt;, &lt;percentage&gt;. In
@@ -1326,7 +1327,7 @@ <h3 id=baseline-alignment><span class=secno>4.4. </span> Baseline Alignment</h3>
13261327
super</code>&rsquo; to the <code>.inner</code> element from the example
13271328
above, the same rules are used to align the <code>.inner</code> child
13281329
to its parent; the only difference is in addition to the baseline
1329-
alignment, the child is shifted to the superscipt position.
1330+
alignment, the child is shifted to the superscript position.
13301331

13311332
<pre>span.inner { vertical-align: super; font-size: .75em; }</pre>
13321333

@@ -1670,7 +1671,7 @@ <h2 id=abstract-box><span class=secno>6. </span> Abstract Box Terminology</h2>
16701671
appropriately. This section defines abstract directional and dimensional
16711672
terms and their mappings in order to define box layout for other writing
16721673
modes, and to provide terminology for future specs to define their layout
1673-
concepts abstactly.
1674+
concepts abstractly.
16741675

16751676
<h3 id=abstract-dimensions><span class=secno>6.1. </span> Logical
16761677
Dimensions</h3>
@@ -1813,7 +1814,7 @@ <h3 id=logical-directions><span class=secno>6.4. </span> Flow-relative
18131814
<p>The <dfn id=before>before</dfn> edge of a box is nominally the edge that
18141815
comes earlier in the block progression, as determined by the &lsquo;<a
18151816
href="#writing-mode1"><code class=property>writing-mode</code></a>&rsquo;
1816-
poperty. Similarly the <dfn id=after>after</dfn> edge is the edge that
1817+
property. Similarly the <dfn id=after>after</dfn> edge is the edge that
18171818
comes later in the progression.
18181819

18191820
<p>The <dfn id=start>start</dfn> edge of a box is nominally the edge from
@@ -2146,8 +2147,8 @@ <h3 id=dimension-mapping><span class=secno>7.2. </span> Dimensional Mapping</h3>
21462147
inline dimension of the element, which is not necessarily the
21472148
horizontal dimension. [[!CSS21]] [[!CSS3BG]]
21482149
<li>The &lsquo;<code class=css>repeat-y</code>&rsquo; keyword of &lsquo;<code class=property>background-repeat</code>&rsquo; tiles in the
2149-
block flow dimension of the element, whcih is not necessarily
2150-
the vertical dimenion. [[!CSS21]] [[!CSS3BG]]
2150+
block flow dimension of the element, which is not necessarily
2151+
the vertical dimension. [[!CSS21]] [[!CSS3BG]]
21512152
<li>The &lsquo;<code class=property>overflow-x</code>&rsquo; property controls overflow in the inline
21522153
dimension of the element. [[!CSS3UI]]
21532154
<li>The &lsquo;<code class=property>overflow-y</code>&rsquo; property controls overflow in the block

css3-writing-modes/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ <h2 id="vertical-intro">
623623

624624
<div class="figure">
625625
<p><img src="vert-number-layouts.png"
626-
alt="An exerpt from MacFan shows several possible vertical layouts
626+
alt="An excerpt from MacFan shows several possible vertical layouts
627627
for numbers: the two-digit month and day are written as
628628
horizontal-in-vertical blocks; the years are written with
629629
each character upright; except in the English phrase
@@ -938,14 +938,14 @@ <h3 id="baseline-alignment">
938938
<p>And the following style rule:
939939
<pre>span.inner { font-size: .75em; }</pre>
940940
<p>The baseline tables of the parent (<code>.outer</code>) and the child
941-
(<code>.inner</code>) will not mach up due to the font size difference.
941+
(<code>.inner</code>) will not match up due to the font size difference.
942942
Since the dominant baseline is the alphabetic baseline, the child box
943943
is aligned to its parent by matching up their alphabetic baselines.
944944
<div class="figure">
945945
<p><img alt="" src="baseline-align-sizes.gif">
946946
</div>
947947
</div>
948-
<p>Basline alignment in this fashion is used with the following values of
948+
<p>Baseline alignment in this fashion is used with the following values of
949949
'vertical-align': ''baseline'', ''sub'', ''super'', &lt;length&gt;,
950950
&lt;percentage&gt;. In the latter cases, the baselines are aligned as
951951
for ''baseline'', but the child is shifted according to the offset given
@@ -956,7 +956,7 @@ <h3 id="baseline-alignment">
956956
element from the example above, the same rules are used to align
957957
the <code>.inner</code> child to its parent; the only difference
958958
is in addition to the baseline alignment, the child is shifted to
959-
the superscipt position.
959+
the superscript position.
960960
<pre>span.inner { vertical-align: super; font-size: .75em; }</pre>
961961
<div class="figure">
962962
<p><img alt="In this example, the resulting alignment is equivalent
@@ -1215,7 +1215,7 @@ <h2 id="abstract-box">
12151215
dimensions are abstracted and remapped appropriately. This section
12161216
defines abstract directional and dimensional terms and their mappings
12171217
in order to define box layout for other writing modes, and to provide
1218-
terminology for future specs to define their layout concepts abstactly.
1218+
terminology for future specs to define their layout concepts abstractly.
12191219

12201220
<h3 id="abstract-dimensions">
12211221
Logical Dimensions</h3>
@@ -1329,7 +1329,7 @@ <h3 id="logical-directions">
13291329

13301330
<p>The <dfn>before</dfn> edge of a box is nominally the edge that comes
13311331
earlier in the block progression, as determined by the 'writing-mode'
1332-
poperty. Similarly the <dfn>after</dfn> edge is the edge that comes later
1332+
property. Similarly the <dfn>after</dfn> edge is the edge that comes later
13331333
in the progression.
13341334

13351335
<p>The <dfn>start</dfn> edge of a box is nominally the edge from which
@@ -1568,8 +1568,8 @@ <h3 id="dimension-mapping">
15681568
inline dimension of the element, which is not necessarily the
15691569
horizontal dimension. [[!CSS21]] [[!CSS3BG]]
15701570
<li>The ''repeat-y'' keyword of 'background-repeat' tiles in the
1571-
block flow dimension of the element, whcih is not necessarily
1572-
the vertical dimenion. [[!CSS21]] [[!CSS3BG]]
1571+
block flow dimension of the element, which is not necessarily
1572+
the vertical dimension. [[!CSS21]] [[!CSS3BG]]
15731573
<li>The 'overflow-x' property controls overflow in the inline
15741574
dimension of the element. [[!CSS3UI]]
15751575
<li>The 'overflow-y' property controls overflow in the block

0 commit comments

Comments
 (0)