Skip to content

Commit 27e0040

Browse files
committed
[css2] Minor changes, probably temporary, but make document work.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40525
1 parent 93c8599 commit 27e0040

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

css2/selector.src

Lines changed: 2 additions & 2 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: selector.src,v 1.39 1997-12-11 15:05:55 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 1.40 1997-12-11 17:25:29 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -813,7 +813,7 @@ pseudo-elements</h3>
813813

814814
<p>The ':before' and ':after' pseudo-elements can be used to insert
815815
fixed text before or after an element. They are explained in the
816-
chapter on <a href="generated-text>"Generated text."</a>
816+
chapter on <a href="text.html#generated-text">generated text.</a>
817817

818818
<h3>Overlapping pseudo-elements</h3>
819819

css2/text.src

Lines changed: 14 additions & 2 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.22 1997-12-10 14:34:14 howcome Exp $ -->
3+
<!-- $Id: text.src,v 1.23 1997-12-11 17:25:33 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -346,8 +346,20 @@ typically have default values for each element.
346346
style sheets, and use the UA's default values instead. See the section
347347
on <a href="convent.html#conformance">conformance</a> for more information.
348348

349-
<H2>Generated text</H2>
349+
<H2><a name="generated-text">Generated text</a></H2>
350350
<em>This is a placeholder.</em>
351+
352+
<!-- #include src=properties/content.srb -->
353+
354+
<P>The values have the following meanings:
355+
356+
<ul>
357+
<li><span class="index-def" title="&lt;string&gt;, definition of"><a
358+
name="value-def-string">&lt;string&gt;</a></span>: ???
359+
<li><span class="index-def" title="&lt;counter&gt;, definition of"><a
360+
name="value-def-counter">&lt;counter&gt;</a></span>: ???
361+
</ul>
362+
351363
<H2>Automatic numbering</H2>
352364
<em>This is a placeholder.</em>
353365

0 commit comments

Comments
 (0)