In article <[EMAIL PROTECTED]>, Justin H. wrote: > 42287 Need to strip whitespace from ends of non-CDATA attributes in HTML > 87894 Whitespace (at least leading and trailing) should be trimmed > 94174 negocios.pt - URL malformed when HTML code like <A href=" > /categoria/doc.asp?cd=6365 " > > 47078 Newlines are not converted to whitespace in attributes > 95754 Should strip spaces from ends of CDATA attributes
95754 is a dupe of 87894 and I have marked it as such. 47078 is primarily held up by the fact that line breaks don't work now in tooltips; once they do, authors can insert them using " " and we can implement the small change necessary (strict mode only-Hixie tells me that some braindead scripts pass large wads of text around in attributes somehow, and stripping linefeeds will break them). > Attribute whitespace handling bugs (CDATA and non-CDATA) tends to break > images, links, etc... This is only a spall sampling of the large amount > of these bugs that have been filed (duped and non-duped). This doesn't > include any for XML whitespace handling, btw. Not to mention that > WYSIWYG editors tend to make this sort of mistake more often than is > comfortable for my taste. > Hmm. *Do* we have any bugs in XML whitespace handling? I'd assumed that expat handled it properly (after all, jclark wrote it), and left it at that... -- Chris Hoess
