You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using <polymer extends=".. I can extend native HTML elements and Polymer Custom Elements, but I cannot extend Custom Element created with native JS.
Here is jsfiddle
/sub
On May 13, 2014 2:15 AM, "Tomek Wytrębowicz" [email protected]
wrote:
Using <polymer extends=".. I can extend native HTML elements and Polymer
Custom Elements, but I cannot extend Custom Element created with native JS.
Here is jsfiddle http://jsfiddle.net/tomalec/ae3CV/5/
Element created with
where my-n-list is Custom Element created by
document.register('my-n-list',...);, simply does not work.
Is this a bug, or is design to extend only HTML and
Polymer elements?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/496
.
Using
<polymer extends="..
I can extend native HTML elements and Polymer Custom Elements, but I cannot extend Custom Element created with native JS.Here is jsfiddle
Element created with
where
my-n-list
is Custom Element created bydocument.register('my-n-list',...);
, simply does not work.Is this a bug, or is
<polymer-element>
design to extend only HTML and Polymer elements?The text was updated successfully, but these errors were encountered: