- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 24 Jul 2011 23:27:24 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv8031
Modified Files:
Overview.html Overview.src.html
Log Message:
Add <length> to tab-size, mark at-risk
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- Overview.html 24 Jul 2011 23:11:53 -0000 1.157
+++ Overview.html 24 Jul 2011 23:27:22 -0000 1.158
@@ -90,7 +90,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/07/22 21:19:21 $ (CVS $Revision$)</a> <!--
+ 2011/07/24 23:11:53 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110724/">http://www.w3.org/TR/2011/WD-css3-text-20110724/</a></dd>
-->
@@ -203,6 +203,9 @@
its CR period if there are no (correct) implementations:
<ul>
+ <li>the <length> values of the ‘<a href="#tab-size0"><code
+ class=property>tab-size</code></a>’ property
+
<li>the ‘<a href="#hanging-punctuation0"><code
class=property>hanging-punctuation</code></a>’ property
@@ -853,7 +856,7 @@
<tr>
<th>Value:
- <td><integer>
+ <td><integer> | <length>
<tr>
<th>Initial:
@@ -886,17 +889,9 @@
<td>specified value
</table>
- <p>This property determines the width of the tab character (U+0009), in
- space characters (U+0020), when rendered. Negative integers are not
- allowed.
-
- <p class=issue>BradK suggests allowing <length> values. Someone else
- suggested spaces be given a unit, e.g. ‘<code
- class=css>8sp</code>’. This unit could also be used for ‘<a
- href="#letter-spacing0"><code
- class=property>letter-spacing</code></a>’ and ‘<a
- href="#word-spacing0"><code class=property>word-spacing</code></a>’.
-
+ <p>This property determines the measure of the tab character (U+0009) when
+ rendered. Integers represent the measure in space characters (U+0020).
+ Negative integers are not allowed.
<h3 id=white-space-rules><span class=secno>3.3. </span> The White Space
Processing Rules</h3>
@@ -6331,7 +6326,7 @@
<tr>
<td><a class=property href="#tab-size0">tab-size</a>
- <td><integer>
+ <td><integer> | <length>
<td>8
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -d -r1.255 -r1.256
--- Overview.src.html 24 Jul 2011 23:11:53 -0000 1.255
+++ Overview.src.html 24 Jul 2011 23:27:22 -0000 1.256
@@ -175,6 +175,7 @@
<p>The following features are at risk and may be cut from the spec during
its CR period if there are no (correct) implementations:</p>
<ul>
+ <li>the <length> values of the 'tab-size' property
<li>the 'hanging-punctuation' property
<li>the percentage values of 'letter-spacing' and 'word-spacing'
<li>the 'hyphenate-limit-*' properties
@@ -487,7 +488,7 @@
</tr>
<tr>
<th>Value:</th>
- <td><integer></td>
+ <td><integer> | <length></td>
</tr>
<tr>
<th>Initial:</th>
@@ -516,12 +517,9 @@
</tbody>
</table>
- <p>This property determines the width of the tab character (U+0009),
- in space characters (U+0020), when rendered. Negative integers are
- not allowed.
- <p class="issue">BradK suggests allowing <length> values. Someone else suggested
- spaces be given a unit, e.g. ''8sp''. This unit could also be used
- for 'letter-spacing' and 'word-spacing'.
+ <p>This property determines the measure of the tab character (U+0009)
+ when rendered. Integers represent the measure in space characters (U+0020).
+ Negative integers are not allowed.
<h3 id="white-space-rules">
The White Space Processing Rules</h3>
Received on Sunday, 24 July 2011 23:27:25 UTC