[html5] r6726 - [giow] (0) I guess technically Document isn't itself a Document.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Oct 21 09:38:39 PDT 2011
Author: ianh
Date: 2011-10-21 09:38:37 -0700 (Fri, 21 Oct 2011)
New Revision: 6726
Modified:
complete.html
index
source
Log:
[giow] (0) I guess technically Document isn't itself a Document.
Modified: complete.html
===================================================================
--- complete.html 2011-10-21 05:42:16 UTC (rev 6725)
+++ complete.html 2011-10-21 16:38:37 UTC (rev 6726)
@@ -62515,7 +62515,7 @@
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onwaiting title=handler-onwaiting>onwaiting</a>;
// legacy "interfaces"
- readonly attribute <code><a href=#document>Document</a></code> <a href=#htmldocument title=HTMLDocument>HTMLDocument</a>;
+ readonly attribute object <a href=#htmldocument title=HTMLDocument>HTMLDocument</a>;
};</pre>
<!-- for more features to add here, look here:
Modified: index
===================================================================
--- index 2011-10-21 05:42:16 UTC (rev 6725)
+++ index 2011-10-21 16:38:37 UTC (rev 6726)
@@ -62515,7 +62515,7 @@
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onwaiting title=handler-onwaiting>onwaiting</a>;
// legacy "interfaces"
- readonly attribute <code><a href=#document>Document</a></code> <a href=#htmldocument title=HTMLDocument>HTMLDocument</a>;
+ readonly attribute object <a href=#htmldocument title=HTMLDocument>HTMLDocument</a>;
};</pre>
<!-- for more features to add here, look here:
Modified: source
===================================================================
--- source 2011-10-21 05:42:16 UTC (rev 6725)
+++ source 2011-10-21 16:38:37 UTC (rev 6726)
@@ -70967,7 +70967,7 @@
[TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-onwaiting">onwaiting</span>;
// legacy "interfaces"
- readonly attribute <code>Document</code> <span title="HTMLDocument">HTMLDocument</span>;
+ readonly attribute object <span title="HTMLDocument">HTMLDocument</span>;
};</pre>
<!-- for more features to add here, look here:
More information about the Commit-Watchers
mailing list