|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2013-09-25 name=dcterms.date> |
| 13 | + <meta content=2013-09-26 name=dcterms.date> |
14 | 14 | <meta content="Elika J. Etemad" name=dcterms.creator> |
15 | 15 | <meta content="Koji Ishii" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
|
68 | 68 |
|
69 | 69 | <h1>CSS Text Module Level 3</h1> |
70 | 70 |
|
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 |
72 | 72 | 2013</h2> |
73 | 73 |
|
74 | 74 | <dl> |
75 | 75 | <dt>This version:</dt> |
76 | 76 | <!-- |
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> |
78 | 78 | --> |
79 | 79 |
|
80 | 80 | <dd><a |
@@ -212,9 +212,6 @@ <h2 class="no-num no-toc" id=status>Status of This Document</h2> |
212 | 212 | <li>the percentage values of ‘<a href="#word-spacing"><code |
213 | 213 | class=property>word-spacing</code></a>’ |
214 | 214 |
|
215 | | - <li>minimum and maximum limits of ‘<a href="#word-spacing"><code |
216 | | - class=property>word-spacing</code></a>’ |
217 | | - |
218 | 215 | <li>the ‘<a href="#hanging-punctuation"><code |
219 | 216 | class=property>hanging-punctuation</code></a>’ property |
220 | 217 | </ul> |
@@ -2359,12 +2356,11 @@ <h4 id=expanding-text><span class=secno>7.3.1. </span> Expanding and |
2359 | 2356 | href="#character"><i>character</i></a> (such as a <a |
2360 | 2357 | href="#word-separator"><i>word separator</i></a>), or by the juxtaposition |
2361 | 2358 | 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 |
2368 | 2364 | href="#expansion-opportunity"><i>expansion opportunity</i></a>, it is |
2369 | 2365 | applied under the same rules as for ‘<a href="#word-spacing"><code |
2370 | 2366 | class=property>word-spacing</code></a>’. Similarly, when space is |
@@ -2506,12 +2502,10 @@ <h2 id=spacing><span class=secno>8. </span> Spacing</h2> |
2506 | 2502 | class=property>letter-spacing</code></a>’ properties, which specify |
2507 | 2503 | additional space around <a href="#word-separator"><i>word |
2508 | 2504 | 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. |
2515 | 2509 |
|
2516 | 2510 | <div class=example> |
2517 | 2511 | <p>In the following example, word spacing is halved, but may expand |
|
0 commit comments