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 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
439439may 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
446446numbering"</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>
You can’t perform that action at this time.
0 commit comments