Platform/HTML5 parser tasks: Difference between revisions

Change CNN Money from evang to parser bug
(Change CNN Money from evang to parser bug)
Line 4: Line 4:


* Fix "[HTML5]" bugs marked [https://bugzilla.mozilla.org/buglist.cgi?priority=P2;short_desc=%5bHTML5%5d;field0-0-0=short_desc;query_format=advanced;bug_status=NEW;bug_status=ASSIGNED;short_desc_type=allwordssubstr;type0-0-0=notsubstring;value0-0-0=%5bPatch%5d P2]. (hsivonen)
* Fix "[HTML5]" bugs marked [https://bugzilla.mozilla.org/buglist.cgi?priority=P2;short_desc=%5bHTML5%5d;field0-0-0=short_desc;query_format=advanced;bug_status=NEW;bug_status=ASSIGNED;short_desc_type=allwordssubstr;type0-0-0=notsubstring;value0-0-0=%5bPatch%5d P2]. (hsivonen)
** [https://bugzilla.mozilla.org/show_bug.cgi?id=570309 570309] -- > closing comments breaks CNN Money
*** Simple to fix in code, but the fix may break more sites. Gotta try and feed the findings back to the spec.
** [https://bugzilla.mozilla.org/show_bug.cgi?id=566879 566879] innerHTML-inserted form controls participate in form state restoration (regressing from making innerHTML parse directly into the context node)
** [https://bugzilla.mozilla.org/show_bug.cgi?id=566879 566879] innerHTML-inserted form controls participate in form state restoration (regressing from making innerHTML parse directly into the context node)
*** Fix exists. Test case still needed.
*** Fix exists. Test case still needed.
Line 46: Line 48:
***Site rep CCed on the bug.
***Site rep CCed on the bug.
***Bad browser sniffing leads to document.write without an insertion point
***Bad browser sniffing leads to document.write without an insertion point
** [https://bugzilla.mozilla.org/show_bug.cgi?id=570309 570309] Breakage on CNN Money.
***No owner.
***Breakage caused by a tradeoff where the other options have downsides, too.
254

edits