[Bug 12868] Allow placeholder for color, date+, and number types

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12868

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackalmage@gmail.com

--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-06-04 01:11:00 UTC ---
Color and date are specifically intended to *not* expose a standard text-input
box.  type=color should expose a dropper or something, and type=date should
expose a calendar picker.

type=number is a bit different, but the UA should still make it clear by
default that it expects a number.  You shouldn't have to do anything special by
yourself.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 4 June 2011 01:11:03 UTC