csswg/css3-writing-modes Overview.html,1.92,1.93 Overview.src.html,1.96,1.97

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv12454

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed typo (thanks to Murakami-san)

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- Overview.html	31 Mar 2011 20:54:05 -0000	1.92
+++ Overview.html	6 Apr 2011 17:55:45 -0000	1.93
@@ -28,7 +28,7 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 March 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 April 2011</h2>
 
    <dl>
     <dt>This version:
@@ -36,7 +36,7 @@
     <dd><a
      href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
      <!--
-    <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>
+    <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>
 -->
      
 
@@ -922,8 +922,8 @@
    compactly into a single vertical character box:
 
   <div class=figure>
-   <p><img alt="An exerpt from MacFan shows several possible vertical layouts
-    for numbers: the two-digit month and day are written as
+   <p><img alt="An excerpt from MacFan shows several possible vertical
+    layouts for numbers: the two-digit month and day are written as
     horizontal-in-vertical blocks; the years are written with each character
     upright; except in the English phrase &ldquo;for Mac 2011&rdquo;, where
     the date is rotated to match the rotated Latin."
@@ -1302,17 +1302,18 @@
      <pre>span.inner { font-size: .75em; }</pre>
 
      <p>The baseline tables of the parent (<code>.outer</code>) and the child
-      (<code>.inner</code>) will not mach up due to the font size difference.
-      Since the dominant baseline is the alphabetic baseline, the child box
-      is aligned to its parent by matching up their alphabetic baselines.
+      (<code>.inner</code>) will not match up due to the font size
+      difference. Since the dominant baseline is the alphabetic baseline, the
+      child box is aligned to its parent by matching up their alphabetic
+      baselines.
 
      <div class=figure>
       <p><img alt="" src=baseline-align-sizes.gif>
      </div>
     </div>
 
-    <p>Basline alignment in this fashion is used with the following values of
-     &lsquo;<code class=property>vertical-align</code>&rsquo;: &lsquo;<a
+    <p>Baseline alignment in this fashion is used with the following values
+     of &lsquo;<code class=property>vertical-align</code>&rsquo;: &lsquo;<a
      href="#baseline"><code class=css>baseline</code></a>&rsquo;,
      &lsquo;<code class=css>sub</code>&rsquo;, &lsquo;<code
      class=css>super</code>&rsquo;, &lt;length&gt;, &lt;percentage&gt;. In
@@ -1326,7 +1327,7 @@
       super</code>&rsquo; to the <code>.inner</code> element from the example
       above, the same rules are used to align the <code>.inner</code> child
       to its parent; the only difference is in addition to the baseline
-      alignment, the child is shifted to the superscipt position.
+      alignment, the child is shifted to the superscript position.
 
      <pre>span.inner { vertical-align: super; font-size: .75em; }</pre>
 
@@ -1670,7 +1671,7 @@
    appropriately. This section defines abstract directional and dimensional
    terms and their mappings in order to define box layout for other writing
    modes, and to provide terminology for future specs to define their layout
-   concepts abstactly.
+   concepts abstractly.
 
   <h3 id=abstract-dimensions><span class=secno>6.1. </span> Logical
    Dimensions</h3>
@@ -1813,7 +1814,7 @@
   <p>The <dfn id=before>before</dfn> edge of a box is nominally the edge that
    comes earlier in the block progression, as determined by the &lsquo;<a
    href="#writing-mode1"><code class=property>writing-mode</code></a>&rsquo;
-   poperty. Similarly the <dfn id=after>after</dfn> edge is the edge that
+   property. Similarly the <dfn id=after>after</dfn> edge is the edge that
    comes later in the progression.
 
   <p>The <dfn id=start>start</dfn> edge of a box is nominally the edge from
@@ -2146,8 +2147,8 @@
       inline dimension of the element, which is not necessarily the
       horizontal dimension. [[!CSS21]] [[!CSS3BG]]
     <li>The &lsquo;<code class=css>repeat-y</code>&rsquo; keyword of &lsquo;<code class=property>background-repeat</code>&rsquo; tiles in the
-      block flow dimension of the element, whcih is not necessarily
-      the vertical dimenion. [[!CSS21]] [[!CSS3BG]]
+      block flow dimension of the element, which is not necessarily
+      the vertical dimension. [[!CSS21]] [[!CSS3BG]]
     <li>The &lsquo;<code class=property>overflow-x</code>&rsquo; property controls overflow in the inline
       dimension of the element. [[!CSS3UI]]
     <li>The &lsquo;<code class=property>overflow-y</code>&rsquo; property controls overflow in the block

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Overview.src.html	31 Mar 2011 20:54:05 -0000	1.96
+++ Overview.src.html	6 Apr 2011 17:55:46 -0000	1.97
@@ -623,7 +623,7 @@
 
   <div class="figure">
     <p><img src="vert-number-layouts.png"
-            alt="An exerpt from MacFan shows several possible vertical layouts
+            alt="An excerpt from MacFan shows several possible vertical layouts
                  for numbers: the two-digit month and day are written as
                  horizontal-in-vertical blocks; the years are written with
                  each character upright; except in the English phrase
@@ -938,14 +938,14 @@
         <p>And the following style rule:
         <pre>span.inner { font-size: .75em; }</pre>
         <p>The baseline tables of the parent (<code>.outer</code>) and the child
-          (<code>.inner</code>) will not mach up due to the font size difference.
+          (<code>.inner</code>) will not match up due to the font size difference.
           Since the dominant baseline is the alphabetic baseline, the child box
           is aligned to its parent by matching up their alphabetic baselines.
         <div class="figure">
           <p><img alt="" src="baseline-align-sizes.gif">
         </div>
       </div>
-    <p>Basline alignment in this fashion is used with the following values of
+    <p>Baseline alignment in this fashion is used with the following values of
       'vertical-align': ''baseline'', ''sub'', ''super'', &lt;length&gt;,
       &lt;percentage&gt;. In the latter cases, the baselines are aligned as
       for ''baseline'', but the child is shifted according to the offset given
@@ -956,7 +956,7 @@
         element from the example above, the same rules are used to align
         the <code>.inner</code> child to its parent; the only difference
         is in addition to the baseline alignment, the child is shifted to
-        the superscipt position.
+        the superscript position.
       <pre>span.inner { vertical-align: super; font-size: .75em; }</pre>
       <div class="figure">
         <p><img alt="In this example, the resulting alignment is equivalent
@@ -1215,7 +1215,7 @@
     dimensions are abstracted and remapped appropriately. This section
     defines abstract directional and dimensional terms and their mappings
     in order to define box layout for other writing modes, and to provide
-    terminology for future specs to define their layout concepts abstactly.
+    terminology for future specs to define their layout concepts abstractly.
 
 <h3 id="abstract-dimensions">
 Logical Dimensions</h3>
@@ -1329,7 +1329,7 @@
     
   <p>The <dfn>before</dfn> edge of a box is nominally the edge that comes
     earlier in the block progression, as determined by the 'writing-mode'
-    poperty. Similarly the <dfn>after</dfn> edge is the edge that comes later
+    property. Similarly the <dfn>after</dfn> edge is the edge that comes later
     in the progression.
 
   <p>The <dfn>start</dfn> edge of a box is nominally the edge from which
@@ -1568,8 +1568,8 @@
       inline dimension of the element, which is not necessarily the
       horizontal dimension. [[!CSS21]] [[!CSS3BG]]
     <li>The ''repeat-y'' keyword of 'background-repeat' tiles in the
-      block flow dimension of the element, whcih is not necessarily
-      the vertical dimenion. [[!CSS21]] [[!CSS3BG]]
+      block flow dimension of the element, which is not necessarily
+      the vertical dimension. [[!CSS21]] [[!CSS3BG]]
     <li>The 'overflow-x' property controls overflow in the inline
       dimension of the element. [[!CSS3UI]]
     <li>The 'overflow-y' property controls overflow in the block

Received on Wednesday, 6 April 2011 17:55:50 UTC