Re: [webkit-dev] Disable the automated markup fixes

2013-04-02 Thread Elliott Sprehn
This is just the behavior of the HTML5 parser not something special about webkit. Why do you want to turn it off? On Tue, Apr 2, 2013 at 6:58 PM, Aaron Lewis wrote: > Hi Ben, > > Thanks for reply, > > But I checked the source code, the "createMarkup" function is from > WebCore, so it's not abou

Re: [webkit-dev] Disable the automated markup fixes

2013-04-02 Thread Aaron Lewis
Hi Ben, Thanks for reply, But I checked the source code, the "createMarkup" function is from WebCore, so it's not about QtWebkit, right? Correct me if I'm wrong On Wed, Apr 3, 2013 at 9:57 AM, Benjamin Poulain wrote: > On Tue, Apr 2, 2013 at 6:53 PM, Aaron Lewis > wrote: >> >> I'm runnin

Re: [webkit-dev] Disable the automated markup fixes

2013-04-02 Thread Benjamin Poulain
On Tue, Apr 2, 2013 at 6:53 PM, Aaron Lewis wrote: > I'm running a test app with QtWebkit, looks like webkit is attempting > to fix invalid markups automatically, > > For page contents like this, > [...] Wrong mailing list. This is the QtWebKit mailing list: https://lists.webkit.org/mailman/lis

[webkit-dev] Disable the automated markup fixes

2013-04-02 Thread Aaron Lewis
Hi, I'm running a test app with QtWebkit, looks like webkit is attempting to fix invalid markups automatically, For page contents like this, <><> The first <> is considered invalid if refer to W3C standards, thus webkit would encode it to <> Can this feature be turned off? -- Best Regards, Aa