Hi,

I'm running a test app with QtWebkit, looks like webkit is attempting
to fix invalid markups automatically,

For page contents like this,

<body><><br/>&lt;&gt;</body>

The first <> is considered invalid if refer to W3C standards, thus
webkit would encode it to &lt;&gt;

Can this feature be turned off?

As Ben pointed out, I should be modifying the HTML5 Parser, so where
should I start?

--
Best Regards,
Aaron Lewis - PGP: 0xDFE6C29E ( http://keyserver.veridis.com )
Finger Print: 9482 448F C7C3 896C 1DFE 7DD3 2492 A7D0 DFE6 C29E
_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-help

Reply via email to