Skip to content

Commit 9eb7002

Browse files
committed
[css2] First attempt at text shadow. Incomplete
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40145
1 parent 286c508 commit 9eb7002

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

css2/text.src

Lines changed: 27 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 1.13 1997-09-24 03:03:40 ian Exp $ -->
3+
<!-- $Id: text.src,v 1.14 1997-09-24 22:06:32 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -255,6 +255,32 @@ In the following example, all links are underlined
255255
can support blinking.
256256

257257
<H3>Text shadows</H3>
258+
259+
<H4><a name="propdef-text-shadow-color">text-shadow-color'</a></H4>
260+
<!-- #include src=properties/text-shadow-color.srb -->
261+
262+
<P>CSS2 allows authors to create text shadow effects with this
263+
property.
264+
265+
<div class="example"><P>
266+
So, for example, the following rule:
267+
268+
<PRE>
269+
P { text-shadow-color: black }
270+
</PRE>
271+
272+
<P>creates a black text shadow down and to the right of the text.
273+
</div>
274+
275+
<P>Text shadows increase the size of an element's box.
276+
277+
<P><em>[Editor's note: The remaining sections of the text shadow
278+
proposal were not clear enough to be translated. More explanation
279+
is required.]</em>
280+
281+
<H2>Generated text</H2>
282+
<em>This is a placeholder.</em>
283+
<H2>Automatic numbering</H2>
258284
<em>This is a placeholder.</em>
259285

260286
<H2>Text in HTML</H2>

0 commit comments

Comments
 (0)