Skip to content

Logically invalid HTML is messed up #435

@adrian-zon

Description

@adrian-zon

Input:

<!DOCTYPE html>
<html>
  <head>
    <title>TITLE</title></head>
  <body>
    <table class=wrapper>
      <div class="parent">
        <table class="child"></table>
      </div>
    </table>
  </body>
</html>

Output:

<!DOCTYPE html><html><head>
    <title>TITLE</title></head>
  <body>
    <div class="parent">
        </div><table class="wrapper">
      </table><table class="child"></table>
      
    
  
</body></html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions