-
I know it's boring, but to be consistent with names ... should we call this `can-bind-dom` (and rename `can-stache-bindings` to `can-bind-stache`) or `can-dom-bindings`?
-
Your DOM file is very good one. You style by using js.. Good job!
But you have a lot of comments that you did not need. You can delete them to make the code prettier.
-
Ability to extend the native DOM elements
- Final states - states that cannot be override (e.g. input:disabled)
- ...
-
when using shadow dom the cursor position does not work correctly. When deleting characters, the cursor flies to the end.
The problem is in the `document.ActiveElement` method in `createTextMaskInpu…
-
The DOM is absolutely massive so the site takes a performance site, despite the icons being asynchronously loaded.
Perhaps load the first 100 icons and load the rest once the user focuses on the sear…
-
Since can-component `events` deprecated:
https://canjs.com/doc/can-component.prototype.events.html
There isn't a happy path solution for the DOM event delegation that it provided
-
Create aliases to match the common API
https://www.w3schools.com/jsref/dom_obj_all.asp
https://github.com/koute/stdweb
-
does it support react-router-dom@5+
-
I understand that nodom is sort of internal utility belt for re:dom, but I would like to use it for my testing purposes (where I can't use neither phantomjs, nor jsdom). So far all works great and as …
-
I'm not able to achieve page transitions with the mentioned DOM replacement callbacks, resp. the example in the documentation or from your demo site. The callback function (e.g. "transition") doesn't …