Bug 21286
Summary: | placeholder attribute should apply to all focusable nodes that take text input | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ojan Vafai <ojan> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | adele, cmarcelo, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Ojan Vafai
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adele Peterson
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
It's a good idea, but we really need to be proposing this to HTML5 before we extend placeholder further IMO.
Ryosuke Niwa
I've taken the liberty of posting this proposal on whatwg: http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-May/035615.html