using <html> tag

Hi all,

On http://schema.org/WebPage Example 1:
<body> element contains microdata mark up:

<body itemscope itemtype="http://schema.org/WebPage">
...
</body>


Is using <html> element appropriate for the same purpose? I tested on
validators, all OK. But i couldn't be sure.
I want to use current head section elements and their content for
http://schema.org/Webpage properties such as:

<!DOCTYPE HTML>
<html itemscope="itemscope" itemtype="http://schema.org/WebPage" lang="en">
<head>
<meta itemprop="description" name="description" content="Description
of the page" />
<title itemprop="name">Title of the page</title>
...
</head>
<body itemscope="itemscope"
itemtype="http://schema.org/CollectionPage" itemprop="about">
...
</body>
</html>

Best,
Ozer

Received on Tuesday, 29 May 2012 13:13:13 UTC