I'm wondering where (if anywhere) to ask questions about HTML semantics and/or accessibility.
Examples:
- What is the correct way to semantically mark up a form?
- When should definition lists be used?
- What is the difference between
<em>and<i>in HTML5? - When is a
<div>more appropriate than a<p>tag? - How do I write proper alt text for icons?
Stack Overflow doesn't seem like the place, and neither does User Experience, Webmasters or Programmers. Nothing on Area 51 seemed to be appropriate either.
Some of these examples are somewhat subjective, but not completely. I have seen similar questions on Stack Overflow, they seemed technically off topic or were borderline.
Any suggestions?
