Web Development Gripes
Just a page of miscelaneous gripes about web development, and some coding tips. I'll add stuff into here from time to time.
XHTML Validation
In fact the reason this page even exists is because of my first gripe, wih XHTML verification. The "Content" list on the right is automatically generated, but I didn't have pages in all of my chapters. So it created this code:
This code, while seemingly fine, is not valid in XHTML. Throws this error:
... . Acceptable nesting is: ...end tag for "ul" which is not finished
Most likely, you nested tags and closed them in the wrong order. For example
And, since it's automatically generated code, the only way to solve that is creating this page.