Re: [w3c/webcomponents] The is="" attribute is confusing? Maybe we should encourage only ES6 class-based extension. (#509)

@tomalec thanks for pointing out the article and the demos.  I really enjoyed reading the article - sincerely.

This is the part I don't get.  We are saying that we need `<template is="juicy-template">`.  But before we can use that we need to import `web-components-light` and the corresponding component implementation for `juicy-template`.  So if we need to import both of these to get `<template is="juicy-template"> to upgrade, then why not just specify `<template is="juicy-template"> as `<juicy-template>`?.  To me it seems that they are the same thing post importing the needed dependencies to get either case to run?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/509#issuecomment-259165753

Received on Tuesday, 8 November 2016 15:23:41 UTC