Is it semantically correct to nest definition lists, or should they simply be a 'flat list of name/value pairs'.
The specs don't seem to forbid it.
Further to this question.
|
|
Is it semantically correct to nest definition lists, or should they simply be a 'flat list of name/value pairs'. The specs don't seem to forbid it. Further to this question.
|
||
|
|
|
|
Well the spec seems to allow it, provided that only the |
||
|
|
|
|
At the spec says:
A But each of these can contain more |
||
|
|
|
Sure. There's nothing wrong with nested |
||
|
|
|
|
If it works in all the browsers, then do it. I know this might be controversial, and a lot of people will probably tell you it isn't the way it's supposed to be used. The unwritten rules of webdesign, like using lists for almost anything, are just what people have decided to do. There is no reason why you should be using float (which purpose is to float an image inside a block of text) to layout every little detail on a website. But if you try to use tables you are an apparently an idiot from the pre-bubble era, and you have no idea how to design. So, do what you want to do, and don't make things more complicated just to fix the problem. |
||
|
|
|
|
Interesting question. It's true that DefLists are intended to represent Keys and Values, but the multiplicity on those isn't 1 it's 1+. If that complexity is allowed, and bearing in mind that dt's are inline, I see no semantic problem with representing defining something in terms of a tree of other things. |
||
|
|