[Webkit-unassigned] [Bug 17403] WebKit Creates Invalid Xhtml Links with Ajax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 13 23:56:55 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17403





------- Comment #18 from ap at webkit.org  2008-04-13 23:56 PDT -------
Created an attachment (id=20521)
 --> (http://bugs.webkit.org/attachment.cgi?id=20521&action=view)
test contextual parsing

The only problem I can see is that is that createContextualFragment is still
not contextual - it doesn't use any context from the node it is invoked on, see
this test case. Even in the original test case, the elements would end up in
null namespace AFAICT. Daniel says there are many things that are contextual,
besides namespaces - are there any others that we should care about?

 483     // XML_PARSE_NODICT: default dictionnary option.

An extra "n" in "dictionary" here.


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



More information about the webkit-unassigned mailing list