22.04.2013 Views

HTML, XHTML & CSS

HTML, XHTML & CSS

HTML, XHTML & CSS

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 19: Party On with <strong>HTML</strong>5<br />

These new input types differ from various new <strong>HTML</strong>5 elements mentioned<br />

earlier in this chapter because they apply only to the input element (they<br />

aren’t independent markup elements). These input types identify specific<br />

kinds of input data and, generally, play the same role for <strong>HTML</strong>5 input data<br />

that data types play for variables in conventional programming languages<br />

(they tell you what kind of data they can represent). Table 19-3 spells out<br />

these new options.<br />

Table 19-3 <strong>HTML</strong>5 Input Types<br />

Keyword State Control Description<br />

color Color A color well An sRGB color with 8-bit red,<br />

green, and blue components<br />

date Date A date control A date (year, month, day) with<br />

no time zone<br />

datetime Date and<br />

Time<br />

datetimelocal<br />

Local Date<br />

and Time<br />

A date and<br />

time control<br />

A date and<br />

time control<br />

A date and time (year, month,<br />

day, hour, minute, second,<br />

fraction of a second) with the<br />

time zone set to UTC<br />

A date and time (year, month,<br />

day, hour, minute, second,<br />

fraction of a second) with no<br />

time zone<br />

email E-mail A text field An e-mail address or list of<br />

e-mail addresses<br />

month Month A month<br />

control<br />

number Number A text field or<br />

spinner control<br />

range Range A slider control<br />

or similar<br />

A date consisting of a year and<br />

a month with no time zone<br />

A numerical value<br />

A numerical value, with the<br />

extra semantic that the exact<br />

value is not important<br />

search Search Search field Text with no line breaks<br />

tel Telephone A text field Text with no line breaks<br />

time Time A time control A time (hour, minute, seconds,<br />

fractional seconds) with no<br />

time zone<br />

url URL A text field An absolute IRI<br />

week Week A week<br />

Date consisting of a week-<br />

control<br />

year number and a week<br />

number with no time zone<br />

319

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!