[html5] r3139 - [e] (0) note autofocus='' for contentEditable idea
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 26 03:31:46 PDT 2009
Author: ianh
Date: 2009-05-26 03:31:44 -0700 (Tue, 26 May 2009)
New Revision: 3139
Modified:
index
source
Log:
[e] (0) note autofocus='' for contentEditable idea
Modified: index
===================================================================
--- index 2009-05-26 10:30:08 UTC (rev 3138)
+++ index 2009-05-26 10:31:44 UTC (rev 3139)
@@ -35227,6 +35227,8 @@
<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
@@ -47197,7 +47199,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="">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=#refsECMA262>[ECMA262]</a></p>
Modified: source
===================================================================
--- source 2009-05-26 10:30:08 UTC (rev 3138)
+++ source 2009-05-26 10:31:44 UTC (rev 3139)
@@ -39476,6 +39476,8 @@
<h5>Autofocusing a form control</h5>
+ <!-- v2: Apply this to contentEditable elements -->
+
<p>The <dfn 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
@@ -53773,7 +53775,7 @@
<p class="note">This is a <span>willful violation</span> of the
JavaScript specification current at the time of writing
(ECMAScript edition 3). The JavaScript specification requires that
- the code title="">this</code> 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="#refsECMA262">[ECMA262]</a></p>
More information about the Commit-Watchers
mailing list