made clearer that microdata is for HTML5
authorJeniT
Wed, 21 Dec 2011 12:04:57 +0000
changeset 59 b187767fc1b8
parent 58 ba4b375cb21f
child 60 b90ce8a5d037
made clearer that microdata is for HTML5
html-data-guide/index.html
--- a/html-data-guide/index.html	Wed Dec 21 10:43:21 2011 +0000
+++ b/html-data-guide/index.html	Wed Dec 21 12:04:57 2011 +0000
@@ -111,7 +111,7 @@
         <dt><a href="http://www.w3.org/TR/rdfa-in-html/">RDFa</a></dt>
         <dd>RDFa reuses existing HTML attributes such as <code>@href</code> and <code>@rel</code> and adds a few of its own to enable data to be extracted from HTML pages as RDF. RDFa was originally designed for XHTML 1.1; its latest version (RDFa 1.1) is also usable with HTML5 and other markup languages such as SVG.</dd>
         <dt><a href="http://www.w3.org/TR/microdata/">microdata</a></dt>
-        <dd>Microdata adds attributes to HTML to provide machine-readable descriptions of items within the page in terms of <a title="property">properties</a> and <a title="value">values</a> for those properties. It is designed to be used alongside detailed specifications of how these descriptions should be processed by consumers.</dd>
+        <dd>Microdata adds attributes to HTML5 to provide machine-readable descriptions of items within the page in terms of <a title="property">properties</a> and <a title="value">values</a> for those properties. It is designed to be used alongside detailed specifications of how these descriptions should be processed by consumers.</dd>
       </dl>
       <p>
         The three <a title="syntax">syntaxes</a> are similar in goals but differ in approach. This document provides guidance about how to choose between them and use them together as well as some good practices for publishing, consuming and designing vocabularies for HTML data. However, it is not intended to be a general-purpose introduction to any of these syntaxes. As well as the specifications themselves, examples and explanations can be found within: