View Single Post
Old 12-10-2013, 03:39 PM   #290
arspr
Dead account. Bye
arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.
 
Posts: 587
Karma: 668244
Join Date: Mar 2011
Device: none
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 &nbsp; which is probably the best thing to do. But nevertheless, why &nbsp; generates a warning/error but, as example, &mdash; or &sup2; 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">

Last edited by arspr; 12-10-2013 at 03:43 PM.
arspr is offline