Closed
Description
Per http://microformats.org/wiki/microformats2-parsing#parsing_a_dt-_property the first step is:
- parse the element for the value-class-pattern including the date and time parsing rules, if a value is found then return it.
Value-class-pattern support specifically support for value-title:
appears to be missing per:
- http://pin13.net/mf2/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhatwg%2Furl%2Fmaster%2Furl.html
which returns an "updated" property of:
- "updated": ["T"]
whereas it should be:
- "updated": ["20141211"]
(or possibly a newer date)
from the title attribute title=20141211
in this markup in the source:
<span class=dt-updated><span class=value-title title=20141211>11 December 2014</span></span>