Contrast-Finder icon indicating copy to clipboard operation
Contrast-Finder copied to clipboard

Support input type=color

Open mfaure opened this issue 10 years ago • 2 comments

As Firefox 29 now supports input type="color", replace theinput type="text"`

http://caniuse.com/#feat=input-color

Verify:

  • it's OK on windows 7 / Chrome
  • it doesn't break the firefox extension

mfaure avatar Apr 30 '14 14:04 mfaure

After doing some research and testing, its pretty clear that this this feature can be implemented into the form.jsp and the site works fine. I did some testing on specifically chrome on a machine running windows 7, and the webapp worked perfectly. I am a little bit wary though because input-color is not supported at all on IE 11. But IE 11 probably has easily less than 1% of the browser market share anyways, so I doubt it's a problem at all.

Jacob-Mahoney avatar Apr 25 '18 02:04 Jacob-Mahoney

IE11 would fallback to a <input type=text>, which is the same experience than today.

stof avatar Nov 12 '20 14:11 stof