reworded description of RDFa to indicate it can be used with things other than XHTML 1.1, and that microformats can be used with other markup languages too
authorJeniT
Wed, 21 Dec 2011 10:43:21 +0000
changeset 58 ba4b375cb21f
parent 57 f59eca060106
child 59 b187767fc1b8
reworded description of RDFa to indicate it can be used with things other than XHTML 1.1, and that microformats can be used with other markup languages too
html-data-guide/index.html
--- a/html-data-guide/index.html	Wed Dec 21 10:40:32 2011 +0000
+++ b/html-data-guide/index.html	Wed Dec 21 10:43:21 2011 +0000
@@ -107,9 +107,9 @@
       </p>
       <dl>
         <dt><a href="http://microformats.org">microformats</a></dt>
-        <dd>microformats use <code>@class</code>, <code>@rel</code> and other attributes to encode data using standard HTML markup. Traditionally, different microformat <a title="vocabulary">vocabularies</a> have followed different parsing rules, but <a href="http://microformats.org/wiki/microformats-2">microformats-2</a> provides a standard parsing algorithm.</dd>
+        <dd>microformats use <code>@class</code>, <code>@rel</code> and other attributes to encode data using standard HTML markup, and can be used with other markup languages that have <code>@class</code> attributes. Traditionally, different microformat <a title="vocabulary">vocabularies</a> have followed different parsing rules, but <a href="http://microformats.org/wiki/microformats-2">microformats-2</a> provides a standard parsing algorithm.</dd>
         <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 can also be used with other markup languages and was originally specified for XHTML 1.1.</dd>
+        <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>
       </dl>