[uf-discuss] Q&A
Andy Mabbett
andy at pigsonthewing.org.uk
Thu Dec 14 11:03:18 PST 2006
In message <20061214092844.GL4471 at malware>, "Michael(tm) Smith"
<mikes at opera.com> writes
>What semantic markup would be useful for a complete FAQ?
>
> <div class="qaset">
"faqset", surely?
> <div class="qadiv">
Need not be a div.
> <dl class="qa">
> <dt class="qtn">Is it semantically meaningless to use
>divs?</dt>
> <dd class="ans">
[...]
> </dd>
> </dl>
> </div>
> </div>
>
>Overkill? Or missing something?
I don't believe that FAQs should be limited to dl sets; they could
easily use other elements. To give one example:
<div class="faqset>
<h3 class="question">
Who's the most handsome member of this list?
</h3>
<p class="answer">Why, Andy Mabbett, of course!</p>
</div>
and here's an example of that in the wild, which, er, you might
recognise...
<http://microformats.org/wiki/faq>
--
Andy Mabbett
* Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>
* Free Our Data: <http://www.freeourdata.org.uk>
* Are you using Microformats, yet: <http://microformats.org/> ?
More information about the microformats-discuss
mailing list