csswg/css3-writing-modes Overview.html,1.153,1.154 Overview.src.html,1.161,1.162

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
fix typos and HTML errors.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- Overview.html	2 Jun 2011 16:01:57 -0000	1.153
+++ Overview.html	4 Jun 2011 03:09:33 -0000	1.154
@@ -29,7 +29,7 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 June 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 June 2011</h2>
 
    <dl>
     <dt>This version:
@@ -37,7 +37,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-20110602">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110602/</a>
+    <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110604">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110604/</a>
 -->
      
 
@@ -908,7 +908,7 @@
    class=css>horizontal-tb</code></a>&rsquo; writing mode:
 
   <ul>
-   <li>When theparent's &lsquo;<a href="#direction0"><code
+   <li>When the parent's &lsquo;<a href="#direction0"><code
     class=property>direction</code></a>&rsquo; property is &lsquo;<a
     href="#ltr"><code class=css>ltr</code></a>&rsquo;, the left-most
     generated box of the first line box in which the element appears has the
@@ -1419,7 +1419,9 @@
    <dt>rotate
 
    <dd>Rotate the glyph from horizontal to vertical <a
-    href="diagrams/glyph-right.svg" type="image/svg+xml"> </a>
+    href="diagrams/glyph-right.svg" type="image/svg+xml"> <img alt="Rotate
+    the glyph from horizontal to vertical" class=figure
+    src="diagrams/glyph-right.png"></a>
 
    <dt>translate
 
@@ -1791,8 +1793,9 @@
    doesn't say anything about how the contents within the line are arranged.
 
   <p>The <dfn id=line-relative-directions>line-relative directions</dfn> are
-   <a href="#over"><i>over</i></a>, <a href="#under"><i>under</i></a>,
-   <i>line-left<i>, and <a href="#line-right"><i>line-right</i></a>. The <dfn
+   <a href="#over"><i>over</i></a>, <a href="#under"><i>under</i></a>, <a
+   href="#line-left"><i>line-left</i></a>, and <a
+   href="#line-right"><i>line-right</i></a>. The <dfn
    id=line-orientation>line orientation</dfn>, which is given by a
    combination of &lsquo;<a href="#text-orientation0"><code
    class=property>text-orientation</code></a>&rsquo; and &lsquo;<a
@@ -1802,7 +1805,7 @@
    (descender side) the line. The line orientation also affects the
    interpretation of alignment (&lsquo;<code
    class=property>vertical-align</code>&rsquo;) in the transverse dimension
-   of the line. </i></i>
+   of the line.
 
   <p>In addition to its <a href="#over"><i>over</i></a> and <a
    href="#under"><i>under</i></a> sides, a line box, even a
@@ -2783,11 +2786,11 @@
    Replacement Character U+FFFC. Values have the following meanings:
 
   <dl>
-   <dt><dfn id=none title="text-combine:none">none</dfn>
+   <dt><dfn id=none title="text-combine-horizontal:none">none</dfn>
 
    <dd>No special processing.
 
-   <dt><dfn id=all title="text-combine:all">all</dfn>
+   <dt><dfn id=all title="text-combine-horizontal:all">all</dfn>
 
    <dd>
     <p>In vertical writing mode, attempt to display the text contents of the
@@ -2799,52 +2802,52 @@
      1em) and the baseline of the resulting composition chosen such that it
      is centered between the content edges of its parent inline box. The
      effective height of the composition is assumed to be 1em square;
-     anything outside the square bleeds and is not measured for layout
-     purposes.
+     anything outside the square is not measured for layout purposes.
 
     <p>In horizontal mode, this value is equivalent to &lsquo;<code
      class=css>none</code>&rsquo;.
 
-   <dt><dfn id=digits title="text-combine:digits">digits</dfn>
+   <dt><dfn id=digits title="text-combine-horizontal:digits">digits</dfn>
 
    <dd>Within the element, each sequence of consecutive horizontal digits
     that has as many or fewer characters than the integer given (or 2, if
     none is given) is treated as if it were in an anonymous inline box with
-    &lsquo;<code class=css>text-combine: all</code>&rsquo;. For this
-    property, a digit is any character belonging to a Number category (N*)
-    that does not belong to a vertical script.
+    &lsquo;<code class=css>text-combine-horizontal: all</code>&rsquo;. For
+    this property, a digit is any character belonging to a Number category
+    (N*) that does not belong to a vertical script.
 
-   <dt><dfn id=alpha title="text-combine:alpha">alpha</dfn>
+   <dt><dfn id=alpha title="text-combine-horizontal:alpha">alpha</dfn>
 
    <dd>Within the element, each sequence of consecutive horizontal letters
     that has as many or fewer characters than the integer given (or 2, if
     none is given) is treated as if it were in an anonymous inline box with
-    &lsquo;<code class=css>text-combine: all</code>&rsquo;. For this
-    property, a horizonal letter is any character belonging to a Letter
+    &lsquo;<code class=css>text-combine-horizontal: all</code>&rsquo;. For
+    this property, a horizonal letter is any character belonging to a Letter
     category (L*) that is not East Asian Fullwidth or Wide, and that does not
     belong to a vertical script.
 
    <dt><dfn id=alphanumeric
-    title="text-combine:alphanumeric">alphanumeric</dfn>
-  </dl>
+    title="text-combine-horizontal:alphanumeric">alphanumeric</dfn>
 
-  <p>Within the element, each sequence of consecutive horizontal digits
-   and/or letters that has as many or fewer characters than the integer given
-   (or 2, if none is given) is treated as if it were in an anonymous inline
-   box with &lsquo;<code class=css>text-combine: all</code>&rsquo;.
+   <dd>Within the element, each sequence of consecutive horizontal digits
+    and/or letters that has as many or fewer characters than the integer
+    given (or 2, if none is given) is treated as if it were in an anonymous
+    inline box with &lsquo;<code class=css>text-combine-horizontal:
+    all</code>&rsquo;.
 
-  <dl>
-   <dt><dfn id=use-glyphs title="text-combine:use-glyphs">use-glyphs</dfn> If
-    the UA has compressed glyphs available for the contents of the element,
-    then it must use those glyphs to attempt sizing the contents to 1em
-    square. For example, a two digit number may use halfwidth or proportional
-    glyphs, a three-digit number may use 1/3-em glyphs (if available, else
-    halfwidth glyphs), etc. If such glyphs are not available, the UA must
-    compress the composition horizontally until they fit within the 1em
-    square.
+   <dt><dfn id=use-glyphs
+    title="text-combine-horizontal:use-glyphs">use-glyphs</dfn>
 
-   <dt><dfn id=scale title="text-combine:scale">scale</dfn> Compress the
-    composition horizontally until it fits within 1em square.
+   <dd>If the UA has compressed glyphs available for the contents of the
+    element, then it must use those glyphs to attempt sizing the contents to
+    1em square. For example, a two digit number may use halfwidth or
+    proportional glyphs, a three-digit number may use 1/3-em glyphs (if
+    available, else halfwidth glyphs), etc. If such glyphs are not available,
+    the UA must compress the composition horizontally until they fit within
+    the 1em square.
+
+   <dt><dfn id=scale title="text-combine-horizontal:scale">scale</dfn>
+    Compress the composition horizontally until it fits within 1em square.
   </dl>
 
   <p class=issue>Define interaction with text-transform
@@ -2853,10 +2856,12 @@
    of 1em)
 
   <div class=example>
-   <p>In East Asian documents, the &lsquo;<code class=css>text-combine:
-    horizontal</code>&rsquo; effect is often used to display Latin-based
-    strings such as components of a date or letters of an initialism, always
-    in a horizontal writing mode regardless of the writing mode of the line:</p>
+   <p>In East Asian documents, the &lsquo;<a
+    href="#text-combine-horizontal"><code
+    class=css>text-combine-horizontal</code></a>&rsquo; effect is often used
+    to display Latin-based strings such as components of a date or letters of
+    an initialism, always in a horizontal writing mode regardless of the
+    writing mode of the line:</p>
 
    <div class=figure>
     <p><img alt="Diagram of tate-chu-yoko, showing the two digits of a date
@@ -2870,7 +2875,7 @@
    <p>The figure is the result of the rules</p>
 
    <pre>
-<!-- -->.num { text-combine: horizontal; }
+<!-- -->.num { text-combine-horizontal: all; }
     </pre>
 
    <p>and the following markup:</p>
@@ -2923,7 +2928,7 @@
    <li>Added rules to calculate <a href="#page-direction">page progression
     direction</a>.
 
-   <li>Added <a href="#intrinsic-sizing">intrinsic dimentions</a> keywords to
+   <li>Added <a href="#intrinsic-sizing">intrinsic dimensions</a> keywords to
     &lsquo;<code class=property>width</code>&rsquo;, &lsquo;<code
     class=property>height</code>&rsquo;, &lsquo;<code
     class=property>min-width</code>&rsquo;, &lsquo;<code

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- Overview.src.html	2 Jun 2011 16:01:58 -0000	1.161
+++ Overview.src.html	4 Jun 2011 03:09:33 -0000	1.162
@@ -164,7 +164,7 @@
 Module Interactions</h3>
 
   <p>This module replaces and extends the 'unicode-bidi' and 'direction'
-  features defined in [[!CSS21]] sections 8.6 and 9.10</var>.
+  features defined in [[!CSS21]] sections 8.6 and 9.10.
 
 <h3 id="conventions">
 Document Conventions</h3>
@@ -590,7 +590,7 @@
     element appears has the <i>end</i> edge's margin, border, and padding.
     For example, in the ''horizontal-tb'' writing mode:
     <ul>
-      <li>When theparent's 'direction' property is ''ltr'', the left-most
+      <li>When the parent's 'direction' property is ''ltr'', the left-most
       generated box of the first line box in which the element appears
       has the left margin, left border and left padding, and the right-most
       generated box of the last line box in which the element appears has
@@ -1017,7 +1017,7 @@
       <dd>Rotate the glyph from horizontal to vertical
       <a href="diagrams/glyph-right.svg" type="image/svg+xml">
         <img src="diagrams/glyph-right.png" class="figure"
-          alt-"Rotate the glyph from horizontal to vertical"></a>
+          alt="Rotate the glyph from horizontal to vertical"></a>
         
     <dt>translate</dt>
       <dd>Translate the glyph from horizontal to vertical
@@ -1292,7 +1292,7 @@
     say anything about how the contents within the line are arranged.
 
   <p>The <dfn>line-relative directions</dfn> are <i>over</i>, <i>under</i>,
-    <i>line-left<i>, and <i>line-right</i>.
+    <i>line-left</i>, and <i>line-right</i>.
     The <dfn>line orientation</dfn>, which is given by a combination of
     'text-orientation' and 'writing-mode', determines which side of the line is
     the "top" and thus which sides are <dfn>under</dfn> (ascender side) and
@@ -2078,9 +2078,9 @@
     meanings:</p>
 
   <dl>
-    <dt><dfn title="text-combine:none">none</dfn>
+    <dt><dfn title="text-combine-horizontal:none">none</dfn>
     <dd>No special processing.</dd>
-    <dt><dfn title="text-combine:all">all</dfn>
+    <dt><dfn title="text-combine-horizontal:all">all</dfn>
     <dd><p>In vertical writing mode, attempt to display the text contents
       of the element horizontally within the vertical line box, ideally
       within the space of one ideographic character (1em square).
@@ -2090,37 +2090,37 @@
       of the resulting composition chosen such that it is centered between
       the content edges of its parent inline box. The effective height of
       the composition is assumed to be 1em square; anything outside the
-      square bleeds and is not measured for layout purposes.
+      square is not measured for layout purposes.
     <p>In horizontal mode, this value is equivalent to ''none''.
-    <dt><dfn title="text-combine:digits">digits</dfn>
+    <dt><dfn title="text-combine-horizontal:digits">digits</dfn>
     <dd>Within the element, each sequence of consecutive horizontal digits
       that has as many or fewer characters than the integer given (or 2,
       if none is given) is treated as if it were in an anonymous inline box
-      with ''text-combine: all''. 
+      with ''text-combine-horizontal: all''. 
       For this property, a digit is any character belonging to a Number
       category (N*) that does not belong to a vertical script.
-    <dt><dfn title="text-combine:alpha">alpha</dfn>
+    <dt><dfn title="text-combine-horizontal:alpha">alpha</dfn>
     <dd>Within the element, each sequence of consecutive horizontal letters
       that has as many or fewer characters than the integer given (or 2,
       if none is given) is treated as if it were in an anonymous inline box
-      with ''text-combine: all''. 
+      with ''text-combine-horizontal: all''. 
       For this property, a horizonal letter is any character belonging to
       a Letter category (L*) that is not East Asian Fullwidth or Wide, and
       that does not belong to a vertical script.
-    <dt><dfn title="text-combine:alphanumeric">alphanumeric</dfn>
-    <p>Within the element, each sequence of consecutive horizontal digits and/or
+    <dt><dfn title="text-combine-horizontal:alphanumeric">alphanumeric</dfn>
+    <dd>Within the element, each sequence of consecutive horizontal digits and/or
       letters that has as many or fewer characters than the integer given (or 2,
       if none is given) is treated as if it were in an anonymous inline box
-      with ''text-combine: all''.
-    <dt><dfn title="text-combine:use-glyphs">use-glyphs</dfn>
-      If the UA has compressed glyphs available for the contents of the
+      with ''text-combine-horizontal: all''.
+    <dt><dfn title="text-combine-horizontal:use-glyphs">use-glyphs</dfn>
+    <dd>If the UA has compressed glyphs available for the contents of the
       element, then it must use those glyphs to attempt sizing the
       contents to 1em square. For example, a two digit number may use
       halfwidth or proportional glyphs, a three-digit number may use 1/3-em glyphs
       (if available, else halfwidth glyphs), etc.
       If such glyphs are not available, the UA must compress the composition
       horizontally until they fit within the 1em square.
-    <dt><dfn title="text-combine:scale">scale</dfn>
+    <dt><dfn title="text-combine-horizontal:scale">scale</dfn>
       Compress the composition horizontally until it fits within 1em square.
   </dl>
 
@@ -2128,7 +2128,7 @@
   <p class="issue">Do we need a tolerance value for scaling? (e.g. 1.1 instead of 1em)
 
   <div class="example">
-    <p>In East Asian documents, the ''text-combine: horizontal'' effect is often
+    <p>In East Asian documents, the ''text-combine-horizontal'' effect is often
       used to display Latin-based strings such as components of a date or
       letters of an initialism, always in a horizontal writing mode
       regardless of the writing mode of the line:</p>
@@ -2142,7 +2142,7 @@
 
     <p>The figure is the result of the rules</p>
     <pre>
-<!-- -->.num { text-combine: horizontal; }
+<!-- -->.num { text-combine-horizontal: all; }
     </pre>
     <p>and the following markup:</p>
     <pre>
@@ -2176,7 +2176,7 @@
       added note about ''before-outside'' and ''after-outside'' to parallel
       note in CSS2.1.
     <li>Added rules to calculate <a href="#page-direction">page progression direction</a>.</li>
-    <li>Added <a href="#intrinsic-sizing">intrinsic dimentions</a> keywords to
+    <li>Added <a href="#intrinsic-sizing">intrinsic dimensions</a> keywords to
       'width', 'height', 'min-width', 'min-height', 'max-width', 'max-height',
       and 'column-width' properties.</li>
     <li>Marked intrinsic sizes of multi-column elements as undefined.</li>
@@ -2222,7 +2222,7 @@
     given by [[!UAX24]].
 
   <table class="data">
-    <caption>Vertical Scripts and their Bi-orientational Transform
+    <caption>Vertical Scripts and their Bi-orientational Transform</caption>
     <thead>
       <tr><th>Code	<th>Name                	<th>Transform
     </thead>

Received on Saturday, 4 June 2011 03:09:56 UTC