HTML and CSS Reference
In-Depth Information
Creates a date input control, such as a pop-up calendar, for specifying a particular week in a
year. Values are provided in ISO week numbering format:
<input type="week" name="thisweek" value="2009-W34" >
HTML5 Global Attributes
autocomplete="on|off"
autofocus ( autofocus="autofocus" in XHTML)
disabled ( disabled="disabled" in XHTML)
form=" id of form owner "
list=" id of datalist "
max=" number or string "
min=" number or string "
name=" name "
readonly ( readonly="readonly" in XHTML)
required ( required="required" in XHTML)
step="any |number "
value=" YYYY-W# "
Search WWH ::




Custom Search