another example error i get
authoranarcat <anarcat@web>
Thu, 1 Sep 2022 15:51:52 +0000 (11:51 -0400)
committeradmin <admin@branchable.com>
Thu, 1 Sep 2022 15:51:52 +0000 (11:51 -0400)
doc/bugs/charset_attribute_on_the_script_element_is_obsolete.mdwn

index 3b6b82c623cc2da5f69e1c0ca4f986586fee017c..7eba64714c9b80ce3678d3a8a16493146dd44ec2 100644 (file)
@@ -10,4 +10,6 @@ From line 271, column 1; to line 271, column 78
 
 Seems like a low-hanging fruit... 
 
+There are other errors on my blog, namely the `pubdate=pubdate` blob added by `IkiWiki::displaytime`, no idea where that's coming from, but it's not standard anymore. See for example, [this validation](https://validator.w3.org/nu/?doc=https%3A%2F%2Fanarc.at%2Fblog%2F2020-04-27-drowning-camera%2F) and also the [time element specification](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-time-element). It looks like it was [part of HTML5](https://www.w3.org/TR/2011/WD-html5-author-20110809/the-time-element.html#attr-time-pubdate) but was removed at some later point. According to [this GitHub comment on the react project](https://github.com/facebook/react/issues/3411#issuecomment-80234574), it was replaced by the [itemprop](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemprop) attribute, as in `itemprop="datePublished"`. See also [this w3 example](https://html.spec.whatwg.org/multipage/sections.html#the-article-element:the-article-element-11). Phew.
+
 -- [[anarcat]] 2022-09-01