Toolkitchen is a JavaScript library built on top of Web Components and designed to leverage the evolving web platform on modern browsers.
Questions tagged [toolkitchen]
2 questions
20
votes
1 answer
To what degree can the Shadow DOM be emulated using a polyfill?
Can the Shadow DOM W3C draft be polyfilled in JavaScript by providing custom functions for searching and traversing the DOM? Has this been done? The attempts I've found have been rather meek shims and appear not to make much effort to emulate the…

Patricia Brothers
- 243
- 2
- 5
1
vote
1 answer
Event bubbling in toolkitchen
I'm thinking of best practices for event bubbling in toolkitchen library. I have a nested markup with components and somewhere in this a button is pressed that should trigger an event somewhere in the hierarchy of components. This is an example, and…

Mattias Akerman
- 363
- 4
- 14