1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
3 <body style=
"border-style: solid; border-color: red;
4 width: 640px; font-family:Monaco; word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; " contenteditable=
"true">
5 <p style=
"color:blue">-- Following text and list are whitespace:NORMAL only
</p>
6 <p>0123456789012345678901234567890<BR>X XX XXX
</p>
7 <ol><li>a X
</li><li>bb X
</li><li>ccc X
</li></ol>
8 <p style=
"color:blue">-- Following text and list are whitespace:PRE only
</p>
9 <ol style=
"white-space:pre"><li>a X
</li><li>bb X
</li><li>ccc X
</li></ol>
10 <p style=
"white-space:pre">012345678901234567890123456789012345678901234567890<BR>X XX XXX XXXX XXXXX
</p>
11 <p style=
"color:blue">-- Following text mixes whitespace:NORMAL and whitespace:PRE
</p>
12 <p>AAAA BBBB CCCC DDDD EEEE FFFF GGGG HHHH IIII JJJJ
<SPAN class=
"Apple-tab-span" style=
"white-space:pre"> </SPAN>KKKK
</p>