html5/spec Overview.html,1.1712,1.1713

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22362

Modified Files:
	Overview.html 
Log Message:
Make clearer what is meant by 'system focus'. (whatwg r2542)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1712
retrieving revision 1.1713
diff -u -d -r1.1712 -r1.1713
--- Overview.html	17 Dec 2008 23:02:11 -0000	1.1712
+++ Overview.html	18 Dec 2008 03:58:04 -0000	1.1713
@@ -8,7 +8,7 @@
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>HTML 5</h1>
    <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->17 December 2008</h2>
+   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->18 December 2008</h2>
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
     <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd>
@@ -97,7 +97,7 @@
   specification's progress along the W3C Recommendation
   track.
   <!--ZZZ:-->
-  This specification is the 17 December 2008 <!--ZZZ "Working Draft"-->Editor's Draft.
+  This specification is the 18 December 2008 <!--ZZZ "Working Draft"-->Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -26672,7 +26672,7 @@
           http://www.mozilla.org/docs/dom/domref/dom_window_ref.html
           http://lxr.mozilla.org/mozilla/source/dom/public/idl/base/nsIDOMWindow.idl - scrollBy, etc
           http://lxr.mozilla.org/mozilla/source/dom/public/idl/base/nsIDOMWindowInternal.idl - DOM level 0
-      close() focus() blur()
+      close() focus() blur() - when defining close(), mention it in showModalDialog() as a way to close the window
    --><p>The <dfn id=dom-window title=dom-window><code>window</code></dfn>, <dfn id=dom-frames title=dom-frames><code>frames</code></dfn>, and <dfn id=dom-self title=dom-self><code>self</code></dfn> DOM attributes must all
   return the <code><a href=#window>Window</a></code> object itself.<p>The <code><a href=#window>Window</a></code> object also provides the scope for <a href=#concept-script title=concept-script>script</a>
   execution. Each <code>Document</code> in a <a href=#browsing-context>browsing
@@ -32694,7 +32694,7 @@
        http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/setactive.asp
        http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onbeforeactivate.asp
        http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/focus.asp
-  --><p>When an element is <em>focused</em>, key events received by the
+  --><p>When an element is <i>focused</i>, key events received by the
   document must be targeted at that element. There may be no element
   focused; when no element is focused, key events received by the
   document must be targetted at <a href=#the-body-element-1>the <code>body</code>
@@ -32702,10 +32702,10 @@
   context</a> or <code>Document</code> individually, or may support
   only one focused elment per <a href=#top-level-browsing-context>top-level browsing context</a>
   &mdash; user agents should follow platform conventions in this
-  regard.<p>Which element(s) within a <a href=#top-level-browsing-context>top-level browsing context</a>
-  currently has focus must be independent of whether or not the
-  <a href=#top-level-browsing-context>top-level browsing context</a> itself has the <em>system
-  focus</em>.<p class=note>When an element is focused, the element matches the
+  regard.<p>Which elements within a <a href=#top-level-browsing-context>top-level browsing context</a>
+  currently have focus must be independent of whether or not the
+  <a href=#top-level-browsing-context>top-level browsing context</a> itself has the <i>system
+  focus</i>.<p class=note>When an element is focused, the element matches the
   CSS <code>:focus</code> pseudo-class.<h4 id=sequential-focus-navigation><span class=secno>6.5.1 </span>Sequential focus navigation</h4><p>The <dfn id=attr-tabindex title=attr-tabindex><code>tabindex</code></dfn>
   content attribute specifies whether the element is focusable,
   whether it can be reached using sequential focus navigation, and the
@@ -32840,9 +32840,11 @@
   attribute must return the element in the document that is
   focused. If no element in the <code>Document</code> is focused, this
   must return <a href=#the-body-element-1>the <code>body</code> element</a>.<p>The <dfn id=dom-document-hasfocus title=dom-document-hasFocus><code>hasFocus()</code></dfn> method
-  must return true if the document, one of its nested <a href=#browsing-context title="browsing context">browsing contexts</a>, or any element in
-  the document or its browsing contexts currently has the system
-  focus.<h4 id=element-level-focus-apis><span class=secno>6.5.4 </span>Element-level focus APIs</h4><p>The <dfn id=dom-focus title=dom-focus><code>focus()</code></dfn> method,
+  must return true if the document's <a href=#browsing-context>browsing context</a> is
+  focused, and all its <a href=#ancestor-browsing-context title="ancestor browsing
+  context">ancestor browsing contexts</a> are also focused, and the
+  <a href=#top-level-browsing-context>top-level browsing context</a> has the <i>system
+  focus</i>.<h4 id=element-level-focus-apis><span class=secno>6.5.4 </span>Element-level focus APIs</h4><p>The <dfn id=dom-focus title=dom-focus><code>focus()</code></dfn> method,
   when invoked, must run the following algorithm:<ol><li><p>If the element is marked as <i><a href=#locked-for-focus>locked for focus</a></i>, then abort
    these steps.</li>
 
@@ -44748,29 +44750,29 @@
   Eira Monstad, Elliotte Harold, Eric Carlson, Eric Law, Erik
   Arvidsson, Evan Martin, Evan Prodromou, fantasai, Felix Sasaki,
   Franck 'Shift' Qu&eacute;lain, Garrett Smith, Geoffrey Garen,
-  Geoffrey Sneddon, George Lund, H&aring;kon Wium Lie, Henri Sivonen,
-  Henrik Lied, Henry Mason, Hugh Winkler, Ignacio Javier, Ivo Emanuel
-  Gon&ccedil;alves, J. King, Jacques Distler, James Graham, James
-  Justin Harrell, James M Snell, James Perrett, Jan-Klaas Kollhof,
-  Jason White, Jasper Bryant-Greene, Jeff Cutsinger, Jeff Schiller,
-  Jeff Walden, Jens Bannmann, Jens Fendler, Jeroen van der Meer, Jim
-  Jewett, Jim Meehan, Joe Clark, John Fallows, Joseph Kesselman, Jjgod
-  Jiang, Joel Spolsky, Johan Herland, John Boyer, John Bussjaeger,
-  John Harding, Johnny Stenback, Jon Gibbins, Jon Perlow, Jonathan
-  Worent, Jorgen Horstink, Josh Levenberg, Joshua Randall, Jukka
-  K. Korpela, Jules Cl&eacute;ment-Ripoche, Julian Reschke, Kai
-  Hendry, <!-- Keryx Web, = Lars Gunther --> Kornel Lesinski,
-  &#40658;&#28580;&#21083;&#24535; (KUROSAWA Takeshi), Kristof
-  Zelechovski, Lachlan Hunt, Larry Page, Lars Gunther, Laura
-  L. Carlson, Laura Wisewell, Laurens Holst, Lee Kowalkowski, Leif
-  Halvard Silli, Lenny Domnitser, L&eacute;onard Bouchet, Leons
-  Petrazickis, Logan<!-- on moz irc -->, Loune, Maciej Stachowiak,
-  Magnus Kristiansen<!-- Dashiva -->, Maik Merten, Malcolm Rowe, Mark
-  Nottingham, Mark Rowe<!--bdash-->, Mark Schenk, Martijn Wargers,
-  Martin Atkins, Martin D&uuml;rst, Martin Honnen, Masataka Yakura,
-  Mathieu Henri, Matthew Gregan, Matthew Mastracci, Matthew Raymond,
-  Matthew Thomas, Mattias Waldau, Max Romantschuk, Michael 'Ratt'
-  Iannarelli, Michael A. Nachbaur, Michael A. Puls
+  Geoffrey Sneddon, George Lund, H&aring;kon Wium Lie, Hans
+  S. T&oslash;mmerhalt, Henri Sivonen, Henrik Lied, Henry Mason, Hugh
+  Winkler, Ignacio Javier, Ivo Emanuel Gon&ccedil;alves, J. King,
+  Jacques Distler, James Graham, James Justin Harrell, James M Snell,
+  James Perrett, Jan-Klaas Kollhof, Jason White, Jasper Bryant-Greene,
+  Jeff Cutsinger, Jeff Schiller, Jeff Walden, Jens Bannmann, Jens
+  Fendler, Jeroen van der Meer, Jim Jewett, Jim Meehan, Joe Clark,
+  John Fallows, Joseph Kesselman, Jjgod Jiang, Joel Spolsky, Johan
+  Herland, John Boyer, John Bussjaeger, John Harding, Johnny Stenback,
+  Jon Gibbins, Jon Perlow, Jonathan Worent, Jorgen Horstink, Josh
+  Levenberg, Joshua Randall, Jukka K. Korpela, Jules
+  Cl&eacute;ment-Ripoche, Julian Reschke, Kai Hendry, <!-- Keryx Web,
+  = Lars Gunther --> Kornel Lesinski, &#40658;&#28580;&#21083;&#24535;
+  (KUROSAWA Takeshi), Kristof Zelechovski, Lachlan Hunt, Larry Page,
+  Lars Gunther, Laura L. Carlson, Laura Wisewell, Laurens Holst, Lee
+  Kowalkowski, Leif Halvard Silli, Lenny Domnitser, L&eacute;onard
+  Bouchet, Leons Petrazickis, Logan<!-- on moz irc -->, Loune, Maciej
+  Stachowiak, Magnus Kristiansen<!-- Dashiva -->, Maik Merten, Malcolm
+  Rowe, Mark Nottingham, Mark Rowe<!--bdash-->, Mark Schenk, Martijn
+  Wargers, Martin Atkins, Martin D&uuml;rst, Martin Honnen, Masataka
+  Yakura, Mathieu Henri, Matthew Gregan, Matthew Mastracci, Matthew
+  Raymond, Matthew Thomas, Mattias Waldau, Max Romantschuk, Michael
+  'Ratt' Iannarelli, Michael A. Nachbaur, Michael A. Puls
   II<!--Shadow2531-->, Michael Carter, Michael Gratton, Michael
   Nordman, Michael Powers, Michael(tm) Smith, Michel Fortin, Michiel
   van der Blonk, Mihai &#350;ucan<!-- from ROBO Design -->, Mike

Received on Thursday, 18 December 2008 03:58:17 UTC