Name deprecated on A element
I’m probably the only Web-developer who didn’t know this: a on-page hyperlink (those beginning with #) also works with any id attribute, you don’t need an A element with a name attribute at the receiving end. The name attribute on A attributes has been deprecated as of XHTML 1.1. I found out trying to validate an XHTML 1.1 page. This actually makes sense.
