[whatwg] 2.13 "autofocus" instead of "autocomplete"
    Ian Hickson 
    ian at hixie.ch
       
    Thu Jun 24 08:28:57 PDT 2004
    
    
  
On Wed, 23 Jun 2004, Anne van Kesteren (fora) wrote:
>
> # In HTML, the minimised form may be used (just autocomplete instead of
> # autocomplete="autocomplete").
>
> This sentence [1], should talk about "autofocus" and not about
> "autocomplete".
Oops. Fixed.
> Note that "autocomplete" takes, currently "yes" or "no" as value, there
> is no shorthand.
Actually technically:
   <input yes>
   <input no>
...would be valid, and would be equivalent to:
   <input autocomplete="yes">
   <input autocomplete="no">
But let's not go there.
-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'
    
    
More information about the whatwg
mailing list