Skip to content

Tidy does not complain about valign in <tr>, <th> or <td> #711

Description

@petdance

This file gives no errors:

<!DOCTYPE html>
<html>
    <head>
        <title>Blah</title>
    </head>
    <body>
        <table>
            <tr valign="middle">
                <th valign="middle">
                    heading
                </th>
                <td valign="top">
                    cell
                </td>
            </tr>
        </table>
    </body>
</html>

What I see shows that valign is no longer valid in HTML5

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions