summaryrefslogtreecommitdiff
path: root/doc/bugs/html5_time_element__39__s_pubdate_wrong_when_using_xhtml5___34__mode__34__.mdwn
blob: 2dd0d945f7c09e2ae320e40dd3badcb0cbdb0b98 (plain)

Hi,

XML error:

Created <time datetime="2009-03-24T18:02:14Z" pubdate class="relativedate" title="Tue, 24 Mar 2009 14:02:14 -0400">2009-03-24</time>

The pubdate REQUIRES a date, so e.g. pubdate="2009-03-24T18:02:14Z"

Otherwise the XML parser chokes.

http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#attr-time-pubdate

(indented exactly 4 spaces)