Platform/HTML5 parser tasks: Difference between revisions

Line 7: Line 7:
*** Need to fix random orange.
*** Need to fix random orange.
**Bugs waiting on Hixie or W3C WGs
**Bugs waiting on Hixie or W3C WGs
*** [https://bugzilla.mozilla.org/show_bug.cgi?id=560256 560256] Old document gets blown away when dynamically added script does document.write.
**** Ignoring document.write from network task sources when the insertion point is undefined would mitigate 4 out of the 6 current HTML5 parser evang bugs. [http://www.w3.org/Bugs/Public/show_bug.cgi?id=9767 Spec bug filed].
**** Patch exists, need to adjusts tests to match.
*** [https://bugzilla.mozilla.org/show_bug.cgi?id=569528 569528] <h5> inside <button> inside <p> implicitly closes the <p>
*** [https://bugzilla.mozilla.org/show_bug.cgi?id=569528 569528] <h5> inside <button> inside <p> implicitly closes the <p>
*Reviews on patches
*Reviews on patches
Line 15: Line 12:
****Patch that anticipates a spec change exists.
****Patch that anticipates a spec change exists.
** [https://bugzilla.mozilla.org/show_bug.cgi?id=568470 568470] A page with a sleep() in the script generating it shows no data until after the sleep ends (bnewman)
** [https://bugzilla.mozilla.org/show_bug.cgi?id=568470 568470] A page with a sleep() in the script generating it shows no data until after the sleep ends (bnewman)
** [https://bugzilla.mozilla.org/show_bug.cgi?id=560256 560256] Old document gets blown away when dynamically added script does document.write. (sicking)
** [https://bugzilla.mozilla.org/show_bug.cgi?id=570898 570898] Isindex prompt initialized too early (sicking)
** [https://bugzilla.mozilla.org/show_bug.cgi?id=570898 570898] Isindex prompt initialized too early (sicking)
** [https://bugzilla.mozilla.org/show_bug.cgi?id=571389 571389] <basefont> breaks out of <head> (sicking)
** [https://bugzilla.mozilla.org/show_bug.cgi?id=571389 571389] <basefont> breaks out of <head> (sicking)
254

edits