Rob Dodson
Rob Dodson
@NullVoxPopuli All of the frameworks on the site use [essentially the same karma.conf.js](https://github.com/webcomponents/custom-elements-everywhere/blob/master/libraries/react/karma.conf.js) which includes [a custom webpack build section](https://github.com/webcomponents/custom-elements-everywhere/blob/master/libraries/react/karma.conf.js#L60) for each. There's definitely variation in the webpack bits, in...
Definitely seems possible. Unfortunately I'd need someone to put together a PR because I haven't had much time to work on any open source projects outside of my current one...
@franktopel hm that's interesting. I guess a strawman proposal would be to create an element like `` and verifying that it has both the properties associated with a regular link,...
I think this would be a tricky test to add because the `is=""` attribute is not and likely will never be supported in Safari.
> What makes you think Safari likely will never support this? This comment from Safari is the best explanation I could find: https://github.com/w3c/webcomponents/issues/509#issuecomment-230700060 > Also, does that mean that you...
Absolutely! On Thu, Sep 28, 2017, 6:12 AM Josh Graham wrote: > I've been successfully using Aurelia with custom > elements for some time now. I would like to attempt...
ah yeah, someone filed an issue for windows support a while back: https://github.com/webcomponents/custom-elements-everywhere/pull/96 I've been meaning to take a second look at it, but don't have a windows machine handy...
That would be cool—I don't personally know when I'd have time to do that because this project is kind of a 10-20% time thing for me. I'd be very open...
oh good point. yeah we should at least check to make sure it doesn't break anything especially around events
> I do think it's fairly common that there are properties not set from corresponding attributes. Can you provide an example of a settable primitive data (string, boolean, number) property...