HTML/time: Difference between revisions
< HTML
Jump to navigation
Jump to search
(stub) |
|||
Line 10: | Line 10: | ||
== time element spec issues == | == time element spec issues == | ||
* ... | === expand time === | ||
* expand <code><time></code> and new date/time <code><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. | |||
** more inputs/times. expand both time/input to handle additional real world cases | |||
*** YYYY | |||
*** --MM-DD | |||
=== nesting time === | |||
for better DRY: | |||
* improve <code><time></code> element to support uses analogous to the microformats "value class pattern" date and time separation use case (compose nested <code><time></code> elements into a single date and time) | |||
** perhaps even use a <code><time></code> to compose multiple nested date/time <code><input></code> elements for specific date/time components into a single date and/or time. | |||
== see also == | == see also == | ||
* [[HTML5]] home page | * [[HTML5]] home page |
Revision as of 01:45, 22 July 2010
Welcome to the Mozilla wiki page on the HTML5 <time> element. Please feel free to contribute new test pages or new sections. -- Tantek
This article is a stub. You can help MozillaWiki by expanding it.
time element test pages
- ...
time element demo pages
- ...
time element spec issues
expand time
- expand
<time>
and new date/time<input>
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.
- more inputs/times. expand both time/input to handle additional real world cases
- YYYY
- --MM-DD
nesting time
for better DRY:
- improve
<time>
element to support uses analogous to the microformats "value class pattern" date and time separation use case (compose nested<time>
elements into a single date and time)- perhaps even use a
<time>
to compose multiple nested date/time<input>
elements for specific date/time components into a single date and/or time.
- perhaps even use a
see also
- HTML5 home page