1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
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
..
tests Merge pull request #1854 from ingwinlu/summary_replacer 2015-11-03 08:09:51 -08:00
themes Use <time> instead of <abbr>. 2015-11-05 22:28:46 +01:00
tools Merge pull request #1753 from ingwinlu/flake8 2015-08-24 19:27:25 -07:00
__init__.py Add versioning information to debug output 2015-09-11 22:06:58 +02:00
cache.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
contents.py Fix DeprecationWarning in _get_summary 2015-11-03 16:56:54 +01:00
generators.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
log.py Merge pull request #1850 from ingwinlu/deprecation_warnings 2015-11-03 07:22:12 -08:00
paginator.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
readers.py Merge pull request #1837 from SimonStJG/fix-quote-escaping-in-html-attributes 2015-11-02 13:44:56 -08:00
rstdirectives.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
server.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
settings.py Add index and author replacement indicators 2015-09-19 13:49:19 +03:00
signals.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
urlwrappers.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
utils.py Merge pull request #1850 from ingwinlu/deprecation_warnings 2015-11-03 07:22:12 -08:00
writers.py Merge pull request #1797 from TC01/feeds_override 2015-08-31 20:17:59 -07:00