Skip to content

Commit c3cfb01

Browse files
committed
[css-text-decor-3] Fix more links
1 parent 8e0ca96 commit c3cfb01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-text-decor-3/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,8 @@ <h2 class="heading settled" data-level="4" id="text-shadow-property"><span class
12331233
<td><a href="https://www.w3.org/TR/css-transitions-1/#animtype-shadow-list">shadow list</a>
12341234
</table>
12351235
<p>This property accepts a comma-separated list of shadow effects to
1236-
be applied to the text of the element. Values are interpreted as for <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-background-3/#propdef-box-shadow" id="ref-for-propdef-box-shadow">box-shadow</a> <a data-link-type="biblio" href="#biblio-css-backgrounds-3">[CSS-BACKGROUNDS-3]</a>.
1237-
(But note that spread values and the <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-background-3/#shadow-inset" id="ref-for-shadow-inset">inset</a> keyword are not allowed.)
1236+
be applied to the text of the element. Values are interpreted as for <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-box-shadow" id="ref-for-propdef-box-shadow">box-shadow</a> <a data-link-type="biblio" href="#biblio-css-backgrounds-3">[CSS-BACKGROUNDS-3]</a>.
1237+
(But note that spread values and the <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-backgrounds-3/#shadow-inset" id="ref-for-shadow-inset">inset</a> keyword are not allowed.)
12381238
Each layer shadows the element’s text and all its text decorations
12391239
(composited together).
12401240
If the color of the shadow is not specified,
@@ -1252,7 +1252,7 @@ <h2 class="heading settled" data-level="4" id="text-shadow-property"><span class
12521252
It is undefined whether a given shadow layer shadows
12531253
each glyph or decoration independently
12541254
or if the text and/or decorations are flattened and then shadowed. </p>
1255-
<p>Unlike <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-background-3/#propdef-box-shadow" id="ref-for-propdef-box-shadow①">box-shadow</a>, text shadows are not clipped to the shadowed
1255+
<p>Unlike <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-box-shadow" id="ref-for-propdef-box-shadow①">box-shadow</a>, text shadows are not clipped to the shadowed
12561256
shape and may show through if the text is partially-transparent.
12571257
Like <span class="property">box-shadow</span>, text shadows do not influence layout, and do not
12581258
trigger scrolling or increase the size of the scrollable area. </p>

0 commit comments

Comments
 (0)