Re: XMLSerializer should run HTML serialization algorithm when input doc is HTML

2009-07-02 Thread Giovanni Campagna
2009/7/2 Cameron McCormack c...@mcc.id.au: Henri Sivonen: Gecko bug: https://bugzilla.mozilla.org/show_bug.cgi?id=500937 The proposed patch there and (based on black-box testing) WebKit solve the issue by running the HTML serialization algorithm when the owner document of the input node is

Re: XMLSerializer should run HTML serialization algorithm when input doc is HTML

2009-07-02 Thread Henri Sivonen
On Jul 2, 2009, at 12:11, Giovanni Campagna wrote: 2009/7/2 Cameron McCormack c...@mcc.id.au: Henri Sivonen: Gecko bug: https://bugzilla.mozilla.org/show_bug.cgi?id=500937 The proposed patch there and (based on black-box testing) WebKit solve the issue by running the HTML serialization

Re: XMLSerializer should run HTML serialization algorithm when input doc is HTML

2009-07-02 Thread Boris Zbarsky
Giovanni Campagna wrote: Then we need a discussion about the possibility of having a spec for XMLSerializer, having already DOM3LS. Which probably needs changes similar to what Henri proposed to actually work correctly with HTML5. -Boris

XMLSerializer should run HTML serialization algorithm when input doc is HTML

2009-07-01 Thread Henri Sivonen
Gecko bug: https://bugzilla.mozilla.org/show_bug.cgi?id=500937 The proposed patch there and (based on black-box testing) WebKit solve the issue by running the HTML serialization algorithm when the owner document of the input node is an HTML document. This should probably be in a spec