Skip to content

Commit

Permalink
[giow] (3) More things you can access on Window.
Browse files Browse the repository at this point in the history
Affected topics: DOM APIs, Security

git-svn-id: http://svn.whatwg.org/webapps@7603 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 29, 2012
1 parent 9e2e25f commit f636b2b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions complete.html
Expand Up @@ -66929,8 +66929,16 @@ <h4 id=security-window><span class=secno>6.2.1 </span>Security</h4>

<li>The <code title=dom-window-postMessage><a href=#dom-window-postmessage>postMessage()</a></code> method

<li>The <code title=dom-window><a href=#dom-window>window</a></code> attribute

<li>The <code title=dom-frames><a href=#dom-frames>frames</a></code> attribute

<li>The <code title=dom-self><a href=#dom-self>self</a></code> attribute

<li>The <code title=dom-top><a href=#dom-top>top</a></code> attribute

<li>The <code title=dom-parent><a href=#dom-parent>parent</a></code> attribute

<li>The <a href=#dynamic-nested-browsing-context-properties>dynamic nested browsing context properties</a>

</ul><p>When a script whose <a href=#effective-script-origin>effective script origin</a> is not
Expand Down
8 changes: 8 additions & 0 deletions index
Expand Up @@ -66929,8 +66929,16 @@ END:VCARD</pre>

<li>The <code title=dom-window-postMessage><a href=#dom-window-postmessage>postMessage()</a></code> method

<li>The <code title=dom-window><a href=#dom-window>window</a></code> attribute

<li>The <code title=dom-frames><a href=#dom-frames>frames</a></code> attribute

<li>The <code title=dom-self><a href=#dom-self>self</a></code> attribute

<li>The <code title=dom-top><a href=#dom-top>top</a></code> attribute

<li>The <code title=dom-parent><a href=#dom-parent>parent</a></code> attribute

<li>The <a href=#dynamic-nested-browsing-context-properties>dynamic nested browsing context properties</a>

</ul><p>When a script whose <a href=#effective-script-origin>effective script origin</a> is not
Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -78341,8 +78341,16 @@ END:VCARD</pre>

<li>The <code title="dom-window-postMessage">postMessage()</code> method

<li>The <code title="dom-window">window</code> attribute

<li>The <code title="dom-frames">frames</code> attribute

<li>The <code title="dom-self">self</code> attribute

<li>The <code title="dom-top">top</code> attribute

<li>The <code title="dom-parent">parent</code> attribute

<li>The <span>dynamic nested browsing context properties</span>

</ul>
Expand Down

0 comments on commit f636b2b

Please sign in to comment.