- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Aug 2011 21:57:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv3835 Modified Files: Overview.html Log Message: tigten up a getter return value (whatwg r6437) Index: Overview.html =================================================================== 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:57:57 UTC