Skip to content

Commit ee4fd78

Browse files
committed
[css-text-decor] Fix bikeshed warnings and errors
1 parent 1c4304f commit ee4fd78

File tree

2 files changed

+1766
-942
lines changed

2 files changed

+1766
-942
lines changed

css-text-decor/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ Text Decoration Shorthand: the 'text-decoration' property</h3>
302302
<td><dfn>text-decoration</dfn>
303303
<tr>
304304
<th><a href="#values">Value</a>:
305-
<td><var><a href="#text-decoration-line">&lt;text-decoration-line&gt;</a></var> ||
306-
<var><a href="#text-decoration-style">&lt;text-decoration-style&gt;</a></var> ||
307-
<var><a href="#text-decoration-color">&lt;text-decoration-color&gt;</a></var>
305+
<td><var><<'text-decoration-line'>></var> ||
306+
<var><<'text-decoration-style'>></var> ||
307+
<var><<'text-decoration-color'>></var>
308308

309309
<tr>
310310
<th>Initial:
@@ -899,7 +899,7 @@ Emphasis Mark Shorthand: the 'text-emphasis' property</h3>
899899
<td><dfn>text-emphasis</dfn>
900900
<tr>
901901
<th><a href="#values">Value</a>:
902-
<td>'&lt;<a href="#text-emphasis-style">text-emphasis-style</a>&gt;' || '&lt;<a href="#text-emphasis-color">text-emphasis-color</a>&gt;'
902+
<td><<'text-emphasis-style'>> || <<'text-emphasis-color'>>
903903

904904
<tr>
905905
<th>Initial:
@@ -1095,9 +1095,9 @@ Text Shadows: the 'text-shadow' property</h2>
10951095

10961096
<p>This property accepts a comma-separated list of shadow effects to
10971097
be applied to the text of the element. Values are interpreted as for
1098-
<a href="http://www.w3.org/TR/css3-background/#the-box-shadow">'box-shadow'</a>
1098+
'box-shadow'
10991099
[[!CSS3BG]].
1100-
(But note that spread values and the ''inset'' keyword are not allowed.)
1100+
(But note that spread values and the ''box-shadow/inset'' keyword are not allowed.)
11011101
Each layer shadows the element's text and all its text decorations
11021102
(composited together).
11031103
If the color of the shadow is not specified,
@@ -1228,7 +1228,7 @@ Appendix C: Default UA Stylesheet</h2>
12281228
<p class="issue">
12291229
If you find any issues, recommendations to add, or corrections,
12301230
please send the information to <a href="mailto:www-style@w3.org">www-style@w3.org</a>
1231-
with <kbd>[[SHORTNAME]]</kbd> in the subject line.
1231+
with <kbd>[SHORTNAME]</kbd> in the subject line.
12321232

12331233
<div class='example'>
12341234
<p>

0 commit comments

Comments
 (0)