scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.52k stars 345 forks source link

selfclosing for html too #250

Closed aehlke closed 9 months ago

aehlke commented 1 year ago

this is valid in html for many years now and is ignored. this makes it easier to use the output in both html and xhtml pages, which otherwise fail for eg <img>.

scinfu commented 9 months ago

thank you