Skip to content

Commit 5e77a3c

Browse files
committed
[css2] Standardized on 'pre-line' instead of 'pre-lines'
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401989
1 parent 11d68c3 commit 5e77a3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/text.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
319319
of whitespace. Lines are broken at newlines in the source,
320320
at occurrences of "\A" in generated content,
321321
and 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
324324
occurrences of newlines in the source or "\A" in generated content
325325
do cause line breaks.
@@ -333,7 +333,7 @@ in generated content.
333333
pre { white-space: pre }
334334
p { white-space: normal }
335335
td[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>

0 commit comments

Comments
 (0)