Skip to content

Commit b878fc1

Browse files
committed
[css-text-decor-3] Update links to new shortnames
1 parent 0828c66 commit b878fc1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css-text-decor-3/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ Values</h3>
6565

6666
<h3 id="terms">Terminology</h3>
6767

68-
<p>The terms <dfn><a href="https://www.w3.org/TR/css3-text/#grapheme-cluster">character</a></dfn>,
69-
<dfn><a href="https://www.w3.org/TR/css3-text/#letter">letter</a></dfn>, and
70-
<dfn><a href="https://www.w3.org/TR/css3-text/#content-language">content language</a></dfn>
68+
<p>The terms <dfn><a href="https://www.w3.org/TR/css-text-3/#grapheme-cluster">character</a></dfn>,
69+
<dfn><a href="https://www.w3.org/TR/css-text-3/#letter">letter</a></dfn>, and
70+
<dfn><a href="https://www.w3.org/TR/css-text-3/#content-language">content language</a></dfn>
7171
as used in this specification are defined in [[!CSS-TEXT-3]].
7272
Other terminology and concepts used in this specification are defined
7373
in [[!CSS2]] and [[!CSS-WRITING-MODES-4]].
@@ -268,7 +268,7 @@ Text Decoration Style: the 'text-decoration-style' property</h3>
268268
<p>This property specifies the style of the line(s) drawn for
269269
text decoration specified on the element. Values have the
270270
same meaning as for the
271-
<a href="https://www.w3.org/TR/css3-background/#the-border-style">border-style
271+
<a href="https://www.w3.org/TR/css-backgrounds-3/#the-border-style">border-style
272272
properties</a> [[!CSS-BACKGROUNDS-3]]. ''wavy'' indicates a wavy line.</p>
273273

274274
<p>
@@ -285,7 +285,7 @@ Text Decoration Color: the 'text-decoration-color' property</h3>
285285
Initial: currentcolor
286286
Inherited: no
287287
Computed value: the computed color
288-
Animation type: <a href="https://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
288+
Animation type: <a href="https://www.w3.org/TR/css-transitions-1/#animtype-color">color</a>
289289
</pre>
290290

291291
<p>This property specifies the color of text decoration (underlines
@@ -704,7 +704,7 @@ Emphasis Mark Style: the 'text-emphasis-style' property</h3>
704704
<p>The marks are drawn once for each <a>typographic character unit</a>.
705705
However, emphasis marks are <em>not</em> drawn for:
706706
<ul>
707-
<li><a href="https://www.w3.org/TR/css3-text/#word-separator">Word separators</a>
707+
<li><a href="https://www.w3.org/TR/css-text-3/#word-separator">Word separators</a>
708708
or other <a>characters</a> that
709709
belong to the Unicode separator classes (Z*).
710710
(But note that emphasis marks <em>are</em> drawn for a space
@@ -750,7 +750,7 @@ Emphasis Mark Color: the 'text-emphasis-color' property</h3>
750750
Value: <<color>>
751751
Initial: currentcolor
752752
Inherited: yes
753-
Animation type: <a href="https://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
753+
Animation type: <a href="https://www.w3.org/TR/css-transitions-1/#animtype-color">color</a>
754754
</pre>
755755

756756
<p>This property specifies the foreground color of the emphasis marks.</p>
@@ -896,7 +896,7 @@ Text Shadows: the 'text-shadow' property</h2>
896896
Initial: none
897897
Inherited: yes
898898
Computed value: any <<length>> made absolute; any specified color computed; otherwise as specified
899-
Animation type: <a href="https://www.w3.org/TR/css3-transitions/#animtype-shadow-list">shadow list</a>
899+
Animation type: <a href="https://www.w3.org/TR/css-transitions-1/#animtype-shadow-list">shadow list</a>
900900
</pre>
901901

902902
<p>This property accepts a comma-separated list of shadow effects to

0 commit comments

Comments
 (0)