Implement type=color as a text field without a fancy color picker, and validation support for type=color.
Created attachment 39044 [details] Proposed patch
Comment on attachment 39044 [details] Proposed patch I guess this is an OK start. On Mac we'll want to use the NSColorWell I figure. I don't see why it's useful to ever have a text box for color picking.
Comment on attachment 39044 [details] Proposed patch Clearing flags on attachment: 39044 Committed r48043: <http://trac.webkit.org/changeset/48043>
All reviewed patches have been landed. Closing bug.
(In reply to comment #2) > (From update of attachment 39044 [details]) > I guess this is an OK start. On Mac we'll want to use the NSColorWell I > figure. I don't see why it's useful to ever have a text box for color picking. Definitely. We'll work on the UI. Thank you very much for the quick review.