Skip to content

Commit 425d081

Browse files
committed
[css-text-decor-3] Add intro to module. It's kindof boring, but there's not much to say about underlining...
1 parent ca491f4 commit 425d081

2 files changed

Lines changed: 50 additions & 6 deletions

File tree

css-text-decor-3/Overview.html

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<meta content="CSS Text Decoration Module Level 3 (CSS3 Text Decoration)"
1212
name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2012-12-17 name=dcterms.issued>
14+
<meta content=2012-12-31 name=dcterms.issued>
1515
<meta content="Elika J. Etemad" name=dcterms.creator>
1616
<meta content="Koji Ishii" name=dcterms.creator>
1717
<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/"
1919
name=dcterms.identifier>
2020
<link href="#contents" rel=contents><!--<link rel=index href="#index">-->
2121

@@ -30,14 +30,14 @@
3030

3131
<h1>CSS Text Decoration Module Level 3</h1>
3232

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
3434
2012</h2>
3535

3636
<dl>
3737
<dt>This version:
3838

3939
<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>
4141
<!--
4242
<dd><a href="http://dev.w3.org/csswg/css-text-decor-3/">http://dev.w3.org/csswg/css-text-decor-3/</a>
4343
-->
@@ -277,7 +277,25 @@ <h2 class="no-num no-toc" id=contents> Table of Contents</h2>
277277

278278
<h2 id=intro><span class=secno>1. </span> Introduction</h2>
279279

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).
281299

282300
<h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
283301

@@ -1839,6 +1857,16 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
18391857
</dd>
18401858
<!---->
18411859

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+
18421870
<dt id=CSS3COLOR>[CSS3COLOR]
18431871

18441872
<dd>Tantek Çelik; Chris Lilley; L. David Baron. <a

css-text-decor-3/Overview.src.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,23 @@ <h2 class="no-num no-toc" id="contents">
121121
<h2 id="intro">
122122
Introduction</h2>
123123

124-
<p>[document here]</p>
124+
<p><em>This subsection is non-normative.</em>
125+
126+
<p>This module covers text decoration, i.e. decorating the glyphs
127+
of the text once typeset according to font and typographic rules.
128+
(See [[CSS3TEXT]] and [[CSS3-FONTS]].)
129+
Such features are traditionally used not only for purely decorative purposes,
130+
but also in some cases to show emphasis, for honorifics,
131+
and to indicate editorial changes such as insertions, deletions, and misspellings.
132+
133+
<p>CSS Levels 1 and 2 only defined very basic <a href="#line-decoration">line decorations</a>
134+
(underlines, overlines, and strike-throughs)
135+
appropriate to Western typographical traditions.
136+
Level 3 of this module adds the ability to change
137+
the color, style, position, and continuity of these decorations,
138+
and also introduces
139+
<a href="#emphasis-marks">emphasis marks</a> (traditionally used in East Asian typography),
140+
and <a href="#text-shadow-property">shadows</a> (which were proposed then deferred from Level 2).
125141

126142
<h3 id="placement">
127143
Module Interactions</h3>

0 commit comments

Comments
 (0)