cassowary.js icon indicating copy to clipboard operation
cassowary.js copied to clipboard

[DEMO: Panels] Fix element subclassing in c.inherit() to work in Gecko

Open slightlyoff opened this issue 13 years ago • 0 comments

We currently rely on some proto magic with regards to existing DOM elements to provide the illusion of subclassing HTML elements. Combined with Mutation Observers, this allows us to fake HTML subclassing in the panels demo. We need a way to do the imperative part of this in Gecko (perhaps by routing through the parser first?)

slightlyoff avatar Jul 19 '12 12:07 slightlyoff