- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Jan 2010 08:20:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md In directory hutz:/tmp/cvs-serv12817 Modified Files: Overview.html Log Message: more cleanup (whatwg r4546) Index: Overview.html =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Overview.html 8 Jan 2010 06:48:37 -0000 1.2 +++ Overview.html 8 Jan 2010 08:20:19 -0000 1.3 @@ -381,7 +381,7 @@ <!--begin-toc--> <ol class="toc"> <li><a href="#conformance"><span class="secno">1 </span>Conformance</a></li> - <li><a href="#infrastructure"><span class="secno">2 </span>Common infrastructure</a> + <li><a href="#additional-common-infrastructure"><span class="secno">2 </span>Additional common infrastructure</a> <ol> <li><a href="#htmlpropertiescollection-0"><span class="secno">2.1 </span>HTMLPropertiesCollection</a></ol></li> <li><a href="#introduction"><span class="secno">3 </span>Introduction</a> @@ -427,13 +427,11 @@ <ol> <li><a href="#application-microdata-json"><span class="secno">9.1 </span><code>application/microdata+json</code></a></ol></li> <li><a class="no-num" href="#references">References</a></li> - <li><a href="#acknowledgements"><span class="secno">10 </span>Acknowledgements</a></ol> + <li><a class="no-num" href="#acknowledgements">Acknowledgements</a></ol> <!--end-toc--><hr><h2 id="conformance"><span class="secno">1 </span>Conformance</h2><p>Definitions of terms and conformance classes used in this specification, as well as a general introduction to the HTML5 series - of specifiations, can be found in the <a href="http://dev.w3.org/html5/spec/spec.html">HTML5 Core and - Vocabularies</a> specification.<h2 id="infrastructure"><span class="secno">2 </span>Common infrastructure</h2><p>This specification relies on the infrastructure and conformance - requirements defined in the HTML5 Core and Vocabulary - specification.<h4 id="htmlpropertiescollection-0"><span class="secno">2.1 </span>HTMLPropertiesCollection</h4><p>The <code><a href="#htmlpropertiescollection">HTMLPropertiesCollection</a></code> interface represents a + of specifiations, can be found in the HTML5 Core and Vocabulary + specification. <a href="#refsHTML5CORE">[HTML5CORE]</a><h2 id="additional-common-infrastructure"><span class="secno">2 </span>Additional common infrastructure</h2><h4 id="htmlpropertiescollection-0"><span class="secno">2.1 </span>HTMLPropertiesCollection</h4><p>The <code><a href="#htmlpropertiescollection">HTMLPropertiesCollection</a></code> interface represents a <span title="collections">collection</span> of elements that add name-value pairs to a particular <a href="#concept-item" title="concept-item">item</a> in the <span>microdata</span> model.<pre class="idl">interface <dfn id="htmlpropertiescollection">HTMLPropertiesCollection</dfn> : <span>HTMLCollection</span> { @@ -4305,6 +4303,14 @@ Telephone Service</cite>, CCITT Blue Book, Fascicle II.2, pp. 128-134, November 1988.</dd> + <dt id="refsHTML5CORE">[HTML5CORE]</dt> + <!-- + <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5 Core and Vocabulary</a></cite>, + I. Hickson, D. Hyatt. W3C, April 2009.</dd> + --> + <dd><cite><a href="http://www.w3.org/html/wg/html5/">HTML5 Core and Vocabulary</a></cite>, + I. Hickson, D. Hyatt. W3C, December 2010.</dd> + <dt id="refsJSON">[JSON]</dt> <dd><cite><a href="http://www.ietf.org/rfc/rfc4627.txt">The application/json Media Type for JavaScript Object Notation @@ -4334,5 +4340,5 @@ Public Data Networks</cite>, CCITT Blue Book, Fascicle VIII.3, pp. 317-332, November 1988.</dd> - </dl><h2 id="acknowledgements"><span class="secno">10 </span>Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5 - specification. + </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5 Core + and Vocabulary specification. <a href="#refsHTML5CORE">[HTML5CORE]</a>
Received on Friday, 8 January 2010 08:20:23 UTC