diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-08 19:45:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-08 19:45:02 -0400 |
commit | bc0aa4d40e10238f6b83e285869caab3dfeca395 (patch) | |
tree | 3f85c22c30cb747c06392248bcf4068df0d02239 /doc/bugs | |
parent | 8e50e00d25d321a8689051f7ab7452311c3925d5 (diff) |
Use xhtml friendly pubdate setting.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/html5_time_element__39__s_pubdate_wrong_when_using_xhtml5___34__mode__34__.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/html5_time_element__39__s_pubdate_wrong_when_using_xhtml5___34__mode__34__.mdwn b/doc/bugs/html5_time_element__39__s_pubdate_wrong_when_using_xhtml5___34__mode__34__.mdwn index 2dd0d945f..1f6bdb333 100644 --- a/doc/bugs/html5_time_element__39__s_pubdate_wrong_when_using_xhtml5___34__mode__34__.mdwn +++ b/doc/bugs/html5_time_element__39__s_pubdate_wrong_when_using_xhtml5___34__mode__34__.mdwn @@ -6,6 +6,9 @@ XML error: The pubdate REQUIRES a date, so e.g. `pubdate="2009-03-24T18:02:14Z"` +> No, `pubdate="pubdate"`. It's a boolean attribute. applied && [[done]] +> --[[Joey]] + Otherwise the XML parser chokes. <http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#attr-time-pubdate> |