You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesy21#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
tslnc04
added a commit
to tslnc04/tl
that referenced
this issue
Apr 28, 2024
Fixesy21#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
With this example:
will be wrongly changed to
The text was updated successfully, but these errors were encountered: