[html5] r8267 - [e] (0) Cross-reference 'Document' in some IDL Affected topics: DOM APIs, HTML
whatwg at whatwg.org
whatwg at whatwg.org
Tue Nov 12 13:04:13 PST 2013
Author: ianh
Date: 2013-11-12 13:04:12 -0800 (Tue, 12 Nov 2013)
New Revision: 8267
Modified:
complete.html
index
source
Log:
[e] (0) Cross-reference 'Document' in some IDL
Affected topics: DOM APIs, HTML
Modified: complete.html
===================================================================
--- complete.html 2013-11-11 23:34:33 UTC (rev 8266)
+++ complete.html 2013-11-12 21:04:12 UTC (rev 8267)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 11 November 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 12 November 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -22580,7 +22580,7 @@
attribute boolean <a href=#dom-iframe-allowfullscreen title=dom-iframe-allowFullscreen>allowFullscreen</a>;
attribute DOMString <a href=#dom-dim-width title=dom-dim-width>width</a>;
attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
- readonly attribute Document? <a href=#dom-iframe-contentdocument title=dom-iframe-contentDocument>contentDocument</a>;
+ readonly attribute <a href=#document>Document</a>? <a href=#dom-iframe-contentdocument title=dom-iframe-contentDocument>contentDocument</a>;
readonly attribute <a href=#windowproxy>WindowProxy</a>? <a href=#dom-iframe-contentwindow title=dom-iframe-contentWindow>contentWindow</a>;
// <a href="#HTMLIFrameElement-partial">also has obsolete members</a>
@@ -23546,7 +23546,7 @@
readonly attribute <a href=#htmlformelement>HTMLFormElement</a>? <a href=#dom-fae-form title=dom-fae-form>form</a>;
attribute DOMString <a href=#dom-dim-width title=dom-dim-width>width</a>;
attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
- readonly attribute Document? <a href=#dom-object-contentdocument title=dom-object-contentDocument>contentDocument</a>;
+ readonly attribute <a href=#document>Document</a>? <a href=#dom-object-contentdocument title=dom-object-contentDocument>contentDocument</a>;
readonly attribute <a href=#windowproxy>WindowProxy</a>? <a href=#dom-object-contentwindow title=dom-object-contentWindow>contentWindow</a>;
readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
@@ -96024,7 +96024,7 @@
attribute DOMString <a href=#dom-frame-frameborder title=dom-frame-frameBorder>frameBorder</a>;
attribute DOMString <a href=#dom-frame-longdesc title=dom-frame-longDesc>longDesc</a>;
attribute boolean <a href=#dom-frame-noresize title=dom-frame-noResize>noResize</a>;
- readonly attribute Document? <a href=#dom-frame-contentdocument title=dom-frame-contentDocument>contentDocument</a>;
+ readonly attribute <a href=#document>Document</a>? <a href=#dom-frame-contentdocument title=dom-frame-contentDocument>contentDocument</a>;
readonly attribute <a href=#windowproxy>WindowProxy</a>? <a href=#dom-frame-contentwindow title=dom-frame-contentWindow>contentWindow</a>;
[TreatNullAs=EmptyString] attribute DOMString <a href=#dom-frame-marginheight title=dom-frame-marginHeight>marginHeight</a>;
Modified: index
===================================================================
--- index 2013-11-11 23:34:33 UTC (rev 8266)
+++ index 2013-11-12 21:04:12 UTC (rev 8267)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 11 November 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 12 November 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -22580,7 +22580,7 @@
attribute boolean <a href=#dom-iframe-allowfullscreen title=dom-iframe-allowFullscreen>allowFullscreen</a>;
attribute DOMString <a href=#dom-dim-width title=dom-dim-width>width</a>;
attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
- readonly attribute Document? <a href=#dom-iframe-contentdocument title=dom-iframe-contentDocument>contentDocument</a>;
+ readonly attribute <a href=#document>Document</a>? <a href=#dom-iframe-contentdocument title=dom-iframe-contentDocument>contentDocument</a>;
readonly attribute <a href=#windowproxy>WindowProxy</a>? <a href=#dom-iframe-contentwindow title=dom-iframe-contentWindow>contentWindow</a>;
// <a href="#HTMLIFrameElement-partial">also has obsolete members</a>
@@ -23546,7 +23546,7 @@
readonly attribute <a href=#htmlformelement>HTMLFormElement</a>? <a href=#dom-fae-form title=dom-fae-form>form</a>;
attribute DOMString <a href=#dom-dim-width title=dom-dim-width>width</a>;
attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
- readonly attribute Document? <a href=#dom-object-contentdocument title=dom-object-contentDocument>contentDocument</a>;
+ readonly attribute <a href=#document>Document</a>? <a href=#dom-object-contentdocument title=dom-object-contentDocument>contentDocument</a>;
readonly attribute <a href=#windowproxy>WindowProxy</a>? <a href=#dom-object-contentwindow title=dom-object-contentWindow>contentWindow</a>;
readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
@@ -96024,7 +96024,7 @@
attribute DOMString <a href=#dom-frame-frameborder title=dom-frame-frameBorder>frameBorder</a>;
attribute DOMString <a href=#dom-frame-longdesc title=dom-frame-longDesc>longDesc</a>;
attribute boolean <a href=#dom-frame-noresize title=dom-frame-noResize>noResize</a>;
- readonly attribute Document? <a href=#dom-frame-contentdocument title=dom-frame-contentDocument>contentDocument</a>;
+ readonly attribute <a href=#document>Document</a>? <a href=#dom-frame-contentdocument title=dom-frame-contentDocument>contentDocument</a>;
readonly attribute <a href=#windowproxy>WindowProxy</a>? <a href=#dom-frame-contentwindow title=dom-frame-contentWindow>contentWindow</a>;
[TreatNullAs=EmptyString] attribute DOMString <a href=#dom-frame-marginheight title=dom-frame-marginHeight>marginHeight</a>;
Modified: source
===================================================================
--- source 2013-11-11 23:34:33 UTC (rev 8266)
+++ source 2013-11-12 21:04:12 UTC (rev 8267)
@@ -23702,7 +23702,7 @@
attribute boolean <span data-x="dom-iframe-allowFullscreen">allowFullscreen</span>;
attribute DOMString <span data-x="dom-dim-width">width</span>;
attribute DOMString <span data-x="dom-dim-height">height</span>;
- readonly attribute Document? <span data-x="dom-iframe-contentDocument">contentDocument</span>;
+ readonly attribute <span>Document</span>? <span data-x="dom-iframe-contentDocument">contentDocument</span>;
readonly attribute <span>WindowProxy</span>? <span data-x="dom-iframe-contentWindow">contentWindow</span>;
};</pre>
</dd>
@@ -24804,7 +24804,7 @@
readonly attribute <span>HTMLFormElement</span>? <span data-x="dom-fae-form">form</span>;
attribute DOMString <span data-x="dom-dim-width">width</span>;
attribute DOMString <span data-x="dom-dim-height">height</span>;
- readonly attribute Document? <span data-x="dom-object-contentDocument">contentDocument</span>;
+ readonly attribute <span>Document</span>? <span data-x="dom-object-contentDocument">contentDocument</span>;
readonly attribute <span>WindowProxy</span>? <span data-x="dom-object-contentWindow">contentWindow</span>;
readonly attribute boolean <span data-x="dom-cva-willValidate">willValidate</span>;
@@ -106794,7 +106794,7 @@
attribute DOMString <span data-x="dom-frame-frameBorder">frameBorder</span>;
attribute DOMString <span data-x="dom-frame-longDesc">longDesc</span>;
attribute boolean <span data-x="dom-frame-noResize">noResize</span>;
- readonly attribute Document? <span data-x="dom-frame-contentDocument">contentDocument</span>;
+ readonly attribute <span>Document</span>? <span data-x="dom-frame-contentDocument">contentDocument</span>;
readonly attribute <span>WindowProxy</span>? <span data-x="dom-frame-contentWindow">contentWindow</span>;
[TreatNullAs=EmptyString] attribute DOMString <span data-x="dom-frame-marginHeight">marginHeight</span>;
More information about the Commit-Watchers
mailing list