html5/spec Overview.html,1.2296,1.2297

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

Modified Files:
	Overview.html 
Log Message:
note autofocus='' for contentEditable idea (whatwg r3139)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2296
retrieving revision 1.2297
diff -u -d -r1.2296 -r1.2297
--- Overview.html	26 May 2009 10:30:14 -0000	1.2296
+++ Overview.html	26 May 2009 10:31:49 -0000	1.2297
@@ -31215,7 +31215,7 @@
   is only used by <code><a href="#the-input-element">input</a></code> elements.) These are used to
   describe how the user interacts with the control.</p>
 
-  </div><h5 id="autofocusing-a-form-control"><span class="secno">4.10.14.4 </span>Autofocusing a form control</h5><p>The <dfn id="attr-fe-autofocus" title="attr-fe-autofocus"><code>autofocus</code></dfn>
+  </div><h5 id="autofocusing-a-form-control"><span class="secno">4.10.14.4 </span>Autofocusing a form control</h5><!-- v2: Apply this to contentEditable elements --><p>The <dfn id="attr-fe-autofocus" title="attr-fe-autofocus"><code>autofocus</code></dfn>
   content attribute allows the user to indicate that a control is to
   be focused as soon as the page is loaded, allowing the user to just
   start typing without having to manually focus the main control.<p>The <code title="attr-fe-autofocus"><a href="#attr-fe-autofocus">autofocus</a></code> attribute is
@@ -42350,7 +42350,7 @@
     <p class="note">This is a <a href="#willful-violation">willful violation</a> of the
     JavaScript specification current at the time of writing
     (ECMAScript edition 3). The JavaScript specification requires that
-    the code title=""&gt;this keyword in the global scope return
+    the <code title="">this</code> keyword in the global scope return
     the global object, but this is not compatible with the security
     design prevalent in implementations as specified herein. <a href="#references">[ECMA262]</a></p>
 

Received on Tuesday, 26 May 2009 10:32:03 UTC