Skip to content

Invalid HTML5 #537

Open
Open
@Rotzbua

Description

@Rotzbua

Since this useful framework relies on native HTML, it would be good to use formally correct HTML in the documentation and examples.

The following facts are relatively unknown or ignored:

In HTML, a void element must not have an end tag. For example, `<input type="text"></input>` is invalid HTML.
Self-closing tags (<tag />) do not exist in HTML.

Source: https://developer.mozilla.org/en-US/docs/Glossary/Void_element

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions