* Daniel Friesen wrote:
Embarrassing? You do realize that the validator is complaining that it sees `<ul></ul>`, right? I can't even find the spot in the HTML4 or XHTML1 spec where it says that a perfectly fine marked up list is invalid if it doesn't contain any items.
http://www.w3.org/TR/html4/struct/lists.html#edef-UL defines it as taking `(LI)+` as content, where `+` means "one or more".