Skip to content

Commit 797ea4c

Browse files
committed
Add <length> to tab-size, mark at-risk
1 parent 78893b1 commit 797ea4c

2 files changed

Lines changed: 14 additions & 21 deletions

File tree

css3-text/Overview.html

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 July 2011</h2>
9090
<dt>This version:
9191

9292
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
93-
2011/07/22 21:19:21 $ (CVS $Revision$)</a> <!--
93+
2011/07/24 23:11:53 $ (CVS $Revision$)</a> <!--
9494
<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>
9595
-->
9696

@@ -203,6 +203,9 @@ <h2 class="no-num no-toc" id=status>Status of This Document</h2>
203203
its CR period if there are no (correct) implementations:
204204

205205
<ul>
206+
<li>the &lt;length> values of the &lsquo;<a href="#tab-size0"><code
207+
class=property>tab-size</code></a>&rsquo; property
208+
206209
<li>the &lsquo;<a href="#hanging-punctuation0"><code
207210
class=property>hanging-punctuation</code></a>&rsquo; property
208211

@@ -853,7 +856,7 @@ <h3 id=tab-size><span class=secno>3.2. </span> Tab Character Size: the
853856
<tr>
854857
<th>Value:
855858

856-
<td>&lt;integer&gt;
859+
<td>&lt;integer&gt; | &lt;length&gt;
857860

858861
<tr>
859862
<th>Initial:
@@ -886,17 +889,9 @@ <h3 id=tab-size><span class=secno>3.2. </span> Tab Character Size: the
886889
<td>specified value
887890
</table>
888891

889-
<p>This property determines the width of the tab character (U+0009), in
890-
space characters (U+0020), when rendered. Negative integers are not
891-
allowed.
892-
893-
<p class=issue>BradK suggests allowing &lt;length> values. Someone else
894-
suggested spaces be given a unit, e.g. &lsquo;<code
895-
class=css>8sp</code>&rsquo;. This unit could also be used for &lsquo;<a
896-
href="#letter-spacing0"><code
897-
class=property>letter-spacing</code></a>&rsquo; and &lsquo;<a
898-
href="#word-spacing0"><code class=property>word-spacing</code></a>&rsquo;.
899-
892+
<p>This property determines the measure of the tab character (U+0009) when
893+
rendered. Integers represent the measure in space characters (U+0020).
894+
Negative integers are not allowed.
900895

901896
<h3 id=white-space-rules><span class=secno>3.3. </span> The White Space
902897
Processing Rules</h3>
@@ -6331,7 +6326,7 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
63316326
<tr>
63326327
<td><a class=property href="#tab-size0">tab-size</a>
63336328

6334-
<td>&lt;integer&gt;
6329+
<td>&lt;integer&gt; | &lt;length&gt;
63356330

63366331
<td>8
63376332

css3-text/Overview.src.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ <h2 class="no-num no-toc" id="status">Status of This Document</h2>
175175
<p>The following features are at risk and may be cut from the spec during
176176
its CR period if there are no (correct) implementations:</p>
177177
<ul>
178+
<li>the &lt;length> values of the 'tab-size' property
178179
<li>the 'hanging-punctuation' property
179180
<li>the percentage values of 'letter-spacing' and 'word-spacing'
180181
<li>the 'hyphenate-limit-*' properties
@@ -487,7 +488,7 @@ <h3 id="tab-size">
487488
</tr>
488489
<tr>
489490
<th>Value:</th>
490-
<td>&lt;integer&gt;</td>
491+
<td>&lt;integer&gt; | &lt;length&gt;</td>
491492
</tr>
492493
<tr>
493494
<th>Initial:</th>
@@ -516,12 +517,9 @@ <h3 id="tab-size">
516517
</tbody>
517518
</table>
518519

519-
<p>This property determines the width of the tab character (U+0009),
520-
in space characters (U+0020), when rendered. Negative integers are
521-
not allowed.
522-
<p class="issue">BradK suggests allowing &lt;length> values. Someone else suggested
523-
spaces be given a unit, e.g. ''8sp''. This unit could also be used
524-
for 'letter-spacing' and 'word-spacing'.
520+
<p>This property determines the measure of the tab character (U+0009)
521+
when rendered. Integers represent the measure in space characters (U+0020).
522+
Negative integers are not allowed.
525523

526524
<h3 id="white-space-rules">
527525
The White Space Processing Rules</h3>

0 commit comments

Comments
 (0)