ZegnatHere is a question: has anyone ever published an h-entry that required implied photo? Or is that really only something that gets used for h-cards? I don’t really like the idea of limiting parsing rules based on the object vocabulary, but wondering if that could be a solution.
gRegorLoveI think the implied url update applied to photo would work: "if not explicit photo property and no other u-* properties and no nested microformats, then imply by..."
gRegorLoveI think that's reasonable. Implied still works for minimal h-. Once a publisher starts adding u- properties I think it's reasonable to add other explicit u- they need.
ZegnatMost of the known cases where implied photo might be important, small h-cards, wouldn’t have u-url anyway as that would be implied from the <a class="h-card">. So if we stop implied photo with u-, we are not harming those in the wild cases.
tantek__I like "I think the implied url update applied to photo would work" because it makes it easier to understand for web authors - same rules apply
Loqi[sknebel] Proposed resolution per IRC discussion right now:
Following the example of #36, replace
> if no explicit "photo" property,
with
> if no explicit "photo" property, and no other explicit `u-*` properties, and no nested microformats,