Chris Hoess wrote:
> 
> As Garth commented,
> we should be stripping whitespace from CDATA attributes, but I don't think
> we do this yet.

We strip '\t', '\n' and '\r', but no spaces. Additionally we
strip '\b', which is wrongly treated as whitespace at many
places in Mozilla. Does anybody know why we include '\b' in the
set of whitespace characters? Should I file a bug about it?

For <style type=" text/css"> I guess we ignore the type
attribute altogether.

Bug for stripping whitespace is
http://bugzilla.mozilla.org/show_bug.cgi?id=42287 .

Clarence

Reply via email to