Skip to content

Commit d7e9efd

Browse files
committed
[css2] Missed part of edit for issue 219.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403166
1 parent 5ebc903 commit d7e9efd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css2/text.src

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 2.78 2011-03-15 23:09:02 bbos Exp $ -->
3+
<!-- $Id: text.src,v 2.79 2011-03-23 01:00:30 bbos Exp $ -->
44
<head>
55
<title>Text</title>
66
<meta http-equiv="Content-Style-Type" content="text/css">
@@ -434,7 +434,9 @@ line breaks within text.</dd>
434434
of white space. Lines are broken at preserved newline characters,
435435
and as necessary to fill line boxes.</dd>
436436
<dt>pre-line</dt>
437-
<dd>This value directs user agents to collapse sequences of white space. Lines are broken at newlines in the source, at occurrences of "\A" in generated content, and as necessary to fill line boxes.</dd>
437+
<dd>This value directs user agents to collapse sequences of white
438+
space. Lines are broken at preserved newline characters, and as
439+
necessary to fill line boxes.</dd>
438440
</dl>
439441
<p>
440442
Newlines in the source can be represented by a carriage return

0 commit comments

Comments
 (0)