I had some site templates designed for me recently. I got the final HTML code, which validates, but the structure of the document is laid out using DL / DD pairs, ie:
<dl>
<dd class="some-class">
Some text.
</dd>
</dl>
I'm not especially familiar with those tags as I've never used them much in the past, but, they don't seem like they're supposed to be used for document structure. Am I right? Why would a designer do this?
Edit:
Answer: Yes, this is WTF code.
