Does the hint display if the input control gets cleared after loading? IMHO, The hint should not disappear on focus. It should remain until a new value is entered.
Chris _____ From: Tab Atkins Jr. [mailto:[EMAIL PROTECTED] Sent: Saturday, October 04, 2008 4:15 PM To: Kristof Zelechovski Cc: WHATWG Subject: Re: [whatwg] Placeholder option for text input boxes On Sat, Oct 4, 2008 at 9:04 AM, Kristof Zelechovski <[EMAIL PROTECTED]> wrote: > TJ Atkins said: >>Man, I could *really* see the "hint" function being viable and quite useful. It offers up a completely new-and-useful semantic, and there's no particular place it should already go. I'd accept this as a new attribute without reservation if it was renamed @hint, so it's absolutely clear what the semantic for it is. >>~TJ > What happens if a hint and a value are both specified? The value would display. The hint only displays when the input is both empty and not focussed. @value negates the first condition. ~TJ