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

@oleersoy I don't think so. `is` is supposed to [customize/extend built-in elements](https://www.w3.org/TR/custom-elements/#custom-elements-core-concepts), so you could use their parsing, accessibility features, etc. even before your element is upgraded. For example: `<input is="spaceship-coordinates">`, `<template is="enhanced-template">`.

-- 
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-258024696

Received on Wednesday, 2 November 2016 22:57:53 UTC