Skip to content

Separate static and dynamic parts #1668

Open
@saschanaz

Description

@saschanaz

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:

  1. serve static parts as respec2html already does
  2. serve dynamic UI parts as separate modules
  3. avoid removeOnSave

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions