csswg/css3-writing-modes Overview.html,1.146,1.147 Overview.src.html,1.153,1.154

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixes for validator

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- Overview.html	25 May 2011 08:35:29 -0000	1.146
+++ Overview.html	25 May 2011 08:54:58 -0000	1.147
@@ -329,23 +329,24 @@
 
   <div class=sidebar>
    <div class="figure right"> <a href="diagrams/text-flow-vectors-tb.svg"
-    type="image/svg+xml"> <img class=landscape
+    type="image/svg+xml"> <img alt="Latin-based writing mode" class=landscape
     src="diagrams/text-flow-vectors-tb.png"></a>
     <p class=caption>Latin-based writing mode
    </div>
 
    <div class="figure left"> <a
     href="diagrams/text-flow-vectors-lr-reverse.svg" type="image/svg+xml">
-    <img class=landscape src="diagrams/text-flow-vectors-lr-reverse.png"></a>
-    
+    <img alt="Mongolian-based writing mode" class=landscape
+    src="diagrams/text-flow-vectors-lr-reverse.png"></a>
     <p class=caption>Mongolian-based writing mode
    </div>
 
    <div class="figure right"> <a href="diagrams/text-flow-vectors-tb.svg"
-    type="image/svg+xml"> <img class=landscape
+    type="image/svg+xml"> <img alt="Han-based writing mode" class=landscape
     src="diagrams/text-flow-vectors-tb.png"></a> <a
     href="diagrams/text-flow-vectors-rl.svg" type="image/svg+xml"> <img
-    class=landscape src="diagrams/text-flow-vectors-rl.png"></a>
+    alt="Han-based writing mode" class=landscape
+    src="diagrams/text-flow-vectors-rl.png"></a>
     <p class=caption>Han-based writing mode
    </div>
   </div>
@@ -926,7 +927,7 @@
   <p class=note>The &lsquo;<code
    class=property>box-decoration-break</code>&rsquo; property can override
    this behavior to draw box decorations on both sides of each box. <a
-   href="#CSS3BG" rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a>
+   href="#CSS3BG" rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a>
 
   <h2 id=vertical-intro><span class=secno>3. </span> Introduction to Vertical
    Text</h2>
@@ -1428,13 +1429,13 @@
    <dt>rotate
 
    <dd>Rotate the glyph from horizontal to vertical <a
-    href="diagrams/glyph-right.svg" type="image/svg+xml"> <img class=figure
-    src="diagrams/glyph-right.png"></a>
+    href="diagrams/glyph-right.svg" type="image/svg+xml"> </a>
 
    <dt>translate
 
    <dd>Translate the glyph from horizontal to vertical <a
-    href="diagrams/glyph-upright.svg" type="image/svg+xml"> <img class=figure
+    href="diagrams/glyph-upright.svg" type="image/svg+xml"> <img
+    alt="Translate the glyph from horizontal to vertical" class=figure
     src="diagrams/glyph-upright.png"></a>
   </dl>
 
@@ -1827,21 +1828,21 @@
    line-left side of a box could be on the physical left, top, or bottom.
 
   <div class=figure> <a href="diagrams/line-orient-up.svg"
-   type="image/svg+xml"> <img class=landscape
+   type="image/svg+xml"> <img alt="Line orientation compass" class=landscape
    src="diagrams/line-orient-up.png"></a>
    <p class=caption>Line orientation compass</p>
   </div>
 
   <div class=figurepair>
    <div class=figure> <a href="diagrams/line-orient-right.svg"
-    type="image/svg+xml"> <img class=portrait
-    src="diagrams/line-orient-right.png"></a>
+    type="image/svg+xml"> <img alt="Typical orientation in vertical"
+    class=portrait src="diagrams/line-orient-right.png"></a>
     <p class=caption>Typical orientation in vertical</p>
    </div>
 
    <div class=figure> <a href="diagrams/line-orient-left.svg"
-    type="image/svg+xml"> <img class=portrait
-    src="diagrams/line-orient-left.png"></a>
+    type="image/svg+xml"> <img alt="Line orientation with ''text-orientation:
+    rotate-left''" class=portrait src="diagrams/line-orient-left.png"></a>
     <p class=caption>Line orientation with &lsquo;<code
      class=css>text-orientation: rotate-left</code>&rsquo;</p>
    </div>
@@ -2879,7 +2880,7 @@
     drawn when it breaks across lines.
 
    <li>Rewrote <a href="#vertical-typesetting">vertical typesetting</a> rules
-    and added an <a href=vertical-typesetting-details>appendix</a> with
+    and added an <a href="#vertical-typesetting-details">appendix</a> with
     details instead of relying only on the East Asian Width property.
 
    <li>Clarified and corrected <a href="#orthogonal-flows">orthogonal
@@ -3545,16 +3546,6 @@
     </dd>
    <!---->
 
-   <dt id=CSS3BG>[CSS3BG]
-
-   <dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a
-    href="http://www.w3.org/TR/2011/CR-css3-background-20110215"><cite>CSS
-    Backgrounds and Borders Module Level 3.</cite></a> 15 February 2011. W3C
-    Candidate Recommendation. (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2011/CR-css3-background-20110215">http://www.w3.org/TR/2011/CR-css3-background-20110215</a>
-    </dd>
-   <!---->
-
    <dt id=CSS3COLOR>[CSS3COLOR]
 
    <dd>Tantek &#199;elik; Chris Lilley; L. David Baron. <a

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- Overview.src.html	25 May 2011 08:35:29 -0000	1.153
+++ Overview.src.html	25 May 2011 08:54:58 -0000	1.154
@@ -92,19 +92,23 @@
   <div class="sidebar">
     <div class="figure right">
       <a href="diagrams/text-flow-vectors-tb.svg" type="image/svg+xml">
-        <img src="diagrams/text-flow-vectors-tb.png" class="landscape"></a>
+        <img src="diagrams/text-flow-vectors-tb.png" class="landscape"
+          alt="Latin-based writing mode"></a>
       <p class="caption">Latin-based writing mode
     </div>
     <div class="figure left">
       <a href="diagrams/text-flow-vectors-lr-reverse.svg" type="image/svg+xml">
-        <img src="diagrams/text-flow-vectors-lr-reverse.png" class="landscape"></a>
+        <img src="diagrams/text-flow-vectors-lr-reverse.png" class="landscape"
+          alt="Mongolian-based writing mode"></a>
       <p class="caption">Mongolian-based writing mode
     </div>
     <div class="figure right">
       <a href="diagrams/text-flow-vectors-tb.svg" type="image/svg+xml">
-        <img src="diagrams/text-flow-vectors-tb.png" class="landscape"></a>
+        <img src="diagrams/text-flow-vectors-tb.png" class="landscape"
+          alt="Han-based writing mode"></a>
       <a href="diagrams/text-flow-vectors-rl.svg" type="image/svg+xml">
-        <img src="diagrams/text-flow-vectors-rl.png" class="landscape"></a>
+        <img src="diagrams/text-flow-vectors-rl.png" class="landscape"
+          alt="Han-based writing mode"></a>
       <p class="caption">Han-based writing mode
     </div>
   </div>
@@ -598,7 +602,7 @@
   <p class="issue">The box model here <a href='http://lists.w3.org/Archives/Public/www-style/2011May/0186.html'>seems backwards</a> when the element breaks across lines...</p>
 
   <p class="note">The 'box-decoration-break' property can override this
-    behavior to draw box decorations on both sides of each box. [[CSS3BG]] </p>
+    behavior to draw box decorations on both sides of each box. [[!CSS3BG]] </p>
 
 <h2 id="vertical-intro">
 Introduction to Vertical Text</h2>
@@ -1022,12 +1026,14 @@
     <dt>rotate</dt>
       <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"></a>
+        <img src="diagrams/glyph-right.png" class="figure"
+          alt-"Rotate the glyph from horizontal to vertical"></a>
         
     <dt>translate</dt>
       <dd>Translate the glyph from horizontal to vertical
       <a href="diagrams/glyph-upright.svg" type="image/svg+xml">
-        <img src="diagrams/glyph-upright.png" class="figure"></a>
+        <img src="diagrams/glyph-upright.png" class="figure"
+          alt="Translate the glyph from horizontal to vertical"></a>
   </dl>
 
   <p>Scripts with a native vertical orientation have an
@@ -1314,20 +1320,23 @@
 
   <div class="figure">
     <a href="diagrams/line-orient-up.svg" type="image/svg+xml">
-      <img src="diagrams/line-orient-up.png" class="landscape"></a>
+      <img src="diagrams/line-orient-up.png" class="landscape"
+        alt="Line orientation compass"></a>
     <p class="caption">Line orientation compass</p>
   </div>
 
   <div class="figurepair">
     <div class="figure">
     <a href="diagrams/line-orient-right.svg" type="image/svg+xml">
-      <img src="diagrams/line-orient-right.png" class="portrait"></a>
+      <img src="diagrams/line-orient-right.png" class="portrait"
+        alt="Typical orientation in vertical"></a>
       <p class="caption">Typical orientation in vertical</p>
     </div>
 
     <div class="figure">
     <a href="diagrams/line-orient-left.svg" type="image/svg+xml">
-      <img src="diagrams/line-orient-left.png" class="portrait"></a>
+      <img src="diagrams/line-orient-left.png" class="portrait"
+        alt="Line orientation with ''text-orientation: rotate-left''"></a>
       <p class="caption">Line orientation with ''text-orientation: rotate-left''</p>
     </div>
   </div>
@@ -2147,7 +2156,7 @@
     <li>Clarified <a href="#bidi-box-model">box model for inline elements in bidirectional context</a>
       and added an issue on which box decorations are drawn when it breaks across lines.</li>
     <li>Rewrote <a href="#vertical-typesetting">vertical typesetting</a> rules
-      and added an <a href="vertical-typesetting-details">appendix</a> with
+      and added an <a href="#vertical-typesetting-details">appendix</a> with
       details instead of relying only on the East Asian Width property.
     <li>Clarified and corrected <a href="#orthogonal-flows">orthogonal flows</a>
       section.</li>

Received on Wednesday, 25 May 2011 08:55:02 UTC