- From: <bugzilla@jessica.w3.org>
- Date: Tue, 22 Jun 2010 06:10:26 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9965 --- Comment #8 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> 2010-06-22 06:10:25 --- (In reply to comment #7) > The key thing is http://www.w3.org/TR/xml/#AVNormalize and that text/html > parsing doesn't (and won't due to compat concerns) have an equivalent step. ]] For a white space character (#x20, #xD, #xA, #x9), append a space character (#x20) to the normalized value. [[ That point in XML - http://www.w3.org/TR/xml/#AVNormalize - does _not_ say that multiple spaces (#x20) should be collapsed into a single space. And, like I said: the DOM inspectors of Firefox, Opera and Safari, _in XML mode_: also doesn't remove multiple consecutive occurences of teh space (#x20;) character. Are we agreement about that? -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Tuesday, 22 June 2010 06:10:27 UTC