Skip to content

Parse error in html tags without closing tag #6

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" ] ]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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