So here I have a couple of sloppy unclosed font tags in a snippet of html. The cleaner is throwing font tags everywhere. Is this expected behaviour or is something wrong with the cleaning?
I apologize if this is a duplicate. I posted this a week ago and it flashed "held for moderation" on my screen and then promptly disappeared. Had to rewrite it from memory.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So here I have a couple of sloppy unclosed font tags in a snippet of html. The cleaner is throwing font tags everywhere. Is this expected behaviour or is something wrong with the cleaning?
raw
cleaned
Here's my command line settings:
outputtype=htmlcompact
advancedxmlescape=false
specialentities=false
unicodechars=false
omitcomments=true
omitxmldecl=true
omitdoctypedecl=true
omithtmlenvelope=true
useemptyelementtags=true
(This is based on the latest repository, 3.11?)
I apologize if this is a duplicate. I posted this a week ago and it flashed "held for moderation" on my screen and then promptly disappeared. Had to rewrite it from memory.