- From: <bugzilla@jessica.w3.org>
- Date: Fri, 08 Feb 2013 23:33:08 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20486 --- Comment #11 from Dimitri Glazkov <dglazkov@chromium.org> --- (In reply to comment #10) > (In reply to comment #9) > > Ah, thanks. > > > > Are the steps in step 4 done in order? If so, seems like this so far throws > > on all non-HTML namespaces right? Just making sure that's intended. > > Step 4.3 needs "Otherwise" in front, fixing. https://dvcs.w3.org/hg/webcomponents/rev/ebbacfd65fde > The key thing is that I am moving all of the namespace machinery to > registration, rather than instantiation. Big refactor change to align the > rest of the bits in a minute. This is now done. Using Anne's element interface hook, createElement/createElementNS monkeypatches are much simpler now, and document.register is the one that ensures proper name/namespace. https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#monkeypatch-create-element -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 8 February 2013 23:33:13 UTC