Skip to content

Commit 016bdff

Browse files
committed
Make text-spacing only apply to block containers (makes it simpler). Might consider expanding to all elements later.
1 parent 5f7b213 commit 016bdff

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-text/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383

8484
<h1>CSS Text Level 3</h1>
8585

86-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2011</h2>
86+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 April 2011</h2>
8787

8888
<dl>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/04/20 01:59:56 $ (CVS $Revision$)</a> <!--
93-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110420/">http://www.w3.org/TR/2011/WD-css3-text-20110420/</a></dd>
92+
2011/04/20 17:54:59 $ (CVS $Revision$)</a> <!--
93+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110421/">http://www.w3.org/TR/2011/WD-css3-text-20110421/</a></dd>
9494
-->
9595

9696

@@ -3551,7 +3551,7 @@ <h3 id=text-spacing-prop><span class=secno>9.3. </span> <a
35513551
<tr>
35523552
<th>Applies to:
35533553

3554-
<td>all elements
3554+
<td>block containers
35553555

35563556
<tr>
35573557
<th>Inherited:
@@ -6485,7 +6485,7 @@ <h2 class=no-num id=appendix-f-full-property-index>Appendix F: Full
64856485

64866486
<td>normal
64876487

6488-
<td>all elements
6488+
<td>block containers
64896489

64906490
<td>yes
64916491

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2630,7 +2630,7 @@ <h3 id="text-spacing-prop">
26302630
</tr>
26312631
<tr>
26322632
<th>Applies to:</th>
2633-
<td>all elements</td>
2633+
<td>block containers</td>
26342634
</tr>
26352635
<tr>
26362636
<th>Inherited:</th>

0 commit comments

Comments
 (0)