[Webkit-unassigned] [Bug 35207] all xhtml documents fail to render when XHTMLMP enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 23:51:34 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35207





--- Comment #4 from Charles Wei <charles.wei at torchmobile.com.cn>  2010-02-22 23:51:34 PST ---
Thanks, George,  and Eric, for the review. 

The change for WML is a clean-up of the code.   That piece of code is actually
identical for both XHTMLMP, WML and XHTML,  I just cleaned it up by removing
the XHTMLMP and WML to remove the redundent code. 


1255    #if !ENABLE(XHTMLMP)
1256            || (extId == "-//WAPFORUM//DTD XHTML Mobile 1.0//EN")
1257    #endif

should only be enabled for XHTMLMP,  while the original code makes it avaiable
only if XHTMLMP is disabled,  that is wrong .


I hope this makes it clear and you will re-consider and take the patch . If you
have other comments, I would be glad to work on that.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list