Jonas Sicking wrote:
Wouldn't it work if we stuck normal <input> elements into the binding? I.e. would that store the state, or would we detect that it lives inside a binding and abort? I seem to recall some code that aborted when we try to store the state for anonymous content, but i'm not sure why we do that.
Mostly because we can't create usable state keys for anonymous content and because anonymous content ends up depending on presentation as things stand. At least that's my guess.
-Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

