- From: <bugzilla@jessica.w3.org>
- Date: Tue, 22 Jan 2013 22:32:41 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20487 --- Comment #5 from Dimitri Glazkov <dglazkov@chromium.org> --- (In reply to comment #4) > You need to patch createElementNS too. > > And presumably have a namespace check, somewhere? Or should registering > "x-foo" affect both html:x-foo and svg:x-foo? Yup, working on it. I am thinking something along the lines of: you can't create custom elements out of it unless your namespace and qualifiedName are asking for HTML namespace. I need to read up on whether this still lets us create SVGElement-derived custom elements. I think it does. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 22 January 2013 22:32:43 UTC