Manuel Gonzlez Noriega wrote:
How would you mark up an interview?
a) <dl><dt>q</dt><dd>a</dd></dl>
b) <p class="q">q</p><p class="a">a</p>
c) <hx>q</hx><p>a</p>
d) Other
This afternoon, at work, we were feeling risky and went for a) and i'm
curious if you think it's fine, plain wrong or so-so.

I'd think it would be situation dependent.
a) doesn't work well if there are multiple interviewers or interviewees, or for a debate.
b) doesn't work well for multi-paragraph questions or answers.
c) has a combination of both problems, plus isn't very semantic


a) seems like the best approach to me, with the addition of some class attributes to indicate the speaker thusly:
<dl>
<dt class="host">Who are you?</dt>
<dd class="bobdole">Bob Dole is Bob Dole</dd>
<dd class="algore">I'm not Bob Dole</dd>
</dl>


*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************




Reply via email to