[Bug 8825] "begin to use the bytes provided for the document as the input stream for that parser" is way too vague -- it should relate to the parsing tasks mentioned in the event loop section ("one per byte" etc)

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


Henri Sivonen <hsivonen@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsivonen@iki.fi




--- Comment #1 from Henri Sivonen <hsivonen@iki.fi>  2010-01-27 10:26:32 ---
Please make sure that parsing the empty stream is allowed to take two main
event loop tasks.

Currently, in Gecko with the HTML5 parser, one task does the initial setup and
there's always another task that pushes the EOF through. Changing this would be
a pain.


-- 
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 Wednesday, 27 January 2010 10:26:33 UTC