NEW 21286
placeholder attribute should apply to all focusable nodes that take text input
https://bugs.webkit.org/show_bug.cgi?id=21286
Summary placeholder attribute should apply to all focusable nodes that take text input
Ojan Vafai
Reported 2008-10-01 15:37:04 PDT
The ones that come to mind that are missing right now: 1. textareas 2. contentEditable nodes 3. the body element when designMode is on In cases 2 and 3, it would be great if the placeholder text could be HTML and be CSS styleable.
Attachments
Adele Peterson
Comment 1 2008-10-01 15:41:05 PDT
Ojan and I talked about this earlier today. I think this is a good idea, and could replace a lot of JS that web authors have to write to get this behavior. We should consider reorganizing the code so that maybe HTMLInputElement, HTMLTextAreaElement, and other editable elements can inherit from some common class.
Dave Hyatt
Comment 2 2008-10-01 15:47:31 PDT
It's a good idea, but we really need to be proposing this to HTML5 before we extend placeholder further IMO.
Ryosuke Niwa
Comment 3 2012-05-01 22:01:10 PDT
I've taken the liberty of posting this proposal on whatwg: http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-May/035615.html
Note You need to log in before you can comment on or make changes to this bug.