@@ -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 <length> values of the ‘< a href ="#tab-size0 "> < code
207+ class =property > tab-size</ code > </ a > ’ property
208+
206209 < li > the ‘< a href ="#hanging-punctuation0 "> < code
207210 class =property > hanging-punctuation</ code > </ a > ’ 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 > <integer>
859+ < td > <integer> | <length>
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 <length> values. Someone else
894- suggested spaces be given a unit, e.g. ‘< code
895- class =css > 8sp</ code > ’. This unit could also be used for ‘< a
896- href ="#letter-spacing0 "> < code
897- class =property > letter-spacing</ code > </ a > ’ and ‘< a
898- href ="#word-spacing0 "> < code class =property > word-spacing</ code > </ a > ’.
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 > <integer>
6329+ < td > <integer> | <length>
63356330
63366331 < td > 8
63376332
0 commit comments