- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Oct 2011 16:46:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14617
Modified Files:
browsers.html spec.html
Log Message:
I guess technically Document isn't itself a Document. (whatwg r6726)
[updated by splitter]
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.1082
retrieving revision 1.1083
diff -u -d -r1.1082 -r1.1083
--- browsers.html 21 Oct 2011 06:46:23 -0000 1.1082
+++ browsers.html 21 Oct 2011 16:46:45 -0000 1.1083
@@ -1053,7 +1053,7 @@
[TreatNonCallableAsNull] attribute <a href="webappapis.html#function">Function</a>? <a href="webappapis.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
// legacy "interfaces"
- readonly attribute <code><a href="infrastructure.html#document">Document</a></code> <a href="#htmldocument" title="HTMLDocument">HTMLDocument</a>;
+ readonly attribute object <a href="#htmldocument" title="HTMLDocument">HTMLDocument</a>;
};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window"><a href="#dom-window">window</a></code></dt>
<dt><var title="">window</var> . <code title="dom-frames"><a href="#dom-frames">frames</a></code></dt>
<dt><var title="">window</var> . <code title="dom-self"><a href="#dom-self">self</a></code></dt>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1738
retrieving revision 1.1739
diff -u -d -r1.1738 -r1.1739
--- spec.html 21 Oct 2011 06:46:28 -0000 1.1738
+++ spec.html 21 Oct 2011 16:46:45 -0000 1.1739
@@ -349,7 +349,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5391.
+This is revision 1.5392.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 21 October 2011 16:47:05 UTC