November 2008
1 post
CSS Positioning the Legend Tag
So lately I’ve been working on validating code. I don’t often have to rely on a validator but I didn’t write this markup and some of it was very hastily written. That’s not important but it is how I came to find some strange cross-browser bugs and I’d like to share one I found during the validation process.
Now, the rule for the legend element is that it can only be nested inside a fieldset and...