Skip to content

Commit 13cc206

Browse files
committed
[css2] Minor fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40927
1 parent e70cab7 commit 13cc206

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/text.src

Lines changed: 4 additions & 4 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 2.5 1998-02-13 18:17:46 ijacobs Exp $ -->
3+
<!-- $Id: text.src,v 2.6 1998-02-17 00:32:39 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -434,8 +434,8 @@ style sheet.
434434
<H3>Line breaks</H3>
435435

436436
<p>To force a line break with CSS2, authors may specify one with the
437-
<a href= "generate.html#before-after-content">`:before' or
438-
`:after'</a> pseudo-elements. Thus, the BR element in HTML
437+
<a href= "generate.html#before-after-content">':before' or
438+
':after'</a> pseudo-elements. Thus, the BR element in HTML
439439
may be described as follows:</p>
440440

441441
<pre class="example">
@@ -444,7 +444,7 @@ BR:before {content: "\A"}
444444

445445
<p>See <a href="generate.html">"Generated content and automatic
446446
numbering"</a> for explanations of the <span class=
447-
"propinst-content">`content'</span> property and the use of the
447+
"propinst-content">'content'</span> property and the use of the
448448
"\A" escape sequence.
449449

450450
</BODY>

0 commit comments

Comments
 (0)