Skip to content

Commit de05802

Browse files
committed
[css2] Added shadow-effect value for text-shadow
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401777
1 parent 20ab6d5 commit de05802

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

css2/text.src

Lines changed: 11 additions & 1 deletion
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 2.21 1998-05-12 12:49:02 bbos Exp $ -->
3+
<!-- $Id: text.src,v 2.22 1999-11-02 19:12:54 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -175,6 +175,16 @@ is the same as for the element itself.
175175
<P>Each shadow effect must specify a shadow offset and may optionally
176176
specify a blur radius and a shadow color.
177177

178+
<P>The syntax for
179+
<span class="index-def" title="&lt;shadow-effect&gt;::definition
180+
of"><a name="value-def-shadow-effect">&lt;shadow-effect&gt;</a></span>
181+
is the following:</P>
182+
183+
<PRE>
184+
&lt;color&gt;? &lt;length&gt; &lt;length&gt; &lt;length&gt;? |
185+
&lt;length&gt; &lt;length&gt; &lt;length&gt;? &lt;color&gt;?
186+
</PRE>
187+
178188
<P>A shadow offset is specified with two <span class="index-inst"
179189
title="&lt;length&gt;"><span
180190
class="value-inst-length">&lt;length&gt;</span></span> values that

0 commit comments

Comments
 (0)