Skip to content

Commit f6979b4

Browse files
committed
Fix missing negation in sentence about justification and preserved white space.
1 parent 12b4c0d commit f6979b4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-text/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232

3333
<h1>CSS Text Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 April 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 April 2012</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS
4141
$Revision$)</a> <!--
42-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120401/">http://www.w3.org/TR/2012/WD-css3-text-20120401/</a></dd>
42+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120411/">http://www.w3.org/TR/2012/WD-css3-text-20120411/</a></dd>
4343
-->
4444

4545

@@ -1977,7 +1977,7 @@ <h3 id=text-align><span class=secno>7.1. </span> Text Alignment: the
19771977
class=property>letter-spacing</code></a>&rsquo;, and &lsquo;<a
19781978
href="#word-spacing0"><code
19791979
class=property>word-spacing</code></a>&rsquo;.) If an element's white
1980-
space is set to be <a href="#collapse">collapsible</a>, then the UA is not
1980+
space is not <a href="#collapse">collapsible</a>, then the UA is not
19811981
required to adjust its text for the purpose of justification and may
19821982
instead treat the text as having no expansion opportunities. If the UA
19831983
chooses to adjust the text, then it must ensure that tab stops continue to

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ <h3 id="text-align">
13761376
by <a href="#text-justify">adjusting</a> their text in addition to
13771377
shifting their positions. (See also 'text-justify', 'letter-spacing', and
13781378
'word-spacing'.)
1379-
If an element's white space is set to be <a href="#collapse">collapsible</a>,
1379+
If an element's white space is not <a href="#collapse">collapsible</a>,
13801380
then the UA is not required to adjust its text for the purpose of
13811381
justification and may instead treat the text as having no expansion
13821382
opportunities. If the UA chooses to adjust the text, then it must ensure

0 commit comments

Comments
 (0)