|
11 | 11 | <meta content="CSS Text Decoration Module Level 3 (CSS3 Text Decoration)" |
12 | 12 | name=dcterms.title> |
13 | 13 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2012-12-17 name=dcterms.issued> |
| 14 | + <meta content=2012-12-31 name=dcterms.issued> |
15 | 15 | <meta content="Elika J. Etemad" name=dcterms.creator> |
16 | 16 | <meta content="Koji Ishii" name=dcterms.creator> |
17 | 17 | <meta content=W3C name=dcterms.publisher> |
18 | | - <meta content="http://www.w3.org/TR/2012/WD-css-text-decor-3-20121217/" |
| 18 | + <meta content="http://www.w3.org/TR/2012/WD-css-text-decor-3-20121231/" |
19 | 19 | name=dcterms.identifier> |
20 | 20 | <link href="#contents" rel=contents><!--<link rel=index href="#index">--> |
21 | 21 |
|
|
30 | 30 |
|
31 | 31 | <h1>CSS Text Decoration Module Level 3</h1> |
32 | 32 |
|
33 | | - <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 17 December |
| 33 | + <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 31 December |
34 | 34 | 2012</h2> |
35 | 35 |
|
36 | 36 | <dl> |
37 | 37 | <dt>This version: |
38 | 38 |
|
39 | 39 | <dd><a |
40 | | - href="http://www.w3.org/TR/2012/WD-css-text-decor-3-20121217/">http://www.w3.org/TR/2012/WD-css-text-decor-3-20121217/</a></dd> |
| 40 | + href="http://www.w3.org/TR/2012/WD-css-text-decor-3-20121231/">http://www.w3.org/TR/2012/WD-css-text-decor-3-20121231/</a></dd> |
41 | 41 | <!-- |
42 | 42 | <dd><a href="http://dev.w3.org/csswg/css-text-decor-3/">http://dev.w3.org/csswg/css-text-decor-3/</a> |
43 | 43 | --> |
@@ -277,7 +277,25 @@ <h2 class="no-num no-toc" id=contents> Table of Contents</h2> |
277 | 277 |
|
278 | 278 | <h2 id=intro><span class=secno>1. </span> Introduction</h2> |
279 | 279 |
|
280 | | - <p>[document here] |
| 280 | + <p><em>This subsection is informative.</em> |
| 281 | + |
| 282 | + <p>This module covers text decoration, i.e. decorating the glyphs of the |
| 283 | + text once typeset according to font and typographic rules. (See <a |
| 284 | + href="#CSS3TEXT" rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a> and <a |
| 285 | + href="#CSS3-FONTS" rel=biblioentry>[CSS3-FONTS]<!--{{CSS3-FONTS}}--></a>.) |
| 286 | + Such features are traditionally used not only for purely decorative |
| 287 | + purposes, but also in some cases to show emphasis, for honorifics, and to |
| 288 | + indicate editorial changes such as insertions, deletions, and |
| 289 | + misspellings. |
| 290 | + |
| 291 | + <p>CSS Levels 1 and 2 only defined very basic <a |
| 292 | + href="#line-decoration">line decorations</a> (underlines, overlines, and |
| 293 | + strike-throughs) appropriate to Western typographical traditions. Level 3 |
| 294 | + of this module adds the ability to change the color, style, position, and |
| 295 | + continuity of these decorations, and also introduces <a |
| 296 | + href="#emphasis-marks">emphasis marks</a> (traditionally used in East |
| 297 | + Asian typography), and <a href="#text-shadow-property">shadows</a> (which |
| 298 | + were proposed then deferred from Level 2). |
281 | 299 |
|
282 | 300 | <h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3> |
283 | 301 |
|
@@ -1839,6 +1857,16 @@ <h3 class=no-num id=informative-ref>Informative references</h3> |
1839 | 1857 | </dd> |
1840 | 1858 | <!----> |
1841 | 1859 |
|
| 1860 | + <dt id=CSS3-FONTS>[CSS3-FONTS] |
| 1861 | + |
| 1862 | + <dd>John Daggett. <a |
| 1863 | + href="http://www.w3.org/TR/2012/WD-css3-fonts-20120823/"><cite>CSS Fonts |
| 1864 | + Module Level 3.</cite></a> 23 August 2012. W3C Working Draft. (Work in |
| 1865 | + progress.) URL: <a |
| 1866 | + href="http://www.w3.org/TR/2012/WD-css3-fonts-20120823/">http://www.w3.org/TR/2012/WD-css3-fonts-20120823/</a> |
| 1867 | + </dd> |
| 1868 | + <!----> |
| 1869 | + |
1842 | 1870 | <dt id=CSS3COLOR>[CSS3COLOR] |
1843 | 1871 |
|
1844 | 1872 | <dd>Tantek Çelik; Chris Lilley; L. David Baron. <a |
|
0 commit comments