Skip to content

tidy -i decides which line a comment belongs on #900

Open
@jidanni

Description

@jidanni

Perhaps tidy -i should better respect that this comment was not
associated with any line:

 <p>A</p>

 <!-- COMMENT -->

 <p>B</p>

Which alas becomes

  <p>A</p><!-- COMMENT -->
  <p>B</p>

At least it should be like plain tidy,

  <p>A</p>
  <!-- COMMENT -->
  <p>B</p>

tidy 5.6 HTML 5.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions