Closed jgarber623 closed 4 years ago
This small error was introduced in #109:
In tests/microformats-v2/h-entry/u-property.json, the first item in the photo property JSON is:
tests/microformats-v2/h-entry/u-property.json
photo
{ "alt": "company logos", "value": "images/logo.gif" }
According to section 1.5 of the parsing spec, that URL in the value should be absolute (in this case, http://example.com/images/logo.gif.
value
http://example.com/images/logo.gif
I'll get a PR open for this in a moment.
This small error was introduced in #109:
In
tests/microformats-v2/h-entry/u-property.json
, the first item in thephoto
property JSON is:According to section 1.5 of the parsing spec, that URL in the
value
should be absolute (in this case,http://example.com/images/logo.gif
.I'll get a PR open for this in a moment.