-
@treshugart thanks for contributing this library, it's a wonderful implementation.
My only question is are there any plans to optionally render custom elements without shadow DOM/shadow Roots? This w…
-
I understand that it requires a JS based solution -- is expanding height animation something that you want as part of this library?
From my understanding, the jerky feel of the current expanding beha…
-
Consider this testcase:
var t = document.createElement("textarea");
t.appendChild(document.createElement("span")).appendChild(document.createTextNode("TEXT"));
…
-
Due to the lack of the input event + a broken implementation of mutation observers, I suppose
-
We should abstract our polling, replace it with available optimizations and tricks, and polyfill with polling.
Look into:
- [x] Mutation observers
- [ ] [CSS3 transition callbacks](http://gotofritz.n…
-
## Version **2.2.12** of [semantic-ui](https://github.com/Semantic-Org/Semantic-UI) just got published.
Branch
Build failing 🚨
Dependency
…
-
Let's follow here all the issues with Edge.
**NOTE:** Having the dev tools open makes Edge extremely unstable. This is ridiculous... but you need to test it with the console closed.
**STATUS UPD…
-
In Polymer 2.0-preview, we made a shift from strict equality dirty checking on all accessors to gate property effect work such as binding and observers, to only dirty checking primitive values and all…
-
Currently mutation observer covers a huge ground. But with this excellent coverage there's a high performance and it's the consume of client's resources.
Because of that I'd like to check how we can …
iddan updated
7 years ago
-
## Version **3.9.1** of [can-util](https://github.com/canjs/can-util) just got published.
Branch
Build failing 🚨
Dependency
can-u…