Oct 11, 2008
Story Timeline: 88 days
In Mark’s eighth roundup of HTML 5 land, he delves into the merging of Web Forms 2, which gives us fun things like: input type=”email” input type=”url” inpu type=”number” input type=”range” input type=”date” input type=”time” input type=”datetime” input type=”week” input type=”month” Then Mark discusses input type=”search”: Andy Lyttle wants to standardize one particular feature of (which is already supported by Safari, but not standardized): placeholder text for input fields. The text would initially display in the input field (possibly in a stylized form, smaller font, or lighter color), then disappear when the field receives focus. Lots of sites use Javascript to achieve this effect, but it is surprisingly difficult to get right, in part because no one can quite agree on exactly how it should work. Mozilla Firefox displays...
[read full story]