Needs review
Project:
Kit
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2012 at 07:39 UTC
Updated:
11 May 2012 at 15:08 UTC
Section 4. Element attributes states that each of node, block and comment "Must include a single root level `<div>` element."
This is all well and nice but if we are using HTML5 we can (and should), in the node and comment cases use the new <article> element instead of a div.
The spec should be updated to reflect this.
Comments
Comment #0.0
alexweber commentedescaped html tags so they appear in plain text
Comment #0.1
alexweber commentedclarified post
Comment #1
alexiswatson commentedSimilarly, according to the HTML5 spec, in the case of blocks we should be using <section>:
Leave it to the themer to determine proper semantics; simply indicating that there is a single root element with a specific class should suffice.
Comment #2
alexiswatson commentedComment #2.0
alexiswatson commentedfix typo