Some additional little things about Check Book:
- I've just performed a test deleting the first ending </p> (in line 16). And the warning/error I get is mismatch with the ending </body> (in line 69). Is this behaviour correct? I mean: can <p> be nested INSIDE other <p>, which is what is actually happening? I also ask this because if I perform a Fix HTML what I actually get is the ending </p> in line 16, not in line 69 just before </body> (Possible incoherency between Check Book and Fix HTML?).
- As a suggestion: I would add the file name in the left window list. The current list is somehow confusing (as example I have a loooong list of nbsps with no hint about being different files, till you click on each one).
- I know that you are going to ignore entities like which is probably the best thing to do. But nevertheless, why generates a warning/error but, as example, — or ² don't? Irrelevant? Or the symptom of another possible hidden issue?
And another one about Fix HTML which actually looks like a bug:
- If I run it on a "good" HTML file from Sigil. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" xmlns:xml="http://www.w3.org/XML/1998/namespace"> is changed into just <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
- But if I delete the very first ending </p> (or any other </p> BTW) and then I run it what I got is this <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xmlnsU0003Axml="http://www.w3.org/XML/1998/namespace">