Skip to content

Commit

Permalink
[e] (0) note autofocus='' for contentEditable idea
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3139 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 26, 2009
1 parent 657ad9a commit 6d474b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index
Expand Up @@ -35227,6 +35227,8 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme

<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
Expand Down Expand Up @@ -47197,7 +47199,7 @@ interface <dfn id=window>Window</dfn> {
<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=#refsECMA262>[ECMA262]</a></p>

Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -39476,6 +39476,8 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

<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
Expand Down Expand Up @@ -53773,7 +53775,7 @@ interface <dfn>Window</dfn> {
<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>
Expand Down

0 comments on commit 6d474b8

Please sign in to comment.