- From: poot <cvsmail@w3.org>
- Date: Wed, 20 Jul 2011 15:34:26 -0400
- To: public-html-diffs@w3.org
microdata; hixie: Update the IDL blocks to use 'partial' instead of [Supplemental] where possible. (whatwg r6315) http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.146&r2=1.147&f=h http://html5.org/tools/web-apps-tracker?from=6314&to=6315 =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.146 retrieving revision 1.147 diff -u -d -r1.146 -r1.147 --- Overview.html 8 Jul 2011 19:28:49 -0000 1.146 +++ Overview.html 20 Jul 2011 19:34:01 -0000 1.147 @@ -318,7 +318,7 @@ <h1>HTML Microdata</h1> <h2 class="no-num no-toc" id="generatedID"></h2> - <h2 class="no-num no-toc" id="editor-s-draft-8-july-2011">Editor's Draft 8 July 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-20-july-2011">Editor's Draft 20 July 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -452,7 +452,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 8 July 2011 Editor's Draft. + This specification is the 20 July 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This specification is an extension to the HTML5 language. All @@ -1335,11 +1335,11 @@ <dd>The mailbox. <dt>license <dd><code title="">http://www.opensource.org/licenses/mit-license.php</code> - </dl></div><h2 id="microdata-dom-api"><span class="secno">3 </span>Microdata DOM API</h2><pre class="idl">[Supplemental] interface <a href="#htmldocument">HTMLDocument</a> { + </dl></div><h2 id="microdata-dom-api"><span class="secno">3 </span>Microdata DOM API</h2><pre class="idl">partial interface <a href="#htmldocument">HTMLDocument</a> { NodeList <a href="#dom-document-getitems" title="dom-document-getItems">getItems</a>(in optional DOMString typeNames); // <span>microdata</span> }; -[Supplemental] interface <a href="#htmlelement">HTMLElement</a> { +partial interface <a href="#htmlelement">HTMLElement</a> { // <span>microdata</span> attribute boolean <a href="#dom-itemscope" title="dom-itemScope">itemScope</a>; attribute DOMString <a href="#dom-itemtype" title="dom-itemType">itemType</a>;
Received on Wednesday, 20 July 2011 19:34:31 UTC