Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support document.registerElement(). #46

Closed
treshugart opened this issue Jul 10, 2014 · 0 comments
Closed

Support document.registerElement(). #46

treshugart opened this issue Jul 10, 2014 · 0 comments
Assignees
Milestone

Comments

@treshugart
Copy link
Member

Underneath the hood, skate should use the native DOM methods for registering custom elements if they are supported, otherwise just fallback to normal operation.

It should use native when:

  1. Native is supported, otherwise fallback.
  2. The tag name has a dash in it, otherwise fallback.
  3. The component is compatible with tag bindings. If it supports other bindings then use native for the custom element and fallback for the others.
@treshugart treshugart added this to the 0.11.0 milestone Aug 26, 2014
@treshugart treshugart modified the milestones: 0.12.0, 0.11.0 Oct 14, 2014
@treshugart treshugart changed the title Skate should support document.registerElement(). Support document.registerElement(). Oct 28, 2014
@treshugart treshugart modified the milestones: 0.13.0, 0.12.0 Oct 28, 2014
@treshugart treshugart self-assigned this Dec 5, 2014
treshugart added a commit that referenced this issue Dec 12, 2014
Use document.registerElement if compatible and available
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant