Bug 37170
Summary: | [Qt] When XHTMLMP is enabled, all xhtml documents fail to render | ||
---|---|---|---|
Product: | WebKit | Reporter: | Laszlo Gombos <laszlo.gombos> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | jturcotte, staikos |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All |
Laszlo Gombos
A bug has been found in the XMLTokenizer when XHTMLMP is enabled, see bug 35207 (https://bugs.webkit.org/show_bug.cgi?id=35207).
QtWebKit has its own XMLTokenizer and this bug has not been fixed for Qt as part of the bug 35207.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Laszlo Gombos
Bug 34262 has some very relevant discussion.
As it stands now I think QtWebKit treats XHTML-MP by default (that is if XHTML-MP flag is not set) XHTML content, but if Qt makes the same change as it has been made on the main tokenizer than XHTML-MP content will be treated as non-XHTML.
Laszlo Gombos
XHTMLMP support has been removed, this bug is no longer relevant - see https://bugs.webkit.org/show_bug.cgi?id=69729.