microdata; hixie: pipeline update (whatwg r6003)

microdata; hixie: pipeline update (whatwg r6003)

http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.120&r2=1.121&f=h
http://html5.org/tools/web-apps-tracker?from=6002&to=6003

===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- Overview.html 13 Apr 2011 21:58:55 -0000 1.120
+++ Overview.html 13 Apr 2011 22:09:46 -0000 1.121
@@ -554,7 +554,7 @@
   </ul><p>The <a href="#host-language">host language</a> also defines the elements used in
   this specification.</p><h3 id="conformance-requirements"><span class="secno">1.1 </span>Conformance requirements</h3><p>All diagrams, examples, and notes in this specification are
   non-normative, as are all sections explicitly marked non-normative.
-  Everything else in this specification is normative.<p>The key words "MUST", "MUST NOT", "REQUIRED", <!--  NOT",--> "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
+  Everything else in this specification is normative.<p>The key words "MUST", "MUST NOT", "REQUIRED",  "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
   "OPTIONAL" in the normative parts of this document are to be
   interpreted as described in RFC2119. For readability, these words do
   not appear in all uppercase letters in this specification. <a href="#refsRFC2119">[RFC2119]</a><div class="impl">
@@ -1330,11 +1330,11 @@
  &lt;body&gt;
   &lt;h1&gt;My photos&lt;/h1&gt;
   &lt;figure itemscope itemtype="http://n.whatwg.org/work" itemref="licenses"&gt;
-   src="images/house.jpeg" alt="A white house, boarded up, sits in a forest."&gt;
+   &lt;img itemprop="work" src="images/house.jpeg" alt="A white house, boarded up, sits in a forest."&gt;
    &lt;figcaption itemprop="title"&gt;The house I found.&lt;/figcaption&gt;
   &lt;/figure&gt;
   &lt;figure itemscope itemtype="http://n.whatwg.org/work" itemref="licenses"&gt;
-   src="images/mailbox.jpeg" alt="Outside the house is a mailbox. It has a leaflet inside."&gt;
+   &lt;img itemprop="work" src="images/mailbox.jpeg" alt="Outside the house is a mailbox. It has a leaflet inside."&gt;
    &lt;figcaption itemprop="title"&gt;The mailbox.&lt;/figcaption&gt;
   &lt;/figure&gt;
   &lt;footer&gt;

Received on Wednesday, 13 April 2011 22:16:57 UTC