- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Feb 2010 06:57:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv5450
Modified Files:
Overview.html browsers.html spec.html
Log Message:
Actually define the 'creator browsing context' (see r2711) (whatwg r4648)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.631
retrieving revision 1.632
diff -u -d -r1.631 -r1.632
--- Overview.html 4 Feb 2010 06:17:05 -0000 1.631
+++ Overview.html 4 Feb 2010 06:57:05 -0000 1.632
@@ -302,7 +302,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3701.
+This is revision 1.3702.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.570
retrieving revision 1.571
diff -u -d -r1.570 -r1.571
--- browsers.html 1 Feb 2010 23:27:18 -0000 1.570
+++ browsers.html 4 Feb 2010 06:57:05 -0000 1.571
@@ -335,7 +335,13 @@
data mining tools are likely to never instantiate browsing
contexts.</p><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. </p><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><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
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.636
retrieving revision 1.637
diff -u -d -r1.636 -r1.637
--- spec.html 4 Feb 2010 06:17:05 -0000 1.636
+++ spec.html 4 Feb 2010 06:57:05 -0000 1.637
@@ -300,7 +300,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3701.
+This is revision 1.3702.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -20687,7 +20687,13 @@
data mining tools are likely to never instantiate browsing
contexts.</p><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. </p><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><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:57:09 UTC