[html5] r7536 - [e] (0) Missed the point of the example here. Oops. Fixing https://www.w3.org/Bu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Nov 24 19:12:38 PST 2012
Author: ianh
Date: 2012-11-24 19:12:37 -0800 (Sat, 24 Nov 2012)
New Revision: 7536
Modified:
complete.html
index
source
Log:
[e] (0) Missed the point of the example here. Oops.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18880
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-11-25 02:41:35 UTC (rev 7535)
+++ complete.html 2012-11-25 03:12:37 UTC (rev 7536)
@@ -56271,7 +56271,7 @@
The day is dropped since the <a href="#month-state-(type=month)" title=attr-input-type-month>Month</a> state only accepts a
month/year combination.
<tr><td>
- <pre><select name=c>
+ <pre><select name=c autocomplete="bday">
<option>Jan
<option>Feb
<em>...</em>
Modified: index
===================================================================
--- index 2012-11-25 02:41:35 UTC (rev 7535)
+++ index 2012-11-25 03:12:37 UTC (rev 7536)
@@ -56271,7 +56271,7 @@
The day is dropped since the <a href="#month-state-(type=month)" title=attr-input-type-month>Month</a> state only accepts a
month/year combination.
<tr><td>
- <pre><select name=c>
+ <pre><select name=c autocomplete="bday">
<option>Jan
<option>Feb
<em>...</em>
Modified: source
===================================================================
--- source 2012-11-25 02:41:35 UTC (rev 7535)
+++ source 2012-11-25 03:12:37 UTC (rev 7536)
@@ -65808,7 +65808,7 @@
month/year combination.
<tr>
<td>
- <pre><select name=c>
+ <pre><select name=c autocomplete="bday">
<option>Jan
<option>Feb
<em>...</em>
More information about the Commit-Watchers
mailing list