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:
which returns an "updated" property of:
whereas it should be:
(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>