[Bug 12868] forms: Allow placeholder="" for color and date/time types

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Needs Impl Interest         |2016 Q1

--- Comment #10 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
Update:

Firefox and Chrome both have basically the same implementation for type=color,
for which placeholder="" makes no sense. WebKit and IE (10) still don't seem to
support it.

Chrome implements all the date-related ones except type=datetime, and for none
of them would a placeholder work. iOS Safari does some stuff with some of the
widgets, and the placeholders could be used given how they do it.

Firefox, IE, and WebKit still don't seem to support the date-related ones on
desktop. Firefox Android doesn't either.

They all do type=number and show a placeholder, as the spec allows.

http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3220

Continuing to punt given the current situation.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 30 September 2014 17:18:09 UTC