Thanks Ryosuke! That's looking a lot better.
/#!/JoePea
On Mon, Apr 11, 2016 at 10:28 AM, Ryosuke Niwa wrote:
> That's exactly what we're doing. The latest spec uses ES6 class constructor
> to define custom elements. See an example below this section in DOM spec:
>
That's exactly what we're doing. The latest spec uses ES6 class constructor to
define custom elements. See an example below this section in DOM spec:
https://dom.spec.whatwg.org/#concept-element-custom-element-state
- R. Niwa
> On Apr 10, 2016, at 7:58 PM, /#!/JoePea wrote: