microformats / tests

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

expand implied photo URL to absolute URL #97

Closed willnorris closed 6 years ago

willnorris commented 6 years ago

From http://microformats.org/wiki/microformats2-parsing#parsing_for_implied_properties:

if there is a gotten photo value, return the normalized absolute URL of it, following the containing document's language's rules for resolving relative URLs (e.g. in HTML, use the current URL context as determined by the page, and first element, if any).

gRegorLove commented 6 years ago

:tada: We were just discussing this fix, then I saw the PR. Thanks!