[Webkit-unassigned] [Bug 16833] Acid3 expects createElementNS to throw exception for localname = ":div"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 12 17:59:12 PST 2008


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





------- Comment #7 from eric at webkit.org  2008-01-12 17:59 PDT -------
I didn't include a changelog in the patch, but here's the gist:

This patch fixes the interesting test cases in Acid3 test23.  This makes us
agree with the W3C as well as Mozilla wrt throwing exceptions from create*NS. 
This cannot be a compat issue with IE since IE does not support either of these
methods.  Mozilla is also moving to match our/the spec's behavior.

Most interesting was ":div" which we didn't throw about due to not checking
prefix.isEmpty(), there were also a few obscure cases from the spec, where DOM
Core Level 2 requires that you disallow "xmlns" and "xml" as prefixes when not
matched with their correct namespace.


-- 
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