- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Jul 2011 19:34:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv15176
Modified Files:
Overview.html
Log Message:
Update the IDL blocks to use 'partial' instead of [Supplemental] where possible. (whatwg r6315)
Index: Overview.html
===================================================================
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:09 UTC