question-answer-brainstorming: Difference between revisions
Jump to navigation
Jump to search
AndyMabbett (talk | contribs) m (fmt) |
AndyMabbett (talk | contribs) (multi-page FAQs) |
||
Line 4: | Line 4: | ||
The "question-answer" microformat proposes to formalize the relationships between '''questions and answers''' (including "'''FAQs'''") published within a single HTML document (and possibly a set of documents). Such formalization should allow for reuse of questions and answers in new contexts, e.g. search engines, IM bots, etc. | The "question-answer" microformat proposes to formalize the relationships between '''questions and answers''' (including "'''FAQs'''") published within a single HTML document (and possibly a set of documents). Such formalization should allow for reuse of questions and answers in new contexts, e.g. search engines, IM bots, etc. | ||
==Multi-page FAQs== | |||
Based on [http://www.nhs.uk/England/NoAppointmentNeeded/WalkInCentres/Default.aspx] (extraneous detail omitted) | |||
Current mark-up: | |||
<nowiki><a href="/england/noappointmentneeded/walkincentres/walkincentreservices.cmsx">What services does a Walk-in Centre offer?</a></nowiki> | |||
Possible solution (tentative class-names): | |||
<nowiki><a class="question answer-at" href="/england/noappointmentneeded/walkincentres/walkincentreservices.cmsx">What services does a Walk-in Centre offer?</a></nowiki> | |||
== See also == | == See also == |
Revision as of 21:06, 15 December 2006
Questions and Answers
Purpose
The "question-answer" microformat proposes to formalize the relationships between questions and answers (including "FAQs") published within a single HTML document (and possibly a set of documents). Such formalization should allow for reuse of questions and answers in new contexts, e.g. search engines, IM bots, etc.
Multi-page FAQs
Based on [1] (extraneous detail omitted)
Current mark-up:
<a href="/england/noappointmentneeded/walkincentres/walkincentreservices.cmsx">What services does a Walk-in Centre offer?</a>
Possible solution (tentative class-names):
<a class="question answer-at" href="/england/noappointmentneeded/walkincentres/walkincentreservices.cmsx">What services does a Walk-in Centre offer?</a>