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 “for Mac 2011”, 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- ‘< code class =property > vertical-align</ code > ’: ‘< a
1315+ < p > Baseline alignment in this fashion is used with the following values
1316+ of ‘< code class =property > vertical-align</ code > ’: ‘< a
13161317 href ="#baseline "> < code class =css > baseline</ code > </ a > ’,
13171318 ‘< code class =css > sub</ code > ’, ‘< code
13181319 class =css > super</ code > ’, <length>, <percentage>. In
@@ -1326,7 +1327,7 @@ <h3 id=baseline-alignment><span class=secno>4.4. </span> Baseline Alignment</h3>
13261327 super</ code > ’ 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 ‘< a
18151816 href ="#writing-mode1 "> < code class =property > writing-mode</ code > </ a > ’
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 ‘<code class=css>repeat-y</code>’ keyword of ‘<code class=property>background-repeat</code>’ 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 ‘<code class=property>overflow-x</code>’ property controls overflow in the inline
21522153 dimension of the element. [[!CSS3UI]]
21532154 <li>The ‘<code class=property>overflow-y</code>’ property controls overflow in the block
0 commit comments