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 "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33<html lang="en">
4- <!-- $Id: text.src,v 2.32 2002-11-28 21:26:09 bbos Exp $ -->
4+ <!-- $Id: text.src,v 2.33 2002-11-29 20: 21:05 bbos Exp $ -->
55<head>
66<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77<title>Text</title>
@@ -319,7 +319,7 @@ line breaks within text.
319319of whitespace. Lines are broken at newlines in the source,
320320at occurrences of "\A" in generated content,
321321and as necessary to fill line boxes.
322- <dt><span class="proposed"> pre-line | pre-lines</span>
322+ <dt>pre-line
323323<dd>This value collapses whitespace as for 'normal', except
324324occurrences of newlines in the source or "\A" in generated content
325325do cause line breaks.
@@ -333,7 +333,7 @@ in generated content.
333333pre { white-space: pre }
334334p { white-space: normal }
335335td[nowrap] { white-space: nowrap }
336- :before,:after { white-space: <span class="proposed"> pre-line | pre-lines</span> }
336+ :before,:after { white-space: pre-line }
337337</pre>
338338<p>In addition, the effect of an HTML PRE element with the <em>non-standard</em> "wrap" attribute is demonstrated by the following example:
339339<pre>
You can’t perform that action at this time.
0 commit comments