Results 146 comments of François REMY

If you want to copy your event listeners, you can redispatch your events on the old node. That doesn't require destroying the currently existing abstraction. ``` function redirect(event) { var...

This was prompted by the line wrapping issue happening in tensorflow.js and driving me nuts. cc @bileschi @caisq (if this isn't merged, the fix is to make the name of...

@caisq Sure. This would happen for any model that has a few outputs/metrics.

Still relevant on the topic: https://lists.w3.org/Archives/Public/www-style/2013Apr/0711.html I have some more thoughts that are not reflected in this 4 years old thread, most notably the role custom properties could have here...

@jackdoyle Thanks for the use cases, they seem relevant. Here's a similar thing written using the solution I proposed: ``` :root { --GSAP: 1000; --GSAP_ROTATE: var(--GSAP) 0; --GSAP_SCALE: var(--GSAP) 1;...

@jonjohnjohnson This looks similar to the `cascade` proposal [1] [2] which I still support. The exact proposal you made ith currentValue does not seem feasible to implement as you use...

This is fantastic! You're right that I never considered multi column elements because I assumed one would simulate one by adding two regions where the column content would be, but...

I just had a look, and that was it. I was totally puzzled by this one, because when I tried to reproduce locally I didn't use uppercased letters in the...

That's a good question; I don't think there is a way to know this currently. Technically the polyfills runs at all times and updates as necessary, so I don't really...