Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Wrong render output with valid HTML5 #5

Closed
fubar-coder opened this issue Jul 10, 2019 · 1 comment
Closed

Wrong render output with valid HTML5 #5

fubar-coder opened this issue Jul 10, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@fubar-coder
Copy link

Test HTML:

<!doctype html><meta charset=utf-8><title>shortest html5</title>

Output:

<!doctype html>
<meta charset="utf" -8>
<title>
  shortest html5
</title>
@Tyrrrz Tyrrrz added the bug Something isn't working label Jul 10, 2019
@Tyrrrz
Copy link
Owner

Tyrrrz commented Jul 10, 2019

Looks like it's a parsing issue, "-8" is treated as a separate attribute.

@Tyrrrz Tyrrrz closed this as completed in 66b494f Jul 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants