Skip to content

Should tidy allow an empty title element? #839

@lifecrisis

Description

@lifecrisis

Tidy will accept the following minimal document:

<!DOCTYPE html><title></title>

The validator at https://html5.validator.nu/ will accept the same document only if the <title> element is not empty:

<!DOCTYPE html><title>.</title>

Who is correct?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions