Skip to content

Known issue(Vue HTML): HTML intention will change, empty nodes, empty attributes #5

@zealot128

Description

@zealot128

replacing HTML is tricky, We are using Nokogiri, but that will modify the DOM layout sometimes:

  • indention is changed
  • Empty nodes that are nonstandard <MyComponent/> might be expanded
  • Empty attributes such as v-b-tooltip> might be expanded to ``v-b-tooltip=""`

There are already a couple of workarounds in place work around those issues, but might need more.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions