microdata; hixie: Update IDL to recent WebIDL changes, thanks to heycam. (whatwg r6220)

microdata; hixie: Update IDL to recent WebIDL changes, thanks to heycam.
(whatwg r6220)

http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.135&r2=1.136&f=h
http://html5.org/tools/web-apps-tracker?from=6219&to=6220

===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- Overview.html 13 Jun 2011 23:11:10 -0000 1.135
+++ Overview.html 13 Jun 2011 23:39:13 -0000 1.136
@@ -555,7 +555,7 @@
   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> : <a href="#htmlcollection">HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>()
-  caller getter <a href="#propertynodelist">PropertyNodeList</a> <a href="#dom-htmlpropertiescollection-nameditem" title="dom-HTMLPropertiesCollection-namedItem">namedItem</a>(in DOMString name); // overrides inherited namedItem()
+  caller getter <a href="#propertynodelist">PropertyNodeList</a>? <a href="#dom-htmlpropertiescollection-nameditem" title="dom-HTMLPropertiesCollection-namedItem">namedItem</a>(in DOMString name); // overrides inherited namedItem()
   readonly attribute <span>DOMStringList</span> <a href="#dom-htmlpropertiescollection-names" title="dom-HTMLPropertiesCollection-names">names</a>;
 };

Received on Friday, 17 June 2011 09:53:02 UTC