]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
respond re pubdate attribute
authorjon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3 <jonikiwiki@web>
Mon, 5 Oct 2020 15:16:39 +0000 (11:16 -0400)
committeradmin <admin@branchable.com>
Mon, 5 Oct 2020 15:16:39 +0000 (11:16 -0400)
doc/bugs/html5_time_element__39__s_pubdate_wrong_when_using_xhtml5___34__mode__34__.mdwn

index 228847b4aad7c3eb1e47a6e26ec10fcbe347aa42..1bda7e5f43645312625e70049bce42efd87cb2a1 100644 (file)
@@ -13,8 +13,16 @@ The pubdate REQUIRES a date, so e.g. `pubdate="2009-03-24T18:02:14Z"`
 >>>
 >>> Posted &lt;time datetime="2007-12-06T05:00:00Z" pubdate="pubdate"&gt;Thu 06 Dec 2007 12:00:00 AM EST&lt;/time&gt;
 >>>
->>> which shows up as an error on https://validator.w3.org/ --Luke Schierer
+>>> which shows up as an error on https://validator.w3.org/ --Luke Schierer 
+
+>>>> My reading of Joey's response, above, was that (according to the spec at the time), `pubdate="pubdate"` is what
+>>>> should be generated, *not* `pubdate="timestamp"`, and so what you are seeing is expected. However, looking at
+>>>> the *current* Spec (linked elsewhere in this page), `pubdate` is not actually a valid attribute any more at
+>>>> all. And indeed, running my own blog through the Validator, I see:
+>>>>> `Error: Attribute pubdate not allowed on element time at this point.`
+>>>> *— [[Jon]], 2020-10-05*
+
+
 
 Otherwise the XML parser chokes.