- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Sep 2012 12:12:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv15311
Modified Files:
Overview.html Overview.src.html
Log Message:
compare autofocus to focus()
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- Overview.html 14 Sep 2012 12:09:44 -0000 1.183
+++ Overview.html 14 Sep 2012 12:12:45 -0000 1.184
@@ -580,7 +580,7 @@
<code class="external" title="attr-input-type-hidden"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#hidden-state-(type=hidden)">hidden</a></code>), <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>, <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code> and
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code> elements. It provides a declarative way to focus a
form control during page load. Using this feature should enhance the
- user experience as the user can turn it off if the user does not like
+ user experience compared to focusing the element with script as the user can turn it off if the user does not like
it, for instance.
<li>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- Overview.src.html 14 Sep 2012 12:09:44 -0000 1.196
+++ Overview.src.html 14 Sep 2012 12:12:45 -0000 1.197
@@ -535,7 +535,7 @@
<code data-anolis-spec=html title=attr-input-type-hidden>hidden</code>), <code data-anolis-spec=html>select</code>, <code data-anolis-spec=html>textarea</code> and
<code data-anolis-spec=html>button</code> elements. It provides a declarative way to focus a
form control during page load. Using this feature should enhance the
- user experience as the user can turn it off if the user does not like
+ user experience compared to focusing the element with script as the user can turn it off if the user does not like
it, for instance.
<li>
Received on Friday, 14 September 2012 12:12:51 UTC