Skip to content

Commit 866f0c4

Browse files
committed
[css-text] Clarify text-justify: none
--HG-- extra : rebase_source : 7030e0b2e84e43039023d43c976e59196282a1a3
1 parent 8c04a07 commit 866f0c4

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

css-sizing/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ <h2 id="terms">
154154
border, and padding in the given dimension.
155155

156156
<p class='note'>
157-
Note: This is the formula used to calculate widths of non-replaced blocks in normal flow in <a href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth">CSS2.1§10.3.3</a>.
157+
Note: This is the formula used to calculate the ''auto'' widths
158+
of non-replaced blocks in normal flow in <a href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth">CSS2.1§10.3.3</a>.
158159

159160
<dt><dfn title="fallback|fallback size">fallback size</dfn>
160161
<dd>

css-text/Overview.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-06-14 name=dcterms.date>
13+
<meta content=2013-06-17 name=dcterms.date>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
@@ -62,12 +62,12 @@
6262

6363
<h1>CSS Text Module Level 3</h1>
6464

65-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 June 2013</h2>
65+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 June 2013</h2>
6666

6767
<dl>
6868
<dt>This version:</dt>
6969
<!--
70-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130614/">http://www.w3.org/TR/2013/WD-css3-text-20130614/</a></dd>
70+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130617/">http://www.w3.org/TR/2013/WD-css3-text-20130617/</a></dd>
7171
-->
7272

7373
<dd><a
@@ -2092,7 +2092,8 @@ <h3 id=text-justify><span class=secno>7.3. </span> Justification Method:
20922092
<dt><dfn id=none1 title="text-justify:none"><code
20932093
class=css>none</code></dfn>
20942094

2095-
<dd>Justification is disabled.
2095+
<dd>Justification is disabled: there are no expansion opportunities within
2096+
the text.
20962097
<p class=note>This value is intended for use in user stylesheets to
20972098
improve readability or for accessibility purposes.
20982099

css-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ <h3 id="text-justify">
15361536
</div>
15371537

15381538
<dt><dfn title="text-justify:none">''none''</dfn></dt>
1539-
<dd>Justification is disabled.
1539+
<dd>Justification is disabled: there are no expansion opportunities within the text.
15401540
<p class="note">This value is intended for use in user stylesheets
15411541
to improve readability or for accessibility purposes.
15421542

0 commit comments

Comments
 (0)