Skip to content

Commit a24780f

Browse files
committed
Fixed tex-spacing: "normal || ..." to "normal | ..."
1 parent 9b61a07 commit a24780f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-text/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 April 2011</h2>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/04/16 07:51:51 $ (CVS $Revision$)</a> <!--
92+
2011/04/16 08:02:53 $ (CVS $Revision$)</a> <!--
9393
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110416/">http://www.w3.org/TR/2011/WD-css3-text-20110416/</a></dd>
9494
-->
9595

@@ -3535,7 +3535,7 @@ <h3 id=text-spacing-prop><span class=secno>9.3. </span> <a
35353535
<tr>
35363536
<th>Value:
35373537

3538-
<td>normal || trim-start || [ trim-end | space-end ] || no-justify ||
3538+
<td>normal | trim-start || [ trim-end | space-end ] || no-justify ||
35393539
ideograph-alpha || ideograph-numeric || punctuation
35403540

35413541
<tr>
@@ -6393,8 +6393,8 @@ <h2 class=no-num id=appendix-f-full-property-index>Appendix F: Full
63936393
<tr valign=baseline>
63946394
<td><a class=property href="#text-spacing">text-spacing</a>
63956395

6396-
<td>normal || trim-start || [ trim-end | space-end ] || no-justify
6397-
|| ideograph-alpha || ideograph-numeric || punctuation
6396+
<td>normal | trim-start || [ trim-end | space-end ] || no-justify ||
6397+
ideograph-alpha || ideograph-numeric || punctuation
63986398

63996399
<td>normal
64006400

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@ <h3 id="text-spacing-prop">
26132613
</tr>
26142614
<tr>
26152615
<th>Value:</th>
2616-
<td>normal ||
2616+
<td>normal |
26172617
trim-start ||
26182618
[ trim-end | space-end ] ||
26192619
no-justify ||

0 commit comments

Comments
 (0)