Skip to content

Warn on tables with missing cells #674

@jidanni

Description

@jidanni

Shouldn't tidy warn about tables with missing cells?

   <table border="1">
      <tr>
        <td>A</td>
        <td>B</td>
      </tr>
      <tr>
        <td>1</td>
      </tr>
    </table>

The boss will say "Great presentation, Williams" until he sees our
mangled table... if indeed the browser gets that far trying to render it!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions