1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes
Lukas Prokop 2170ca4cd5 Use <time> instead of <abbr>.
The pubdate given is in no way an abbreviation. Hence the semantics of
<abbr> do not justify its usage in this context.

<time> was introduced in HTML5. It's datetime attribute can override the
textContent. Anyway it specifies a date+time of a given event.

http://www.w3.org/TR/html5/text-level-semantics.html#the-time-element

Originally the pubdate attribute was meant to annotate that the
publication date of the closest section unit is specified, but this was
dropped and is not part of the official specification.

https://www.w3.org/wiki/HTML/Elements/time
2015-11-05 22:28:46 +01:00
..
notmyidea Made name of blogroll/social widgets configurable. 2015-10-11 14:14:14 -04:00
simple/templates Use <time> instead of <abbr>. 2015-11-05 22:28:46 +01:00