File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
171171clarification below;; Indicate transparency */
172172
173173/* alignment;; left | right | center | justify;;
Original file line number Diff line number Diff line change 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
104104can 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
112112property.
@@ -115,7 +115,7 @@ property.
115115So, 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.
You can’t perform that action at this time.
0 commit comments