Skip to content

Commit fe04a35

Browse files
committed
[css-text-decor] Fix computed value line for text-shadow.
1 parent 6032a44 commit fe04a35

File tree

2 files changed

+193
-68
lines changed

2 files changed

+193
-68
lines changed

css-text-decor/Overview.bs

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,35 +1063,15 @@ Emphasis Mark Position: the 'text-emphasis-position' property</h3>
10631063
<h2 id="text-shadow-property">
10641064
Text Shadows: the 'text-shadow' property</h2>
10651065

1066-
<table class="propdef">
1067-
<tr>
1068-
<th>Name:
1069-
<td><dfn>text-shadow</dfn>
1070-
<tr>
1071-
<th><a href="#values">Value</a>:
1072-
<td>none | [ &lt;length>{2,3} && &lt;color>? ]#
1073-
<tr>
1074-
<th>Initial:
1075-
<td>none
1076-
<tr>
1077-
<th>Applies to:
1078-
<td>all elements
1079-
<tr>
1080-
<th>Inherited:
1081-
<td>yes
1082-
<tr>
1083-
<th>Percentages:
1084-
<td>N/A
1085-
<tr>
1086-
<th>Media:
1087-
<td>visual
1088-
<tr>
1089-
<th>Computed&#160;value:
1090-
<td>a color plus three absolute &lt;length&gt;s
1091-
<tr>
1092-
<th>Animatable:
1093-
<td>as <a href="http://www.w3.org/TR/css3-transitions/#animtype-shadow-list">shadow list</a>
1094-
</table>
1066+
<pre class="propdef">
1067+
Name: text-shadow
1068+
Value: none | [ <<length>>{2,3} && <<color>>? ]#
1069+
Initial: none
1070+
Applies to: all elements
1071+
Inherited: yes
1072+
Computed Value: any <<length>> made absolute; any specified color computed; otherwise as specified
1073+
Animatable: as <a href="http://www.w3.org/TR/css3-transitions/#animtype-shadow-list">shadow list</a>
1074+
</pre>
10951075

10961076
<p>This property accepts a comma-separated list of shadow effects to
10971077
be applied to the text of the element. Values are interpreted as for

0 commit comments

Comments
 (0)