<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><br><div>> From: jens@meiert.com<br>> Date: Mon, 17 Mar 2014 19:47:30 +0200<br>> Subject: Re: [html5] How to mark up FAQ<br>> To: gbakerled@outlook.com<br>> CC: help@lists.whatwg.org<br>> <br>> Two very quick cents:<br>> <br>> > <h1>Question</h1><br>> > <p>Answer</p><br>> > <h1>Question</h1><br>> > <p>Answer</p><br>> <br>> Since you probably have a <h1> (“FAQ”?) these might turn into <h2>s,<br>> which should result in quite sensible markup.</div><div><br></div><div>True, although I thought <hx>, 2 <= x <= 6 was now discouraged in favor of the explicit <section>s, so:</div><div><h1>FAQ</h1></div><div><section></div><div>  <h1>Question></h1></div><div>  <p>Answer</p></div><div></section></div><div><div><section></div><div>  <h1>Question></h1></div><div>  <p>Answer</p></div><div></section></div></div><div>...</div><div><br>> <br>> > I searched but couldn't find anything related to marking up FAQs in the<br>> > spec, (including section 4.13).<br>> <br>> I’m not sure this is a use case that’s spec-worthy. </div><div><br></div><div>Actually Ian points out there's mention in the <dl> section.</div><div><br></div><div>> Ultimately an FAQ<br>> is like any other article (in a document sense), just with the<br>> convention of phrasing each heading as a question. (Haven’t pondered<br>> much about this but feels right at the time of writing ;)</div><div><br></div><div>Yeah, that's a really good way of looking at it -- thanks.</div><div><br>> <br>> -- <br>> Jens O. Meiert<br>> http://meiert.com/en/<br></div>                                         </div></body>
</html>