Skip to content

Parse error in html tags without closing tag #6

Open
@flip111

Description

@flip111

For example https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input

<input type="text" id="name" name="name" required minlength="4" maxlength="8" size="10">

Result

Expected EOF

But with closing slash (not required in html, but optional)

<input type="text" id="name" name="name" required minlength="4" maxlength="8" size="10" />

Result

[ HH.input [ HP.type "text", HP.id_ "name", HP.name "name", HP.required "", HP.minlength "4", HP.maxlength "8", HP.size "10" ] ]

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