We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20deaa commit 6a0144bCopy full SHA for 6a0144b
1 file changed
css2/text.src
@@ -1,6 +1,6 @@
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
<html lang="en">
3
-<!-- $Id: text.src,v 2.51 2006-05-09 12:51:47 fantasai Exp $ -->
+<!-- $Id: text.src,v 2.52 2006-05-09 13:41:23 fantasai Exp $ -->
4
<head>
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
<title>Text</title>
@@ -478,6 +478,8 @@ As each line is laid out,
478
<li>If a space (U+0020) at the end of a line has 'white-space' set to
479
'normal', 'nowrap', or 'pre-line', it is also removed.
480
</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.
483
</ol>
484
485
<div class="note"><p>
0 commit comments