microformats / tests

Microformats test suite
http://microformats.org/wiki/microformats2
Creative Commons Zero v1.0 Universal
64 stars 20 forks source link

Unresolved URL in output JSON #113

Closed jgarber623 closed 4 years ago

jgarber623 commented 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:

{
  "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.

I'll get a PR open for this in a moment.