[Bug 11309] This doesn't take account of null characters; they should likely be ignored as in the In Body case

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11309

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |ian@hixie.ch

--- Comment #1 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-11-14 22:05:25 UTC ---
Hm, yeah. I did consider this, but had incorrectly concluded it didn't matter.
But I guess we want <table>[space][space] to result in the same DOM as
<table>[space][null][space], so I should add NULL to the list of characters in
that section.

-- 
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 Sunday, 14 November 2010 22:05:28 UTC