<time> contains a phrase defining a time of day in any format. [3.5.4. ] |
Module | core |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @rend, @style) att.datable (@calendar) (att.datable.w3c (@when, @from, @to)) att.typed (@type) |
Member of | |
Contained by | |
May contain | |
Declaration |
element time
{
attribute from { text }?,
attribute to { text }?,
attribute extent { text }?,
( text | model.gLike | model.phrase | model.global )*
} |
Example | As he sat smiling, the quarter struck — <time when="11:45:00">the quarter to twelve </time>. |