Type of input "color"?

I checked some input type from HTML5 and I found out that the chrome color support of the input type does not work. My version of chrome is 15.0.874.121, and the w3schools website says it has been supported since version 12:

My question is simple: why does this not work for me? Is this a regression of HTML5 support in Chrome?

+5
source share
3 answers

I have standalone versions of Chrome for testing (see http://www.oldapps.com/google_chrome.php ), and neither Chrome 12, 13, nor 15 seem to support it <input type="color">- they all just display a text box. (Unlike Opera 11, which displays a color picker.)

A Reddit article related to @WebDevelopers answer says html5test.com tells Chrome 12 as support for checking the field on <input type="color">. This is true: html5test.com reports that for Chrome 12 (and not for Chrome 15), but I'm not sure what that actually means.

+1
source

w3school . . , . http://w3fools.com/

,

Firefox 29

Firefox 29 color input Ubuntu

Opera Desktop 11

Opera desktop color input

Chrome Desktop 20:

chrome input type color Ubuntu

Android 4.4/Chrome Mobile:

chrome mobile color input

Opera mobile:

opera mobile color input

Blackberry:

blackberry color input

Firefox os 1.3

Firefox os ,

/

http://www.reddit.com/r/browsers/comments/is1q9/does_chrome_safari_and_firefox_support_input/

Chrome 12: partial (minimal element support: yes, custom ui: no, value sanitization: no, field validation: yes)     
Safari 5.0.1: partial(minimal element support: yes, custom ui: no, value sanitization: no,field validation: yes)     
Opera 11.50: partial (minimal element support: yes, custom ui: yes, value sanitization: yes, field validation: no)    
IE 9: No
Firefox 5: No 

, http://www.eyecon.ro/colorpicker/

+8

All Articles