Skip to content

Conversation

@tslnc04
Copy link

@tslnc04 tslnc04 commented Apr 28, 2024

Fixes #65 by adding a skip whitespace before and after the name of a closing tag. Also adds a test to verify that this functions properly, based on the example in #65.

Note that the HTML spec does not allow for whitespace between the </ and the tag name, although this is accepted by these changes to maintain symmetry with the parsing of the start of a tag which started allowing whitespace between < and the tag name in c532c72.

Fixes y21#65 by adding a skip whitespace before and after the name of a
closing tag. Also adds a test to verify that this functions properly,
based on the example in y21#65.

Note that the [HTML spec] does not allow for whitespace between the `</`
and the tag name, although this is accepted by these changes to maintain
symmetry with the parsing of the start of a tag which started allowing
whitespace between `<` and the tag name in c532c72.

[HTML spec]: https://html.spec.whatwg.org/multipage/syntax.html#end-tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cannot handle line return inside closing tags

1 participant