Open
Description
For example:
webidl-clipboard.js
has a part that can be static (adding clipboard copy buttons) and a dynamic UI part (adding event listeners to those added buttons). Currently respec2html removes any dynamic UI features and this causes weird situation that users cannot use the feature in respec2html-generated page.
We may separate those two parts so that we can ultimately:
- serve static parts as respec2html already does
- serve dynamic UI parts as separate modules
- avoid removeOnSave
What do you think?