jamesarosen / Tumblyzer

A validation and test framework for creating Tumblr themes
http://github.com/gcnovus/tumblyzer
MIT License
2 stars 1 forks source link

Add opinionated test: date as <abbr> #16

Open jamesarosen opened 15 years ago

jamesarosen commented 15 years ago

Dates should provide both computer- and human-readable versions. See http://tantek.com/log/2005/01.html#d26t0100

<abbr title="{Year}{MonthNumberWithZero}{DayOfMonthWithZero}T{24HourWithZero}{Minutes}{Seconds}">...</abbr>