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