- From: poot <cvsmail@w3.org>
- Date: Wed, 13 Apr 2011 18:16:55 -0400
- To: public-html-diffs@w3.org
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 @@ <body> <h1>My photos</h1> <figure itemscope itemtype="http://n.whatwg.org/work" itemref="licenses"> - src="images/house.jpeg" alt="A white house, boarded up, sits in a forest."> + <img itemprop="work" src="images/house.jpeg" alt="A white house, boarded up, sits in a forest."> <figcaption itemprop="title">The house I found.</figcaption> </figure> <figure itemscope itemtype="http://n.whatwg.org/work" itemref="licenses"> - src="images/mailbox.jpeg" alt="Outside the house is a mailbox. It has a leaflet inside."> + <img itemprop="work" src="images/mailbox.jpeg" alt="Outside the house is a mailbox. It has a leaflet inside."> <figcaption itemprop="title">The mailbox.</figcaption> </figure> <footer>
Received on Wednesday, 13 April 2011 22:16:57 UTC