[html5] r8333 - [e] (0) Make this intro text about autocomplete less confusing Fixing https://ww [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 5 10:59:22 PST 2013


Author: ianh
Date: 2013-12-05 10:59:20 -0800 (Thu, 05 Dec 2013)
New Revision: 8333

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make this intro text about autocomplete less confusing
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23964
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-12-05 18:37:34 UTC (rev 8332)
+++ complete.html	2013-12-05 18:59:20 UTC (rev 8333)
@@ -37272,7 +37272,7 @@
   the user reenter their information each time. For example, a field asking for the user's telephone
   number can be automatically filled with the user's phone number.</p>
 
-  <p>To help the user agent with this, we can tell it what the field is using the <code title=attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code> attribute. In the case of this form, we have
+  <p>To help the user agent with this, the <code title=attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code> attribute can be used to describe the field's purpose. In the case of this form, we have
   three fields that can be usefully annotated in this way: the information about who the pizza is to
   be delivered to. Adding this information looks like this:</p>
 

Modified: index
===================================================================
--- index	2013-12-05 18:37:34 UTC (rev 8332)
+++ index	2013-12-05 18:59:20 UTC (rev 8333)
@@ -37272,7 +37272,7 @@
   the user reenter their information each time. For example, a field asking for the user's telephone
   number can be automatically filled with the user's phone number.</p>
 
-  <p>To help the user agent with this, we can tell it what the field is using the <code title=attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code> attribute. In the case of this form, we have
+  <p>To help the user agent with this, the <code title=attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code> attribute can be used to describe the field's purpose. In the case of this form, we have
   three fields that can be usefully annotated in this way: the information about who the pizza is to
   be delivered to. Adding this information looks like this:</p>
 

Modified: source
===================================================================
--- source	2013-12-05 18:37:34 UTC (rev 8332)
+++ source	2013-12-05 18:59:20 UTC (rev 8333)
@@ -40570,8 +40570,8 @@
   the user reenter their information each time. For example, a field asking for the user's telephone
   number can be automatically filled with the user's phone number.</p>
 
-  <p>To help the user agent with this, we can tell it what the field is using the <code
-  data-x="attr-fe-autocomplete">autocomplete</code> attribute. In the case of this form, we have
+  <p>To help the user agent with this, the <code
+  data-x="attr-fe-autocomplete">autocomplete</code> attribute can be used to describe the field's purpose. In the case of this form, we have
   three fields that can be usefully annotated in this way: the information about who the pizza is to
   be delivered to. Adding this information looks like this:</p>
 




More information about the Commit-Watchers mailing list