I'd like to do the following, but is it semantically correct?
<button> <div></div> <div></div> </button>
The current HTML5 draft says it is incorrect.
http://www.w3.org/TR/2012/WD-html5-20120329/the-button-element.html#the-button-element says that a <button> must contain only Phrasing content. Phrasing content is defined as including <span> but not <div>.
<button>
<span>
<div>
1.4m articles
1.4m replys
5 comments
57.0k users