HTML/time: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎expand time: impedance match time and datetime inputs proposed)
(→‎nesting time: emailed whatwg about compositing time and am pm)
Line 24: Line 24:


=== nesting time ===
=== nesting time ===
Recorded on WHATWG wiki: http://wiki.whatwg.org/wiki/Time_element#composite_nested_time_elements
Recorded on WHATWG wiki:  
* http://wiki.whatwg.org/wiki/Time_element#composite_nested_time_elements
* http://wiki.whatwg.org/wiki/Time_element#am_pm_and_coarser_time_parsing


for better DRY:
for better DRY:
* improve <code>&lt;time&gt;</code> element to support uses analogous to the microformats "value class pattern" date and time separation use case (compose nested <code>&lt;time&gt;</code> elements into a single date and time)
* improve <code>&lt;time&gt;</code> element to support uses analogous to the microformats "value class pattern" date and time separation use case (compose nested <code>&lt;time&gt;</code> elements into a single date and time) - and am pm handling
** 2010-08-10 emailed whatwg list: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/027845.html
** perhaps even use a <code>&lt;time&gt;</code> to compose multiple nested date/time <code>&lt;input&gt;</code> elements for specific date/time components into a single date and/or time.
** perhaps even use a <code>&lt;time&gt;</code> to compose multiple nested date/time <code>&lt;input&gt;</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 00:37, 11 August 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

nesting time

Recorded on WHATWG wiki:

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) - and am pm handling

see also