I’ve been using the w3c validator again, so for fun I just tried it on my blog. There were very few errors, so I fixed them. Kudos for the WordPress team and the theme designer. Not that I care that much about having a green light on the validator, but it always feels good
.
So here is where the problems were:
- Inside some of the posts. The WYSIWYG editor’s justify/center align button seems to generate tag soup occasionally. In particular when you have an empty p tag, it’s fine in the editor but somehow when it gets rendered the closing tag seems to drop.
- The code I got from Google Reader to add my shared items had a URL with an & not escaped.
I can now proudly show this button! For now, because I don’t know when one of my posts is going to break the validity again… Not only I can’t completely trust WordPress’ editor, but I often edit the HTML code of my posts and can occasionally make a mistake.

No Comments