Google recommends using the attribute itemscope with div tags and span tags. Can they be used with HTML 5 section tag without trouble ?
<section id="product" itemscope itemtype="http://data-vocabulary.org/Product">
....
</section>
Google recommends using the attribute itemscope with div tags and span tags. Can they be used with HTML 5 section tag without trouble ?
<section id="product" itemscope itemtype="http://data-vocabulary.org/Product">
....
</section>
Yes. The specs explicitly use the
<section>
tags in an example. They also use other tags besides<div>
and<span>
as well.