Dave Dixon
Dave Dixon
Simple example of #t here: https://github.com/sparkofreason/hash-meta/blob/master/examples/clj/hasht.clj
Yes, that sounds right.
A potential issue with patching DOM calls might occur if you were using more than one Web Components-ish library. I don't know that anyone else is doing something like Polymer...
Let me play with it. My first impression is that `register-node-prefix!` and `IVirtualElement` covers it.
Looking at the implementation of DOMElement as a starting point. It seems that PolymerDOMElement would share most of that implementation. Could we instead make the DOM API an argument to...
From what I can tell from their docs and code, that seems like it will be the key piece for Polymer 1.0.
I guess the key question is whether freactive is going to expect things to maintain a specific place in the DOM, i.e. in the `` example, are you going to...
Looks good. Presumably, when I want to do something similar as Polymer, moving things as rendered in "logical" DOM to another place in the actual DOM, I would implement IVirtualElement...
So I think I have a relevant case for projection. The Polymer `` element uses z-order to ensure that the dialog appears on top of everything else. However, if ``...