Skip to content

Commit 6a0144b

Browse files
committed
[css2] fix issue 140 for Tantek
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402455
1 parent e20deaa commit 6a0144b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css2/text.src

Lines changed: 3 additions & 1 deletion
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.51 2006-05-09 12:51:47 fantasai Exp $ -->
3+
<!-- $Id: text.src,v 2.52 2006-05-09 13:41:23 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Text</title>
@@ -478,6 +478,8 @@ As each line is laid out,
478478
<li>If a space (U+0020) at the end of a line has 'white-space' set to
479479
'normal', 'nowrap', or 'pre-line', it is also removed.
480480
</li>
481+
<li>If spaces (U+0020) or tabs (U+0009) at the end of a line have
482+
'white-space' set to 'pre-wrap', UAs may visually collapse them.
481483
</ol>
482484

483485
<div class="note"><p>

0 commit comments

Comments
 (0)