File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1063,35 +1063,15 @@ Emphasis Mark Position: the 'text-emphasis-position' property</h3>
10631063<h2 id="text-shadow-property">
10641064Text 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 | [ <length>{2,3} && <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 value:
1090- <td> a color plus three absolute <length>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
You can’t perform that action at this time.
0 commit comments