- From: poot <cvsmail@w3.org>
- Date: Fri, 12 Aug 2011 17:58:01 -0400
- To: public-html-diffs@w3.org
hixie: tigten up a getter return value (whatwg r6437)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5139&r2=1.5140&f=h
http://html5.org/tools/web-apps-tracker?from=6436&to=6437
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5139
retrieving revision 1.5140
diff -u -d -r1.5139 -r1.5140
--- Overview.html 12 Aug 2011 21:56:22 -0000 1.5139
+++ Overview.html 12 Aug 2011 21:57:52 -0000 1.5140
@@ -7599,7 +7599,7 @@
readonly attribute DOMString <a href="#dom-document-readystate" title="dom-document-readyState">readyState</a>;
// <a href="#dom-tree-accessors">DOM tree accessors</a>
- <a href="#dom-document-nameditem" title="dom-document-namedItem">getter</a> any (in DOMString name);
+ <a href="#dom-document-nameditem" title="dom-document-namedItem">getter</a> object (in DOMString name);
attribute DOMString <a href="#document.title" title="dom-document-title">title</a>;
attribute DOMString <a href="#dom-document-dir" title="dom-document-dir">dir</a>;
attribute <a href="#htmlelement">HTMLElement</a>? <a href="#dom-document-body" title="dom-document-body">body</a>;
Received on Friday, 12 August 2011 21:58:02 UTC