csswg/css3-text Overview.html,1.163,1.164 Overview.src.html,1.261,1.262

Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv7009

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Improve table markup

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- Overview.html	25 Jul 2011 02:44:01 -0000	1.163
+++ Overview.html	29 Jul 2011 21:39:16 -0000	1.164
@@ -84,14 +84,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 July 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/07/25 01:54:35 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110725/">http://www.w3.org/TR/2011/WD-css3-text-20110725/</a></dd>
+     2011/07/25 02:44:01 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110729/">http://www.w3.org/TR/2011/WD-css3-text-20110729/</a></dd>
     -->
      
 
@@ -314,7 +314,7 @@
       Settings: the &lsquo;<code class=property>text-wrap</code>&rsquo;
       property</a>
       <ul class=toc>
-       <li><a href="#example-avoid"><span class=secno>6.1.1. </span>Example
+       <li><a href="#example-avoid"><span class=secno>6.1.1. </span> Example
         of using &lsquo;<code class=css>text-wrap: avoid</code>&rsquo; in
         presenting a footer</a>
       </ul>
@@ -2071,11 +2071,11 @@
    narrow measures.</p>
   <!-- add a sample prioritization algorithm -->
 
-  <div class=example>
-   <h4 id=example-avoid><span class=secno>6.1.1. </span>Example of using
-    &lsquo;<code class=css>text-wrap: avoid</code>&rsquo; in presenting a
-    footer</h4>
+  <h4 id=example-avoid><span class=secno>6.1.1. </span> Example of using
+   &lsquo;<code class=css>text-wrap: avoid</code>&rsquo; in presenting a
+   footer</h4>
 
+  <div class=example>
    <p>The priority of breakpoints can be set to reflect the intended grouping
     of text.</p>
 
@@ -2691,12 +2691,12 @@
    must be treated exactly the same. Word separators (spaces) and other
    symbols and punctuation are treated specially, see below.
 
-  <table class=data>
+  <table class=data><col class=header><col span=6>
    <caption>Prioritization of Expansion Points</caption>
 
    <thead>
     <tr>
-     <th scope=row>
+     <td>
 
      <th>&lsquo;<code class=css>inter-word</code>&rsquo;
 
@@ -3425,7 +3425,7 @@
 
     <tbody>
      <tr>
-      <th>Opening&#8212;Opening
+      <td scope=row>Opening&#8212;Opening
 
       <td><tt class=char lang=ja>〔</tt>+<tt class=char lang=ja>(</tt>
 
@@ -3433,14 +3433,14 @@
        lang=ja>(</tt>
 
      <tr>
-      <th>Middle Dot&#8212;Opening
+      <td scope=row>Middle Dot&#8212;Opening
 
       <td><tt class=char lang=ja>・</tt>+<tt class=char lang=ja>(</tt>
 
       <td><tt class=char lang=ja>・</tt><tt class=char lang=ja>(</tt>
 
      <tr>
-      <th>Closing&#8212;Opening
+      <td scope=row>Closing&#8212;Opening
 
       <td><tt class=char lang=ja>〕</tt>+<tt class=char lang=ja>(</tt>
 
@@ -3448,28 +3448,28 @@
        class=char lang=ja><span class=quarter>&#x3000;</span>(</tt>
 
      <tr>
-      <th>Ideographic Space&#8212;Opening
+      <td scope=row>Ideographic Space&#8212;Opening
 
       <td><tt class=char lang=ja> </tt>+<tt class=char lang=ja>(</tt>
 
       <td><tt class=char lang=ja> </tt><tt class=char lang=ja>(</tt>
 
      <tr>
-      <th>Closing&#8212;Closing
+      <td scope=row>Closing&#8212;Closing
 
       <td><tt class=char lang=ja>)</tt>+<tt class=char lang=ja>〕</tt>
 
       <td><tt class=char lang=ja>)</tt><tt class=char lang=ja>〕</tt>
 
      <tr>
-      <th>Closing&#8212;Middle Dot
+      <td scope=row>Closing&#8212;Middle Dot
 
       <td><tt class=char lang=ja>)</tt>+<tt class=char lang=ja>・</tt>
 
       <td><tt class=char lang=ja>)</tt><tt class=char lang=ja>・</tt>
 
      <tr>
-      <th>Closing&#8212;Ideographic Space
+      <td scope=row>Closing&#8212;Ideographic Space
 
       <td><tt class=char lang=ja>)</tt>+<tt class=char lang=ja> </tt>
 
@@ -3591,7 +3591,7 @@
    <p>The following informative table summarizes language conventions for
     classifying fullwidth colon and dot punctuation:</p>
 
-   <table class=data>
+   <table class=data><col class=header><col span=2>
     <thead>
      <tr>
       <td>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -d -r1.261 -r1.262
--- Overview.src.html	25 Jul 2011 02:44:01 -0000	1.261
+++ Overview.src.html	29 Jul 2011 21:39:16 -0000	1.262
@@ -1433,8 +1433,10 @@
 
     <!-- add a sample prioritization algorithm -->
 
+<h4 id="example-avoid">
+Example of using 'text-wrap: avoid' in presenting a footer</h4>
+
     <div class="example">
-      <h4 id="example-avoid">Example of using 'text-wrap: avoid' in presenting a footer</h4>
       <p>The priority of breakpoints can be set to reflect the intended
         grouping of text.</p>
 
@@ -1927,10 +1929,12 @@
       specially, see below.
 
     <table class="data">
+      <col class="header">
+      <col span=6>
       <caption>Prioritization of Expansion Points</caption>
       <thead>
         <tr>
-          <th scope="row"></th>
+          <td></td>
           <th>''inter-word''</th>
           <th>''inter-ideograph''</th>
           <th>''distribute''</th>
@@ -2523,6 +2527,7 @@
       <p>The following example table lists the punctuation pairs affected by
         adjancent-pairs trimming. It uses halfwidth equivalents to approximate
         the trimming effect.</p>
+
       <table class="data">
         <caption>Demonstration of adjacent-pairs punctuation trimming</caption>
         <thead>
@@ -2530,31 +2535,26 @@
         </thead>
 
         <tbody>
-          <tr><th>Opening&#8212;Opening</th>
+          <tr><td scope=row>Opening&#8212;Opening</td>
               <td><tt lang="ja" class="char">〔</tt>+<tt lang="ja" class="char">(</tt>
               <td><tt lang="ja" class="char">〔</tt><tt lang="ja" class="char half-r">(</tt>
-          <tr><th>Middle Dot&#8212;Opening</th>
-
+          <tr><td scope=row>Middle Dot&#8212;Opening</td>
               <td><tt lang="ja" class="char">・</tt>+<tt lang="ja" class="char">(</tt>
               <td><tt lang="ja" class="char">・</tt><tt lang="ja" class="char">(</tt>
-          <tr><th>Closing&#8212;Opening</th>
+          <tr><td scope=row>Closing&#8212;Opening</td>
               <td><tt lang="ja" class="char">〕</tt>+<tt lang="ja" class="char">(</tt>
-
               <td><tt lang="ja" class="char">)<span class="quarter">&#x3000;</span></tt><tt lang="ja" class="char"><span class="quarter">&#x3000;</span>(</tt>
-          <tr><th>Ideographic Space&#8212;Opening</th>
+          <tr><td scope=row>Ideographic Space&#8212;Opening</td>
               <td><tt lang="ja" class="char"> </tt>+<tt lang="ja" class="char">(</tt>
               <td><tt lang="ja" class="char"> </tt><tt lang="ja" class="char">(</tt>
-
-          <tr><th>Closing&#8212;Closing</th>
+          <tr><td scope=row>Closing&#8212;Closing</td>
               <td><tt lang="ja" class="char">)</tt>+<tt lang="ja" class="char">〕</tt>
               <td><tt lang="ja" class="char">)</tt><tt lang="ja" class="char">〕</tt>
-          <tr><th>Closing&#8212;Middle Dot</th>
-
+          <tr><td scope=row>Closing&#8212;Middle Dot</td>
               <td><tt lang="ja" class="char">)</tt>+<tt lang="ja" class="char">・</tt>
               <td><tt lang="ja" class="char">)</tt><tt lang="ja" class="char">・</tt>
-          <tr><th>Closing&#8212;Ideographic Space</th>
+          <tr><td scope=row>Closing&#8212;Ideographic Space</td>
               <td><tt lang="ja" class="char">)</tt>+<tt lang="ja" class="char"> </tt>
-
               <td><tt lang="ja" class="char">)</tt><tt lang="ja" class="char"> </tt>
         </tbody>
       </table>
@@ -2646,6 +2646,8 @@
       classifying fullwidth colon and dot punctuation:</p>
 
       <table class="data">
+        <col class="header">
+        <col span=2>
         <thead>
           <tr><td></td> <th>colon punctuation</th> <th>dot punctuation</th>
         </thead>

Received on Friday, 29 July 2011 21:39:19 UTC