hixie: Clarify what is focused in the iframe's owner document when an iframe's child document is focused. (whatwg r6876)

hixie: Clarify what is focused in the iframe's owner document when an
iframe's child document is focused. (whatwg r6876)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5475&r2=1.5476&f=h
http://html5.org/tools/web-apps-tracker?from=6875&to=6876

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5475
retrieving revision 1.5476
diff -u -d -r1.5475 -r1.5476
--- Overview.html 16 Dec 2011 00:32:40 -0000 1.5475
+++ Overview.html 16 Dec 2011 20:53:45 -0000 1.5476
@@ -54242,6 +54242,10 @@
   <a href="#top-level-browsing-context">top-level browsing context</a> itself has the <i>system
   focus</i>.</p>
 
+  <p id="bc-focus-ergo-bcc-focus">When a <a href="#child-browsing-context">child browsing
+  context</a> is focused, its <a href="#browsing-context-container">browsing context
+  container</a> must also have focus.</p>
+
   <p class="note">When an element is focused, the element matches the
   CSS <code>:focus</code> pseudo-class.</p>
 
@@ -54384,6 +54388,9 @@
 
    <li><a href="#editing-host" title="editing host">Editing hosts</a></li>
 
+   <li><a href="#browsing-context-container" title="browsing context container">Browsing context
+   containers</a></li> 
+
   </ul><p>In addition, each shape that is generated for an
   <code><a href="#the-area-element">area</a></code> element should be <a href="#focusable">focusable</a>, unless
   platform conventions dictate otherwise. (A single <code><a href="#the-area-element">area</a></code>
@@ -54505,6 +54512,13 @@
   <code><a href="#document">Document</a></code> is focused, this must return <a href="#the-body-element-0">the body
   element</a>.</p>
 
+  <p class="note">When a <a href="#child-browsing-context">child browsing context</a> is
+  focused, its <a href="#browsing-context-container">browsing context container</a> is also
+  focused, <a href="#bc-focus-ergo-bcc-focus">by definition</a>. For
+  example, if the user moves the focus to a text field in an
+  <code><a href="#the-iframe-element">iframe</a></code>, the <code><a href="#the-iframe-element">iframe</a></code> is the element with
+  focus in the <a href="#parent-browsing-context">parent browsing context</a>.</p>
+
   <p>The <dfn id="dom-document-hasfocus" title="dom-document-hasFocus"><code>hasFocus()</code></dfn> method
   on <code><a href="#document">Document</a></code> objects must return true if the
   <code><a href="#document">Document</a></code>'s <a href="#browsing-context">browsing context</a> is focused,

Received on Friday, 16 December 2011 20:56:05 UTC