- From: Ian Hickson <ian@hixie.ch>
- Date: Thu, 24 Jun 2004 15:28:57 +0000 (UTC)
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. `._.-(,_..'--(,_..'`-.;.'
Received on Thursday, 24 June 2004 08:28:57 UTC