|
5 | 5 | <head><meta content="text/html; charset=utf-8" http-equiv=Content-Type> |
6 | 6 |
|
7 | 7 | <title>CSS Text Level 3</title> |
8 | | - <link href="../css-module/default.css" rel=stylesheet type="text/css"> |
| 8 | + <link href="../default.css" rel=stylesheet type="text/css"> |
9 | 9 |
|
10 | 10 | <style type="text/css"> |
11 | 11 | .egbidiwsaA,.egbidiwsbB,.egbidiwsaB,.egbidiwsbC |
@@ -34,8 +34,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 August 2011</h2> |
34 | 34 | <dl> |
35 | 35 | <dt>This version: |
36 | 36 |
|
37 | | - <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/19 |
38 | | - 19:48:42 $ (CVS $Revision$)</a> <!-- |
| 37 | + <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/20 |
| 38 | + 06:39:34 $ (CVS $Revision$)</a> <!-- |
39 | 39 | <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110820/">http://www.w3.org/TR/2011/WD-css3-text-20110820/</a></dd> |
40 | 40 | --> |
41 | 41 |
|
@@ -5362,6 +5362,16 @@ <h3 class=no-num id=informative-ref>Informative references</h3> |
5362 | 5362 | <dt style="display: none"><!-- keeps the doc valid if the DL is empty --> |
5363 | 5363 | <!----> |
5364 | 5364 |
|
| 5365 | + <dt id=CSS3FONT>[CSS3FONT] |
| 5366 | + |
| 5367 | + <dd>John Daggett. <a |
| 5368 | + href="http://www.w3.org/TR/2011/WD-css3-fonts-20110324"><cite>CSS Fonts |
| 5369 | + Module Level 3.</cite></a> 24 March 2011. W3C Working Draft. (Work in |
| 5370 | + progress.) URL: <a |
| 5371 | + href="http://www.w3.org/TR/2011/WD-css3-fonts-20110324">http://www.w3.org/TR/2011/WD-css3-fonts-20110324</a> |
| 5372 | + </dd> |
| 5373 | + <!----> |
| 5374 | + |
5365 | 5375 | <dt id=JIS4051>[JIS4051] |
5366 | 5376 |
|
5367 | 5377 | <dd><cite>Formatting rules for Japanese documents |
@@ -5401,10 +5411,77 @@ <h3 class=no-num id=recent-changes> Changes from the <a |
5401 | 5411 | <li>Renamed ‘<code class=property>bikeshedding</code>’ to |
5402 | 5412 | ‘<a href="#text-space-collapse"><code |
5403 | 5413 | class=property>text-space-collapse</code></a>’. |
| 5414 | + |
| 5415 | + <li>Removed ‘<code class=property>hyphenate-resource</code>’ |
| 5416 | + property / ‘<code class=css>@hyphenate-resource</code>’ rule. |
| 5417 | + |
| 5418 | + |
| 5419 | + <li>Merged ‘<code class=property>text-trim</code>’ and |
| 5420 | + ‘<code class=property>text-autospace</code>’ into ‘<a |
| 5421 | + href="#text-spacing"><code class=property>text-spacing</code></a>’. |
| 5422 | + |
| 5423 | + |
| 5424 | + <li>Renamed ‘<code class=css>fullwidth</code>’ and |
| 5425 | + ‘<code class=css>fullsize-kana</code>’ to ‘<code |
| 5426 | + class=css>full-width</code>’ and ‘<code |
| 5427 | + class=css>full-size-kana</code>’ to match values in ‘<code |
| 5428 | + class=property>font-variant-width</code>’. <a href="#CSS3FONT" |
| 5429 | + rel=biblioentry>[CSS3FONT]<!--{{CSS3FONT}}--></a> |
| 5430 | + |
| 5431 | + <li>Added ‘<code class=css><length></code>’ values to |
| 5432 | + ‘<a href="#tab-size0"><code |
| 5433 | + class=property>tab-size</code></a>’ (at-risk). |
| 5434 | + |
| 5435 | + <li>Removed ‘<code class=css>all</code>’ value of ‘<a |
| 5436 | + href="#hyphens0"><code class=property>hyphens</code></a>’ property. |
| 5437 | + |
| 5438 | + |
| 5439 | + <li>Renamed ‘<code class=property>word-wrap</code>’ to |
| 5440 | + ‘<a href="#overflow-wrap0"><code |
| 5441 | + class=property>overflow-wrap</code></a>’. |
| 5442 | + |
| 5443 | + <li>Changed ‘<a href="#text-decoration-line0"><code |
| 5444 | + class=property>text-decoration-line</code></a>’ value syntax for |
| 5445 | + cancelling ancestor text decorations. |
| 5446 | + |
| 5447 | + <li>Removed suggestion to inset decorations from the content box edges in |
| 5448 | + favor of an explicit ‘<code class=css>edges</code>’ value for |
| 5449 | + ‘<a href="#text-decoration-skip0"><code |
| 5450 | + class=property>text-decoration-skip</code></a>’. |
| 5451 | + |
| 5452 | + <li>Added ‘<a href="#text-decoration-skip0"><code |
| 5453 | + class=property>text-decoration-skip</code></a>’ property. |
| 5454 | + |
| 5455 | + <li>Removed ‘<code class=property>text-outline</code>’ |
| 5456 | + property. |
5404 | 5457 | </ul> |
5405 | 5458 |
|
5406 | 5459 | <p>Significant details updated: |
5407 | 5460 |
|
| 5461 | + <ul> |
| 5462 | + <li>More precise definition of a "character"/grapheme cluster and its |
| 5463 | + properties. |
| 5464 | + |
| 5465 | + <li>Specified order of text operations. |
| 5466 | + |
| 5467 | + <li>Added more details on case mapping, fullwidth mapping, and small kana |
| 5468 | + mapping. |
| 5469 | + |
| 5470 | + <li>Removed interaction of white space collapsing and ‘<code |
| 5471 | + class=property>text-autospace</code>’. |
| 5472 | + |
| 5473 | + <li>Cleaned up details on ‘<a href="#line-break0"><code |
| 5474 | + class=property>line-break</code></a>’. |
| 5475 | + |
| 5476 | + <li>Significant tweaking to ‘<a href="#text-justify0"><code |
| 5477 | + class=property>text-justify</code></a>’ prose to make it clearer |
| 5478 | + and more coherent. |
| 5479 | + |
| 5480 | + <li>Replaced parts of ‘<a href="#text-shadow0"><code |
| 5481 | + class=property>text-shadow</code></a>’ description with pointer to |
| 5482 | + ‘<code class=property>box-shadow</code>’. |
| 5483 | + </ul> |
| 5484 | + |
5408 | 5485 | <h2 class=no-num id=default-stylesheet>Appendix D: Default UA Stylesheet</h2> |
5409 | 5486 |
|
5410 | 5487 | <p>This appendix is informative, and is to help UA developers to implement |
|
0 commit comments