Y
Hacker News
new
|
ask
|
show
|
jobs
by
phpnode
4667 days ago
it's annoying that it can't be used more than once per page. It would be useful to also have a <content> element, e.g.
<article> <header>...</header> <content>...</content> <footer>...</footer> </article>
2 comments
hober
4667 days ago
It can be used more than once per page:
http://www.whatwg.org/specs/web-apps/current-work/multipage/...
link
phpnode
4667 days ago
W3C states explicitly that it can't so this is yet another instance where whatwg and w3c disagree leaving developers wondering what to do.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ma...
link
MLR
4666 days ago
Maybe using section there would be acceptable, it's the closest thing I can think of at least.
link