html5/pubnotes ChangeLog,1.1,1.2 Overview.html,1.226,1.227 Overview.src.html,1.220,1.221

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv21770

Modified Files:
	ChangeLog Overview.html Overview.src.html 
Log Message:
r1.903 refactoring of "Focus" subsection (whatwg r1716)


Index: ChangeLog
===================================================================
RCS file: /sources/public/html5/pubnotes/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ChangeLog	6 Jun 2008 10:34:44 -0000	1.1
+++ ChangeLog	6 Jun 2008 11:26:56 -0000	1.2
@@ -1,3 +1,13 @@
+2008-06-06 19:35  mike
+
+	* Overview.html (1.226), Overview.src.html (1.220): r1.901
+	  "showNotification() -- first draft. (whatwg r1714)"
+
+2008-06-06 19:34  mike
+
+	* ChangeLog (1.1), Makefile (1.4): added rule for writing ChangeLog
+	  file and checked in ChangeLog
+
 2008-06-05 19:33  mike
 
 	* Overview.html (1.225), Overview.src.html (1.219): fixed another

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -d -r1.226 -r1.227
--- Overview.html	6 Jun 2008 10:35:39 -0000	1.226
+++ Overview.html	6 Jun 2008 11:26:56 -0000	1.227
@@ -13,7 +13,7 @@
     <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css" />
   </head><div class="head"><div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C" /></a></div><h1>HTML 5 Publication Notes</h1><h2>
         W3C
-        Editor’s Draft <em>5 June 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript">
+        Editor’s Draft <em>6 June 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript">
                 var id = "$Id$";
                 var a = document.getElementById('cvsVersionLink');
                 var xs = id.match(/ ([0-9]\.[0-9.]+) /);
@@ -44,7 +44,7 @@
         report can be found in the <a href="http://www.w3.org/TR/">W3C technical
           reports index</a> at http://www.w3.org/TR/.
       </em></p><p>
-        This document is the 5 June 2008 <b>Editor’s Draft</b> of 
+        This document is the 6 June 2008 <b>Editor’s Draft</b> of 
         <cite>HTML 5 Publication Notes</cite>.
       
       Please send comments about this document to
@@ -519,8 +519,16 @@
           elements into view. In this section, the following
           changes were made:</p>
           <ul>
-            <li>In the “Focus” subsection, Some refinements were
-            made to the requirements related to the <code class="htmlattribute">tabindex</code> attribute.</li>
+            <li>The wording for the entire “Focus” subsection was
+            refactored to make “define .focus(), .blur(),
+            onfocus, and onblur in a way that doesn’t require an
+            infinite loop in the face of a hostile author, and
+            that is better defined in terms of multiple iframes,
+            windows, and orphaned elements”, and to provide the
+            following definition of “focusable”: <q>An element is
+              focusable if the tabindex attribute’s definition
+              above defines the element to be focusable and the
+              element is being rendered.</q></li>
           </ul>
         </div>
         <div id="root" class="section">

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -d -r1.220 -r1.221
--- Overview.src.html	6 Jun 2008 10:35:39 -0000	1.220
+++ Overview.src.html	6 Jun 2008 11:26:57 -0000	1.221
@@ -502,9 +502,16 @@
           elements into view. In this section, the following
           changes were made:</p>
           <ul>
-            <li>In the “Focus” subsection, Some refinements were
-            made to the requirements related to the <code
-              class=htmlattribute>tabindex</code> attribute.</li>
+            <li>The wording for the entire “Focus” subsection was
+            refactored to make “define .focus(), .blur(),
+            onfocus, and onblur in a way that doesn’t require an
+            infinite loop in the face of a hostile author, and
+            that is better defined in terms of multiple iframes,
+            windows, and orphaned elements”, and to provide the
+            following definition of “focusable”: <q>An element is
+              focusable if the tabindex attribute’s definition
+              above defines the element to be focusable and the
+              element is being rendered.</q></li>
           </ul>
         </section>
         <section id=root>

Received on Friday, 6 June 2008 11:27:34 UTC