We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datetime properties should be parsed as authored. If the "T" datetime separator isn't in the HTML, don't add it.
<div class="h-entry"> <span class="dt-start"> <time class="value" datetime="2009-06-26">26 July</time>, from <time class="value">19:00:00-08:00</time> </span> </div>
Expected:
{ "items": [ { "type": [ "h-entry" ], "properties": { "start": [ "2009-06-26 19:00:00-08:00" ], "name": [ "26 July, from\r\n 19:00:00-08:00" ] } } ], "rels": {} }
http://microformats.org/wiki/value-class-pattern#Date_and_time_parsing http://microformats.org/wiki/microformats2-parsing-issues#Standard_datetime_format
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Datetime properties should be parsed as authored. If the "T" datetime separator isn't in the HTML, don't add it.
Expected:
http://microformats.org/wiki/value-class-pattern#Date_and_time_parsing
http://microformats.org/wiki/microformats2-parsing-issues#Standard_datetime_format
The text was updated successfully, but these errors were encountered: