csswg/css3-text Overview.src.html,1.305,1.306

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

Modified Files:
	Overview.src.html 
Log Message:
Linkify Values line in propdef tables

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -d -r1.305 -r1.306
--- Overview.src.html	12 Jan 2012 02:30:42 -0000	1.305
+++ Overview.src.html	12 Jan 2012 02:46:11 -0000	1.306
@@ -207,7 +207,7 @@
           <td><dfn>text-transform</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>none |
             [ [ capitalize | uppercase | lowercase ] || full-width || full-size-kana ]
           </td>
@@ -391,7 +391,7 @@
           <td><dfn>text-space-collapse</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>collapse | preserve | preserve-breaks</td>
         </tr>
         <tr>
@@ -450,7 +450,7 @@
           <td><dfn>tab-size</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>&lt;integer&gt; | &lt;length&gt;</td>
         </tr>
         <tr>
@@ -631,7 +631,7 @@
           <td><dfn>white-space</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>normal | pre | nowrap | pre-wrap | pre-line</td>
         </tr>
         <tr>
@@ -794,7 +794,7 @@
           <td><dfn>line-break</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>auto | loose | normal | strict</td>
         </tr>
         <tr>
@@ -914,7 +914,7 @@
           <td><dfn>word-break</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>normal | keep-all | break-all</td>
         </tr>
         <tr>
@@ -1098,7 +1098,7 @@
           <td><dfn>text-wrap</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>normal | none | avoid</td>
         </tr>
         <tr>
@@ -1212,7 +1212,7 @@
           <td><dfn>overflow-wrap</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>normal | break-word </td>
         </tr>
         <tr>
@@ -1283,7 +1283,7 @@
           <td><dfn>text-align</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>&lt;string&gt;? [ start | end | left | right | center ] |
               justify | match-parent | start end
           </td>
@@ -1473,7 +1473,7 @@
           <td><dfn>text-align-last</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>auto | start | end | left | right | center | justify
           </td>
         </tr>
@@ -1527,7 +1527,7 @@
           <td><dfn>text-justify</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>auto | none |
             inter-word | inter-ideograph | inter-cluster | distribute | kashida
           </td>
@@ -1932,7 +1932,7 @@
           <td><dfn>word-spacing</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td><a href="#spacing-limit">&lt;spacing-limit&gt;</a>
           </td>
         </tr>
@@ -2005,7 +2005,7 @@
           <td><dfn>letter-spacing</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td><a href="#spacing-limit">&lt;spacing-limit&gt;</a>
           </td>
         </tr>
@@ -2095,7 +2095,7 @@
           <td><dfn>text-indent</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>[ <span class="value-inst-length"><a href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length">&lt;length&gt;</a></span>
               | <span class="value-inst-percentage"><a href="http://www.w3.org/TR/CSS21/syndata.html#value-def-percentage">&lt;percentage&gt;</a></span>
               ] && [ hanging || each-line ]?
@@ -2183,7 +2183,7 @@
           <td><dfn>hanging-punctuation</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>none | [ first || [ force-end | allow-end ] || last ]
           </td>
         </tr>
@@ -2427,7 +2427,7 @@
             <td><dfn>text-decoration-line</dfn></td>
           </tr>
           <tr>
-            <th>Value:</th>
+            <th><a href="#values">Value</a>:
             <td>none | [ underline || overline || line-through ]
             </td>
           </tr>
@@ -2483,7 +2483,7 @@
             <td><dfn>text-decoration-color</dfn></td>
           </tr>
           <tr>
-            <th>Value:</th>
+            <th><a href="#values">Value</a>:
             <td><a href="http://www.w3.org/TR/css3-color/#color0"><span class="value-inst-color">&lt;color&gt;</span></a>
             </td>
           </tr>
@@ -2528,7 +2528,7 @@
             <td><dfn>text-decoration-style</dfn></td>
           </tr>
           <tr>
-            <th>Value:</th>
+            <th><a href="#values">Value</a>:
             <td>solid | double | dotted | dashed | wavy
             </td>
           </tr>
@@ -2575,7 +2575,7 @@
             <td><dfn>text-decoration</dfn></td>
           </tr>
           <tr>
-            <th>Value:</th>
+            <th><a href="#values">Value</a>:
             <td><var><a href="#text-decoration-line">&lt;text-decoration-line&gt;</a></var> ||
                 <var><a href="#text-decoration-style">&lt;text-decoration-style&gt;</a></var> ||
                 <var><a href="#text-decoration-color">&lt;text-decoration-color&gt;</a></var> || blink
@@ -2644,7 +2644,7 @@
             <td><dfn>text-decoration-skip</dfn></td>
           </tr>
           <tr>
-            <th>Value:</th>
+            <th><a href="#values">Value</a>:
             <td>none | [ objects || spaces || ink || edges ]
             </td>
           </tr>
@@ -2723,7 +2723,7 @@
             <td><dfn>text-underline-position</dfn></td>
           </tr>
           <tr>
-            <th>Value:</th>
+            <th><a href="#values">Value</a>:
             <td>auto | alphabetic | below && left | below && right
             </td>
           </tr>
@@ -2830,7 +2830,7 @@
           <td><dfn>text-emphasis-style</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>none |
               [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] |
               <a class="noxref" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-string"><span class="value-inst-string">&lt;string&gt;</span></a>
@@ -2953,7 +2953,7 @@
           <td><dfn>text-emphasis-color</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>&lt;color&gt;</td>
         </tr>
         <tr>
@@ -2995,7 +2995,7 @@
           <td><dfn>text-emphasis</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>'&lt;<a href="#text-emphasis-style">text-emphasis-style</a>&gt;' || '&lt;<a href="#text-emphasis-color">text-emphasis-color</a>&gt;'
           </td>
         </tr>
@@ -3046,7 +3046,7 @@
           <td><dfn>text-emphasis-position</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>[ above | below ] && [ right | left ]
           </td>
         </tr>
@@ -3164,7 +3164,7 @@
           <td><dfn>text-shadow</dfn></td>
         </tr>
         <tr>
-          <th>Value:</th>
+          <th><a href="#values">Value</a>:
           <td>none | [ &lt;length>{2,3} && &gt;color>? ]#
         </tr>
         <tr>

Received on Thursday, 12 January 2012 02:46:19 UTC