Skip to content

Commit 5c14f19

Browse files
committed
[css2] text-shadow-color to text-shadow
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40215
1 parent 92c8057 commit 5c14f19

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css2/properties/properties.db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ allowed on <'font-size'> and <'line-height'>
167167
0;; block-level elements;; yes;; refer to parent element's width
168168
*/
169169

170-
/* text-shadow-color;; none | <color> [, <color> ]*;; none;; all;; No, but see
170+
/* text-shadow;; none | <color> [, <color> ]*;; none;; all;; No, but see
171171
clarification below;; Indicate transparency */
172172

173173
/* alignment;; left | right | center | justify;;

css2/text.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 1.16 1997-10-03 20:51:19 ian Exp $ -->
3+
<!-- $Id: text.src,v 1.17 1997-10-03 21:59:23 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -104,9 +104,9 @@ In the following example, all links are underlined
104104
can support blinking.
105105

106106
<H3>Text shadows: the <span
107-
class="propinst-text-shadow-color">'text-shadow-color'</span> property</H3>
107+
class="propinst-text-shadow">'text-shadow'</span> property</H3>
108108

109-
<!-- #include src=properties/text-shadow-color.srb -->
109+
<!-- #include src=properties/text-shadow.srb -->
110110

111111
<P>CSS2 allows authors to create text shadow effects with this
112112
property.
@@ -115,7 +115,7 @@ property.
115115
So, for example, the following rule:
116116

117117
<PRE>
118-
P { text-shadow-color: black }
118+
P { text-shadow: black }
119119
</PRE>
120120

121121
<P>creates a black text shadow down and to the right of the text.

0 commit comments

Comments
 (0)