Skip to content

Commit 09420ef

Browse files
committed
[css-text-decor-3] Update references, prep for CR
1 parent b095d40 commit 09420ef

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

css-text-decor-3/Overview.bs

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Title: CSS Text Decoration Module Level 3
33
Shortname: css-text-decor
44
Level: 3
5-
Status: ED
5+
Status: CR
6+
Deadline: 2018-12-11
67
Work Status: Testing
78
Group: csswg
89
ED: https://drafts.csswg.org/css-text-decor-3/
@@ -30,7 +31,7 @@ Introduction</h2>
3031

3132
<p>This module covers text decoration, i.e. decorating the glyphs
3233
of the text once typeset according to font and typographic rules.
33-
(See [[CSS3TEXT]] and [[CSS3-FONTS]].)
34+
(See [[CSS-TEXT-3]] and [[CSS-FONTS-3]].)
3435
Such features are traditionally used not only for purely decorative purposes,
3536
but also in some cases to show emphasis, for honorifics,
3637
and to indicate editorial changes such as insertions, deletions, and misspellings.
@@ -67,9 +68,9 @@ Values</h3>
6768
<p>The terms <dfn><a href="https://www.w3.org/TR/css3-text/#grapheme-cluster">character</a></dfn>,
6869
<dfn><a href="https://www.w3.org/TR/css3-text/#letter">letter</a></dfn>, and
6970
<dfn><a href="https://www.w3.org/TR/css3-text/#content-language">content language</a></dfn>
70-
as used in this specification are defined in [[!CSS3TEXT]].
71+
as used in this specification are defined in [[!CSS-TEXT-3]].
7172
Other terminology and concepts used in this specification are defined
72-
in [[!CSS2]] and [[!CSS-WRITING-MODES-3]].
73+
in [[!CSS2]] and [[!CSS-WRITING-MODES-4]].
7374

7475
<h2 id="line-decoration">
7576
Line Decoration: Underline, Overline, and Strike-Through</h2>
@@ -268,7 +269,7 @@ Text Decoration Style: the 'text-decoration-style' property</h3>
268269
text decoration specified on the element. Values have the
269270
same meaning as for the
270271
<a href="https://www.w3.org/TR/css3-background/#the-border-style">border-style
271-
properties</a> [[!CSS3BG]]. ''wavy'' indicates a wavy line.</p>
272+
properties</a> [[!CSS-BACKGROUNDS-3]]. ''wavy'' indicates a wavy line.</p>
272273

273274
<p>
274275
The style of text decorations must remain the same on all decorations originating from a given element,
@@ -470,7 +471,7 @@ Text Underline Position: the 'text-underline-position' property</h3>
470471
will effectively become a line-through if the element contains text in a significantly larger font-size.
471472
Even for underlines, if the text is not aligned to the alphabetic baseline
472473
(for example, in vertical typesetting styles,
473-
text is aligned by its central baseline by default [[CSS-WRITING-MODES-3]])
474+
text is aligned by its central baseline by default [[CSS-WRITING-MODES-4]])
474475
an underline will cut through descendant text of a larger font-size.
475476
UA consideration of descendant content will therefore result in better typography.
476477

@@ -490,7 +491,7 @@ Text Underline Position: the 'text-underline-position' property</h3>
490491
<p>UAs <em>must</em> adjust line positions
491492
to match the shifted metrics of <i>decorating boxes</i> shifted
492493
with 'vertical-align' values other than ''vertical-align/baseline'' [[!CSS2]]
493-
or subscripted/superscripted via 'font-variant-position' [[!CSS3-FONTS]],
494+
or subscripted/superscripted via 'font-variant-position' [[!CSS-FONTS-3]],
494495
but <em>must not</em> adjust the line position or thickness
495496
in response to descendants of a <i>decorating box</i> that are so styled.
496497
This allows superscripts and subscripts to be properly decorated
@@ -901,7 +902,7 @@ Text Shadows: the 'text-shadow' property</h2>
901902
<p>This property accepts a comma-separated list of shadow effects to
902903
be applied to the text of the element. Values are interpreted as for
903904
'box-shadow'
904-
[[!CSS3BG]].
905+
[[!CSS-BACKGROUNDS-3]].
905906
(But note that spread values and the ''box-shadow/inset'' keyword are not allowed.)
906907
Each layer shadows the element's text and all its text decorations
907908
(composited together).
@@ -1071,7 +1072,7 @@ Changes</h2>
10711072
(<a href="https://drafts.csswg.org/css-text-decor-3/issues-cr-2013#issue-6">Issue 6</a>)
10721073
<li>Noted that the positions of ruby annotations may be adjusted
10731074
to avoid conflicts with text decorations.
1074-
(<a href="https://drafts.csswg.org/css-text-decor-3/issues-cr-2013#issue-21>Issue 21</a>)
1075+
(<a href="https://drafts.csswg.org/css-text-decor-3/issues-cr-2013#issue-21">Issue 21</a>)
10751076
<li>Changed initial value of 'text-shadow' to be <code>currentColor</code>.
10761077
(<a href="https://drafts.csswg.org/css-text-decor-3/issues-cr-2013#issue-28">Issue 28</a>)
10771078
<li>Fixed error in “Computed value” line for 'text-shadow'.

0 commit comments

Comments
 (0)