You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML5 defines the @list attribute for input elements, that takes an ID of a datalist element [1]. The color picker should respect this and therefore
if @list is present and valid and no palette is specified, use the options representing a color value given in the referenced list as palette (for both @type=color and @type=text)
allow a value like getFromList for the palette option.
In this test [2] the fourth input shows the desired behavior (applied manually).
HTML5 defines the @list attribute for input elements, that takes an ID of a datalist element [1]. The color picker should respect this and therefore
In this test [2] the fourth input shows the desired behavior (applied manually).
[1] http://www.w3.org/TR/html5/forms.html#the-list-attribute
[2] http://jsfiddle.net/XnjzN/
The text was updated successfully, but these errors were encountered: