Thread: 'Ragged' code!
View Single Post
Old 05-06-2021, 11:27 AM   #8
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,849
Karma: 6120478
Join Date: Nov 2009
Device: many
It is not the parser that serializes things. A parser just builds the dom-like node tree. Beautification comes from how you serialize the tree back to text / xhtml.

Gumbo like all browser parsers is a an automatic mend/repair parser. It can take horrible html junk code and still build a viable node tree using the official rules of html5+ whatwg parsing.
KevinH is online now   Reply With Quote