Re: [webcomponents]: Of weird script elements and Benadryl

On Fri, Apr 12, 2013 at 3:56 PM, Rick Waldron <waldron.rick@gmail.com> wrote:
>
>
>
> On Fri, Apr 12, 2013 at 6:52 PM, Dimitri Glazkov <dglazkov@google.com>

> Can you point me to some concrete example, docs, implementation, code
> (anything) that I might gain some insight into these generated constructors
> you speak of? Thanks :)

Spec: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#elements-and-dom-interfaces

Implementation in Blink/WebKit:
https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/WebCore/dom/CustomElementConstructor.h

Implementation in Mozilla:
https://hg.mozilla.org/integration/mozilla-inbound/diff/871fea464883/content/base/src/nsDocument.cpp#l1.245

Hope this helps!

:DG<

Received on Friday, 12 April 2013 23:14:50 UTC