<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Em 28 de julho de 2010 18:05, Tab Atkins Jr. <span dir="ltr"><<a href="mailto:jackalmage@gmail.com" target="_blank" style="color: rgb(28, 81, 168); ">jackalmage@gmail.com</a>></span> escreveu:<br>

<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

2010/7/28 Leo Dutra ™ <<a href="http://leodutra.br/" target="_blank" style="color: rgb(28, 81, 168); ">leodutra.br</a>@<a href="http://gmail.com/" target="_blank" style="color: rgb(28, 81, 168); ">gmail.com</a>>:<br>

<div><span style="background-color: rgb(255, 255, 255); "><font color="#FF0000">> Hello, everyone.<br>> I were asking myself about HTML5 input with type "color". I'm a brazillian<br>> developer and I see a huge problem with the new input type. The problem is<br>

> that RGB color names are expected to be written in English. This is not a<br>> good, or even, usability.</font></span><br><br></div><span style="background-color: rgb(255, 255, 255); "><font color="#000099">There is no official list of localizations of the standard sets of<br>

colors.  It kind of sucks for people for whom English isn't their<br>first language, but nearly all programming languages are based on<br>English.<br><br>Further, once you start giving aliases for some languages, it becomes<br>

hard to justify not giving aliases in *every* language.  This isn't<br>very sustainable.</font></span> <br><div><br></div></blockquote><div> </div><div><font face="sans-serif, 'Droid Sans Fallback'"><span style="line-height: 21px; ">Yes, nearly all programming langs were written and based on English. But this is not a development tool, IDE or language... it's the presentation to the non-dev user, and it should be easy and independant of language. Don't stuck the usability of the <u>World Wide Web</u> in some few countries that has English speaking users, or it'll not take advance.</span></font></div>

<div> </div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<div><font color="#FF0000">> I'd like input type="color" to work for any<br>> language without "porting acrobatics". So I have a new idea.<br>> What about a color picker, and no more langs? ARGB or RGBA (with option to<br>

> restrict to RGB, maybe other restriction patterns). It's independent of<br>> language, easy to implement and much more usable. Social themes, HTML5 slide<br>> sites, RIAs, and all. Imagine the power of picking any color natively and<br>

> send a 0xff00ff00ff to the server.<br>> It's still draft, and time to don't twist the web again.</font><br><br></div><font color="#000099"><input type=color> is *supposed* to expose a color picker.  That was<br>

its entire point, actually.  Webkit-based browsers don't do it right<br>now, and just expose the validation part, where it requires a valid<br>color.  Just wait a bit for the browsers to finish up their forms<br>support, and you'll see a proper color picker there, completely<br>

language-independent.<br></font></blockquote><div><br></div><div><span style="font-family: sans-serif, 'Droid Sans Fallback'; font-size: medium; line-height: 21px; "><a href="http://goog_1610816/" target="_blank" style="color: rgb(28, 81, 168); ">"The </a><code style="font-size: inherit; font-family: monospace, 'Droid Sans Fallback', sans-serif; font-variant: normal; color: rgb(255, 69, 0); "><a href="http://goog_1610816/" target="_blank" style="color: rgb(28, 81, 168); ">input</a></code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/number-state.html#color-state" target="_blank" style="color: rgb(28, 81, 168); "> element represents a color well control, for setting the element's value to a string representing a simple color." - HTML5 Draft</a></span></div>

<div><span style="font-family: sans-serif, 'Droid Sans Fallback'; line-height: 21px; ">What does "String" means?</span></div><div><span style="font-family: sans-serif, 'Droid Sans Fallback'; font-size: medium; line-height: 21px; "><br>

</span></div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<font color="#000099"><br>(Also, btw, <input type=color> will only allow selecting RGB colors.<br>If you want the A, you have to handle it yourself, perhaps with an<br><input type=range>.)</font></blockquote>
<div>
<br></div><div>I think implementing a <input type="color" value="0xff00ff00ff" /> or <input type="color" value="255,255,255,1" /> or similar it's better than a internal list.</div>

<div>The Universe has infinite colors. Human can see from red to violet. And now, with rgb names, less. RGB names it's a bad way of picking colors.</div><div>I say we MUST have a color picker and a date picker (calendar). It's not hard and carries much more freedom for development and usability.</div>

<div><br></div><div>Think again.</div><div>A hug for you all.</div></span>