Skip to content

Commit 859e5c2

Browse files
committed
Remove ability to combine <string> and 'justify' for 'text-align', because it's annoying to spec it. (If people complain, we can add it later.)
1 parent 402f560 commit 859e5c2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-text/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 January
3636
<dt>This version:
3737

3838
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/12
39-
01:48:25 $ (CVS $Revision$)</a> <!--
39+
01:53:17 $ (CVS $Revision$)</a> <!--
4040
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120112/">http://www.w3.org/TR/2012/WD-css3-text-20120112/</a></dd>
4141
-->
4242

@@ -1835,7 +1835,7 @@ <h3 id=text-align><span class=secno>7.1. </span> Text Alignment: the
18351835
<tr>
18361836
<th>Value:
18371837

1838-
<td>&lt;string&gt;? [ start | end | left | right | center | justify ] |
1838+
<td>&lt;string&gt;? [ start | end | left | right | center ] | justify |
18391839
match-parent | start end
18401840

18411841
<tr>
@@ -5385,7 +5385,7 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
53855385
<tr>
53865386
<th><a class=property href="#text-align0">text-align</a>
53875387

5388-
<td>&lt;string&gt;? [ start | end | left | right | center | justify ] |
5388+
<td>&lt;string&gt;? [ start | end | left | right | center ] | justify |
53895389
match-parent | start end
53905390

53915391
<td>start

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,8 +1284,8 @@ <h3 id="text-align">
12841284
</tr>
12851285
<tr>
12861286
<th>Value:</th>
1287-
<td>&lt;string&gt;? [ start | end | left | right | center | justify ] |
1288-
match-parent | start end
1287+
<td>&lt;string&gt;? [ start | end | left | right | center ] |
1288+
justify | match-parent | start end
12891289
</td>
12901290
</tr>
12911291
<tr>

0 commit comments

Comments
 (0)