File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.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
255255can 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>
You can’t perform that action at this time.
0 commit comments