Skip to content

Commit

Permalink
[giow] (3) Make sure <iframe name=location> doesn't override Document…
Browse files Browse the repository at this point in the history
….location

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19560
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7512 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 19, 2012
1 parent 34b23ff commit 06700b9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -248,7 +248,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 16 November 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 19 November 2012</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>
Expand Down Expand Up @@ -10121,9 +10121,9 @@ <h3 id=documents><span class=secno>3.1 </span>Documents</h3>
extends significantly:</p>

<pre class=idl>[OverrideBuiltins]
partial interface <dfn id=document>Document</dfn> {
partial /*sealed*/ interface <dfn id=document>Document</dfn> {
// <a href=#resource-metadata-management>resource metadata management</a>
[PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a>? <a href=#dom-document-location title=dom-document-location>location</a>;
[PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>, Unforgeable] readonly attribute <a href=#location>Location</a>? <a href=#dom-document-location title=dom-document-location>location</a>;
attribute DOMString <a href=#dom-document-domain title=dom-document-domain>domain</a>;
readonly attribute DOMString <a href=#dom-document-referrer title=dom-document-referrer>referrer</a>;
attribute DOMString <a href=#dom-document-cookie title=dom-document-cookie>cookie</a>;
Expand Down Expand Up @@ -68266,7 +68266,7 @@ <h4 id=browsing-context-names><span class=secno>6.1.6 </span>Browsing context na
<h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>Window</a></code> object</h3>

<pre class=idl>[NamedPropertiesObject]
interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {
/*sealed*/ interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {
// the current browsing context
[Unforgeable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
[Replaceable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
Expand Down Expand Up @@ -105853,7 +105853,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<li><code><a href=#datatransferitem>DataTransferItem</a></code>
<li><code><a href=#datatransferitemlist>DataTransferItemList</a></code>
<li><code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code>
<li><code>Document</code>, <a href=#document>partial</a>
<li><code><a href=#document>Document</a></code>
<li><code><a href=#dragevent>DragEvent</a></code>
<li><code><a href=#drawingstyle>DrawingStyle</a></code>
<li><code><a href=#errorevent>ErrorEvent</a></code>
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -248,7 +248,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 16 November 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 19 November 2012</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>
Expand Down Expand Up @@ -10121,9 +10121,9 @@ interface <dfn id=transferable>Transferable</dfn> { };</pre>
extends significantly:</p>

<pre class=idl>[OverrideBuiltins]
partial interface <dfn id=document>Document</dfn> {
partial /*sealed*/ interface <dfn id=document>Document</dfn> {
// <a href=#resource-metadata-management>resource metadata management</a>
[PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a>? <a href=#dom-document-location title=dom-document-location>location</a>;
[PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>, Unforgeable] readonly attribute <a href=#location>Location</a>? <a href=#dom-document-location title=dom-document-location>location</a>;
attribute DOMString <a href=#dom-document-domain title=dom-document-domain>domain</a>;
readonly attribute DOMString <a href=#dom-document-referrer title=dom-document-referrer>referrer</a>;
attribute DOMString <a href=#dom-document-cookie title=dom-document-cookie>cookie</a>;
Expand Down Expand Up @@ -68266,7 +68266,7 @@ END:VCARD</pre>
<h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>Window</a></code> object</h3>

<pre class=idl>[NamedPropertiesObject]
interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {
/*sealed*/ interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {
// the current browsing context
[Unforgeable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
[Replaceable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
Expand Down Expand Up @@ -105853,7 +105853,7 @@ if (s = prompt('What is your name?')) {
<li><code><a href=#datatransferitem>DataTransferItem</a></code>
<li><code><a href=#datatransferitemlist>DataTransferItemList</a></code>
<li><code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code>
<li><code>Document</code>, <a href=#document>partial</a>
<li><code><a href=#document>Document</a></code>
<li><code><a href=#dragevent>DragEvent</a></code>
<li><code><a href=#drawingstyle>DrawingStyle</a></code>
<li><code><a href=#errorevent>ErrorEvent</a></code>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -10304,9 +10304,9 @@ interface <dfn>Transferable</dfn> { };</pre>
extends significantly:</p>

<pre class="idl">[OverrideBuiltins]
partial interface <dfn>Document</dfn> {
partial /*sealed*/ interface <dfn>Document</dfn> {
// <span>resource metadata management</span>
[PutForwards=<span title="dom-location-href">href</span>] readonly attribute <span>Location</span>? <span title="dom-document-location">location</span>;
[PutForwards=<span title="dom-location-href">href</span>, Unforgeable] readonly attribute <span>Location</span>? <span title="dom-document-location">location</span>;
attribute DOMString <span title="dom-document-domain">domain</span>;
readonly attribute DOMString <span title="dom-document-referrer">referrer</span>;
attribute DOMString <span title="dom-document-cookie">cookie</span>;
Expand Down Expand Up @@ -80175,7 +80175,7 @@ END:VCARD</pre>
<h3>The <code>Window</code> object</h3>

<pre class="idl">[NamedPropertiesObject]
interface <dfn>Window</dfn> : <span>EventTarget</span> {
/*sealed*/ interface <dfn>Window</dfn> : <span>EventTarget</span> {
// the current browsing context
[Unforgeable] readonly attribute <span>WindowProxy</span> <span title="dom-window">window</span>;
[Replaceable] readonly attribute <span>WindowProxy</span> <span title="dom-self">self</span>;
Expand Down Expand Up @@ -81075,7 +81075,7 @@ interface <dfn>Window</dfn> : <span>EventTarget</span> {
<!-- this is for the purposes of the IDL validator -->
<pre class="idl">
[NoInterfaceObject]
interface <dfn>WindowProxy</dfn>: <span>Window</span> {};
interface <span>WindowProxy</span> : <span>Window</span> {};
</pre>
<!--START complete--><!--START dev-html--><!--START w3c-html-->

Expand Down

0 comments on commit 06700b9

Please sign in to comment.