Confirmed users
504
edits
(→time element spec issues: editorial example fix submitted) |
m (Added hyperlinks to <time> in the MDN.) |
||
| Line 1: | Line 1: | ||
Welcome to the Mozilla wiki page on the [[HTML5]] <time> element. Please feel free to contribute new test pages or new sections. -- [[User:Tantek|Tantek]] | Welcome to the Mozilla wiki page on the [[HTML5]] [https://developer.mozilla.org/en/HTML/Element/time <time>] element. Please feel free to contribute new test pages or new sections. -- [[User:Tantek|Tantek]] | ||
{{stub}} | {{stub}} | ||
| Line 11: | Line 11: | ||
== time element spec issues == | == time element spec issues == | ||
=== expand time === | === expand time === | ||
* expand <code><time></code> and new date/time <code><input></code> elements to be consistent and reflect more real world use cases | * expand <code><time></code> and new date/time <code>[https://developer.mozilla.org/en/HTML/Element/time <input>]</code> elements to be consistent and reflect more real world use cases | ||
** impedance match. handle the same set of year, month, date, time variants/subsets between the two. what is taken as input is nearly always displayed as output - the use cases are analogous/parallel. | ** impedance match. handle the same set of year, month, date, time variants/subsets between the two. what is taken as input is nearly always displayed as output - the use cases are analogous/parallel. | ||
*** recorded/expanded on the WHATWG wiki: http://wiki.whatwg.org/wiki/Time_element#impedance_match_new_date_time_inputs | *** recorded/expanded on the WHATWG wiki: http://wiki.whatwg.org/wiki/Time_element#impedance_match_new_date_time_inputs | ||