- From: David Woolley <david@djwhome.demon.co.uk>
- Date: Tue, 22 Jul 2003 23:34:28 +0100 (BST)
- To: www-html@w3.org
> <section class="qa">
Why is this not an element?
> <p><qst>It's been a decade since 242 released any new material.
Why are qst and ans inline elements, forcing a complicated content
model, and restricting both to a single paragraph?
Why is there not a content model (which I would expect to look more
or less the same as dl)? A content model is needed, otherwise the most
important piece of information cannot be cleanly specified: which
answer belongs to which question.
> <p><ans><qst>Did I really say that?</qst></ans></p>
This begins to get messy, but I'd suggest that the structure here is
really:
<qa><qst>.....?</qst>
<ans><qa><qst>Did...that?</qst>
<ans>....</ans>
</qa>
</ans>
</qa>
Received on Tuesday, 22 July 2003 18:34:32 UTC