adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
844 stars 30 forks source link

parser: Handle self-closing elements and void elements #127

Open paulsmith opened 6 months ago

paulsmith commented 6 months ago

🌟 These changes improve the HTML parser to properly handle self-closing elements and void elements according to the HTML spec.

Fixes #126