- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Jan 2010 08:29:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md In directory hutz:/tmp/cvs-serv13632 Modified Files: Overview.html Log Message: more cleanup (whatwg r4547) Index: Overview.html =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Overview.html 8 Jan 2010 08:20:19 -0000 1.3 +++ Overview.html 8 Jan 2010 08:29:02 -0000 1.4 @@ -380,7 +380,7 @@ permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><h2 class="no-num no-toc" id="contents">Table of Contents</h2> <!--begin-toc--> <ol class="toc"> - <li><a href="#conformance"><span class="secno">1 </span>Conformance</a></li> + <li><a href="#conformance-requirements"><span class="secno">1 </span>Conformance requirements</a></li> <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> @@ -428,10 +428,10 @@ <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 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 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 +<!--end-toc--><hr><h2 id="conformance-requirements"><span class="secno">1 </span>Conformance requirements</h2><p>This specification is an HTML specification. All the conformance + requirements, conformance classes, definitions, dependencies, + terminology, and typographical conventions described in the HTML5 + Core and Vocabulary specification apply to this 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> {
Received on Friday, 8 January 2010 08:29:05 UTC