- From: poot <cvsmail@w3.org>
- Date: Thu, 4 Feb 2010 15:47:16 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Actually define the 'creator browsing context' (see r2711) (whatwg r4648) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3701&r2=1.3702&f=h http://html5.org/tools/web-apps-tracker?from=4647&to=4648 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3701 retrieving revision 1.3702 diff -u -d -r1.3701 -r1.3702 --- Overview.html 4 Feb 2010 06:15:53 -0000 1.3701 +++ Overview.html 4 Feb 2010 06:47:02 -0000 1.3702 @@ -37720,9 +37720,13 @@ data mining tools are likely to never instantiate browsing contexts.<hr><p>A <a href="#browsing-context">browsing context</a> can have a <dfn id="creator-browsing-context">creator browsing context</dfn>, the <a href="#browsing-context">browsing context</a> that was - responsible for its creation. <span class="impl">Except when - otherwise specified, a <a href="#browsing-context">browsing context</a> has no - <a href="#creator-browsing-context">creator browsing context</a>.</span><p>If a <a href="#browsing-context">browsing context</a> <var title="">A</var> has a + responsible for its creation. If a <a href="#browsing-context">browsing context</a> has + a <a href="#parent-browsing-context">parent browsing context</a>, then that is its + <a href="#creator-browsing-context">creator browsing context</a>. Otherwise, if the + <a href="#browsing-context">browsing context</a> has an <a href="#opener-browsing-context">opener browsing + context</a>, then <em>that</em> is its <a href="#creator-browsing-context">creator browsing + context</a>. Otherwise, the <a href="#browsing-context">browsing context</a> has no + <a href="#creator-browsing-context">creator browsing context</a>.<p>If a <a href="#browsing-context">browsing context</a> <var title="">A</var> has a <a href="#creator-browsing-context">creator browsing context</a>, then the <code>Document</code> that was the <a href="#active-document">active document</a> of that <a href="#creator-browsing-context">creator browsing context</a> at the time <var title="">A</var> was created is the <dfn id="creator-document">creator
Received on Thursday, 4 February 2010 06:47:44 UTC