View Single Post
Old 09-29-2015, 10:36 AM   #68
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,906
Karma: 6120478
Join Date: Nov 2009
Device: many
Hi broiny,

Even if you turn off Cleaning on Open and Save, any time a file is not well-formed, it is passed through a cleaning stage so that it becomes at least well-formed enough to properly parse. Also, you can manually invoke reformatting the html and again this setting is used.

Also, on a related note, fyi - all xhtml files are passed through gumbo and "auto-fixed" to be parse-able when opened no matter what. This is needed to be able to update any links when the file is first loaded and moved to its new home inside of Text. Regular gumbo tries hard to not mess things up (unlike its predecessor Tidy) but it will still be invoked upon load to make sure the files can actually load and display properly.

Hope this explains things.

Kevin

Quote:
Originally Posted by brolny View Post
Of course it is not important at all, but a little unusual and confuses -
when Open and Save checkboxes are both unchecked,
I still can change radiobattons for cleaning types,
because they are enabled and one is selected.
KevinH is offline