Skip to content

Commit b608116

Browse files
author
kojiishi
committed
[css-text] 3 more left overs of min/opt/max word-spacing thanks to jdaggett
1 parent 0bd561a commit b608116

2 files changed

Lines changed: 14 additions & 22 deletions

File tree

css-text/Overview.html

Lines changed: 12 additions & 18 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-09-25 name=dcterms.date>
13+
<meta content=2013-09-26 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>
@@ -68,13 +68,13 @@
6868

6969
<h1>CSS Text Module Level 3</h1>
7070

71-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 September
71+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 September
7272
2013</h2>
7373

7474
<dl>
7575
<dt>This version:</dt>
7676
<!--
77-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130925/">http://www.w3.org/TR/2013/WD-css3-text-20130925/</a></dd>
77+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130926/">http://www.w3.org/TR/2013/WD-css3-text-20130926/</a></dd>
7878
-->
7979

8080
<dd><a
@@ -212,9 +212,6 @@ <h2 class="no-num no-toc" id=status>Status of This Document</h2>
212212
<li>the percentage values of ‘<a href="#word-spacing"><code
213213
class=property>word-spacing</code></a>
214214

215-
<li>minimum and maximum limits of ‘<a href="#word-spacing"><code
216-
class=property>word-spacing</code></a>
217-
218215
<li>the ‘<a href="#hanging-punctuation"><code
219216
class=property>hanging-punctuation</code></a>’ property
220217
</ul>
@@ -2359,12 +2356,11 @@ <h4 id=expanding-text><span class=secno>7.3.1. </span> Expanding and
23592356
href="#character"><i>character</i></a> (such as a <a
23602357
href="#word-separator"><i>word separator</i></a>), or by the juxtaposition
23612358
of two <a href="#character"><i>characters</i></a>. Space distributed by
2362-
justification is <em>in addition to</em> the optimal spacing defined by
2363-
the ‘<a href="#letter-spacing"><code
2364-
class=property>letter-spacing</code></a>’ or ‘<a
2365-
href="#word-spacing"><code class=property>word-spacing</code></a>
2366-
properties. However, when space is distributed to a <a
2367-
href="#word-separator"><i>word separator</i></a> <a
2359+
justification is <em>in addition to</em> the spacing defined by the ‘<a
2360+
href="#letter-spacing"><code class=property>letter-spacing</code></a>
2361+
or ‘<a href="#word-spacing"><code
2362+
class=property>word-spacing</code></a>’ properties. However, when space
2363+
is distributed to a <a href="#word-separator"><i>word separator</i></a> <a
23682364
href="#expansion-opportunity"><i>expansion opportunity</i></a>, it is
23692365
applied under the same rules as for ‘<a href="#word-spacing"><code
23702366
class=property>word-spacing</code></a>’. Similarly, when space is
@@ -2506,12 +2502,10 @@ <h2 id=spacing><span class=secno>8. </span> Spacing</h2>
25062502
class=property>letter-spacing</code></a>’ properties, which specify
25072503
additional space around <a href="#word-separator"><i>word
25082504
separators</i></a> or between <a href="#character"><i>characters</i></a>,
2509-
respectively. Level 3 offers the ability to control the justification
2510-
behavior of ‘<a href="#word-spacing"><code
2511-
class=property>word-spacing</code></a>’. In addition the ‘<a
2512-
href="#word-spacing"><code class=property>word-spacing</code></a>
2513-
property can now be specified in percentages, making it possible to, for
2514-
example, double or eliminate word spacing.
2505+
respectively. The ‘<a href="#word-spacing"><code
2506+
class=property>word-spacing</code></a>’ property can now be specified in
2507+
percentages, making it possible to, for example, double or eliminate word
2508+
spacing.
25152509

25162510
<div class=example>
25172511
<p>In the following example, word spacing is halved, but may expand

css-text/Overview.src.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ <h2 class="no-num no-toc" id="status">Status of This Document</h2>
157157
<li>the ''start end'' value of 'text-align'
158158
<li>the 'text-justify' property
159159
<li>the percentage values of 'word-spacing'
160-
<li>minimum and maximum limits of 'word-spacing'
161160
<li>the 'hanging-punctuation' property
162161
</ul>
163162

@@ -1709,7 +1708,7 @@ <h4 id="expanding-text">
17091708
(such as a <i>word separator</i>),
17101709
or by the juxtaposition of two <i>characters</i>.
17111710
Space distributed by justification is <em>in addition to</em>
1712-
the optimal spacing defined by the 'letter-spacing' or 'word-spacing' properties.
1711+
the spacing defined by the 'letter-spacing' or 'word-spacing' properties.
17131712
However, when space is distributed to a <i>word separator</i> <i>expansion opportunity</i>,
17141713
it is applied under the same rules as for 'word-spacing'.
17151714
Similarly, when space is distributed an <i>expansion opportunity</i> between two <i>characters</i>,
@@ -1831,8 +1830,7 @@ <h2 id="spacing">
18311830
<p>CSS offers control over text spacing
18321831
via the 'word-spacing' and 'letter-spacing' properties, which specify additional space
18331832
around <i>word separators</i> or between <i>characters</i>, respectively.
1834-
Level 3 offers the ability to control the justification behavior of 'word-spacing'.
1835-
In addition the 'word-spacing' property can now be specified in percentages,
1833+
The 'word-spacing' property can now be specified in percentages,
18361834
making it possible to, for example, double or eliminate word spacing.
18371835

18381836
<div class="example">

0 commit comments

Comments
 (0)