Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Document how to create <polymer-element>s without Shadow DOM #121

Closed
ebidel opened this issue Aug 9, 2013 · 3 comments
Closed

Document how to create <polymer-element>s without Shadow DOM #121

ebidel opened this issue Aug 9, 2013 · 3 comments

Comments

@ebidel
Copy link
Contributor

ebidel commented Aug 9, 2013

Overriding methods.

Polymer/polymer#222

@ebidel
Copy link
Contributor Author

ebidel commented Oct 4, 2013

@ebidel ebidel closed this as completed Oct 4, 2013
@jyasskin
Copy link

jyasskin commented Nov 3, 2013

Are you sure http://www.polymer-project.org/polymer.html#createlightdom addresses this bug? It explains how to create light dom instead of shadow dom, but not how to simply omit stamping out the template.

It looks like the right instruction is to override fetchTemplate() to return null.

@ebidel
Copy link
Contributor Author

ebidel commented Nov 3, 2013

Yes, it addresses the original issue. lightdom overrides what Polymer does with the first <template>. Completely customizing that is another issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants