From: anarcat Date: Thu, 1 Sep 2022 15:51:52 +0000 (-0400) Subject: another example error i get X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/399b9bc5ec3b2e8de992d7c69e2b3759764163a3 another example error i get --- diff --git a/doc/bugs/charset_attribute_on_the_script_element_is_obsolete.mdwn b/doc/bugs/charset_attribute_on_the_script_element_is_obsolete.mdwn index 3b6b82c62..7eba64714 100644 --- a/doc/bugs/charset_attribute_on_the_script_element_is_obsolete.mdwn +++ b/doc/bugs/charset_attribute_on_the_script_element_is_obsolete.mdwn @@ -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