note autofocus='' for contentEditable idea (whatwg r3139)

note autofocus='' for contentEditable idea (whatwg r3139)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2297.html#script-s-global-object
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2297.html#concept-fe-checked
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2297.html#autofocusing-a-form-control

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2296&r2=1.2297&f=h
http://html5.org/tools/web-apps-tracker?from=3138&to=3139

===================================================================
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:34:03 UTC