Skip to content

Commit ebc892a

Browse files
committed
[css2] Added link to first-line and first-letter
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40130
1 parent eb6150d commit ebc892a

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

css2/text.src

Lines changed: 11 additions & 3 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.12 1997-09-23 14:23:20 ian Exp $ -->
3+
<!-- $Id: text.src,v 1.13 1997-09-24 03:03:40 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -40,7 +40,9 @@ typically have default values for each element.
4040
style sheets, and use the UA's default values instead. See the section
4141
on <a href="convent.html#conformance">conformance</a> for more information.
4242

43-
<H2>Capitalization</H2>
43+
<H2>Case</H2>
44+
45+
<H3>Capitalization</H3>
4446

4547
<H4><a name="propdef-text-transform">'text-transform'</a></H4>
4648
<!-- #include src=properties/text-transform.srb -->
@@ -86,6 +88,13 @@ In this example, all text in an H1 element is transformed to uppercase
8688
</PRE>
8789
</div>
8890

91+
<H3>Special first letter/first line</H3>
92+
93+
<P>Please consult the sections on <a
94+
href="./selector.html#first-line">first line</a> and <a
95+
href="./selector.html#first-letter">first letter</a> for information
96+
on specially formatting the first letter or line of a paragraph.
97+
8998
<H2>Letter and word spacing</H2>
9099

91100
<H4><a name="propdef-letter-spacing">'letter-spacing'</a></H4>
@@ -248,7 +257,6 @@ can support blinking.
248257
<H3>Text shadows</H3>
249258
<em>This is a placeholder.</em>
250259

251-
252260
<H2>Text in HTML</H2>
253261
<H3>Forcing a line break</H3>
254262

0 commit comments

Comments
 (0)