[html5] r1457 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Apr 17 14:53:13 PDT 2008
Author: ianh
Date: 2008-04-17 14:53:05 -0700 (Thu, 17 Apr 2008)
New Revision: 1457
Modified:
index
source
Log:
[e] (0) figure out what is missing still
Modified: index
===================================================================
--- index 2008-04-17 21:45:33 UTC (rev 1456)
+++ index 2008-04-17 21:53:05 UTC (rev 1457)
@@ -2641,12 +2641,14 @@
boolean <a href="#querycommandsupported" title=dom-document-queryCommandSupported>queryCommandSupported</a>(in DOMString commandId);
DOMString <a href="#querycommandvalue" title=dom-document-queryCommandValue>queryCommandValue</a>(in DOMString commandId);
<a href="#selection1">Selection</a> <a href="#getselection0" title=dom-document-getSelection>getSelection</a>();
-
<!-- XXX we're not done here.
- XXX see e.g. http://lxr.mozilla.org/seamonkey/source/dom/public/idl/html/nsIDOMNSHTMLDocument.idl
- XXX see e.g. http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/dom/Document.cpp
- XXX see e.g. http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/html/HTMLDocument.cpp
- -->
+ attribute DOMString charset;
+ readonly attribute DOMString defaultCharset;
+ readonly attribute DOMString characterSet;
+ readonly attribute DOMString readyState;
+ Element elementFromPoint(in long x, in long y);
+ readonly attribute HTMLCollection scripts;
+-->
};</pre>
<p>Since the <code><a href="#htmldocument">HTMLDocument</a></code>
Modified: source
===================================================================
--- source 2008-04-17 21:45:33 UTC (rev 1456)
+++ source 2008-04-17 21:53:05 UTC (rev 1457)
@@ -947,12 +947,14 @@
boolean <span title="dom-document-queryCommandSupported">queryCommandSupported</span>(in DOMString commandId);
DOMString <span title="dom-document-queryCommandValue">queryCommandValue</span>(in DOMString commandId);
<span>Selection</span> <span title="dom-document-getSelection">getSelection</span>();
-
<!-- XXX we're not done here.
- XXX see e.g. http://lxr.mozilla.org/seamonkey/source/dom/public/idl/html/nsIDOMNSHTMLDocument.idl
- XXX see e.g. http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/dom/Document.cpp
- XXX see e.g. http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/html/HTMLDocument.cpp
- -->
+ attribute DOMString charset;
+ readonly attribute DOMString defaultCharset;
+ readonly attribute DOMString characterSet;
+ readonly attribute DOMString readyState;
+ Element elementFromPoint(in long x, in long y);
+ readonly attribute HTMLCollection scripts;
+-->
};</pre>
<p>Since the <code>HTMLDocument</code> interface holds methods and
More information about the Commit-Watchers
mailing list