[html5] r6437 - [] (0) tigten up a getter return value Fixing http://www.w3.org/Bugs/Public/show [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 12 14:57:37 PDT 2011


Author: ianh
Date: 2011-08-12 14:57:35 -0700 (Fri, 12 Aug 2011)
New Revision: 6437

Modified:
   complete.html
   index
   source
Log:
[] (0) tigten up a getter return value
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12863

Modified: complete.html
===================================================================
--- complete.html	2011-08-12 21:56:06 UTC (rev 6436)
+++ complete.html	2011-08-12 21:57:35 UTC (rev 6437)
@@ -9116,7 +9116,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>;

Modified: index
===================================================================
--- index	2011-08-12 21:56:06 UTC (rev 6436)
+++ index	2011-08-12 21:57:35 UTC (rev 6437)
@@ -8980,7 +8980,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>;

Modified: source
===================================================================
--- source	2011-08-12 21:56:06 UTC (rev 6436)
+++ source	2011-08-12 21:57:35 UTC (rev 6437)
@@ -9108,7 +9108,7 @@
   readonly attribute DOMString <span title="dom-document-readyState">readyState</span>;
 
   // <span>DOM tree accessors</span>
-  <span title="dom-document-namedItem">getter</span> any (in DOMString name);
+  <span title="dom-document-namedItem">getter</span> object (in DOMString name);
            attribute DOMString <span title="dom-document-title">title</span>;
            attribute DOMString <span title="dom-document-dir">dir</span>;
            attribute <span>HTMLElement</span>? <span title="dom-document-body">body</span>;




More information about the Commit-Watchers mailing list