the Chromium logo

The Chromium Projects

Ash Color Chooser

## Overview

This document describes how to achieve <input type=”color”> UI in ChromeOS/Ash.

# Motivation

<input type=”color”> is a new input type introduced in HTML5. It enables users to pick a color and returns a value of #hhhhhh format. WebKit forms team has decided to use platform’s default color picker rather than implementing a new one. It means that we need to implement our own color picker view for ChromeOS/Ash.

# First Goal

# Next plans (not confirmed yet)

# Not Goal

# References

Input type=color spec: http://www.w3.org/TR/html-markup/input.color.html