[WSG] Time element question

2012-05-22 Thread Tom Livingston
Hello list, i wasn't able to find an answer on google specifically for what my question is, so here goes: when using the time element, can you put ANY text within the open and close tags? Like: time datetime=2012-02-0302.03.12 - Asia Pacific/time Is the addition of - Asia Pacific ok to do

Re: [WSG] Time element question

2012-05-22 Thread Phil Archer
Hi Tom, (Different forum, still me ;-) ) My understanding is that yes you can (put anything you like in the text). It's the @datetime data that is restricted to a machine-readable format. If, however, you don't give the @datetime value then the content of the element itself must be a valid

Re: [WSG] Time element question

2012-05-22 Thread Tom Livingston
On Tue, May 22, 2012 at 4:22 PM, Phil Archer ph...@w3.org wrote: Hi Tom, (Different forum, still me ;-) ) Ha! Thanks for remembering me! ;-) My understanding is that yes you can (put anything you like in the text). It's the @datetime data that is restricted to a machine-readable format.