#Loqi[aaronpk] #21 reduce instances where photo is implied
#ZegnatHmm, no, I think we only changed implied u-url. Imply rules are per property, not per prefix.
#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.
#ZegnatIs there anyway to figure that out with indiemap? sknebel?
#sknebelno, don't think so. you could maybe find candidates to manually check
#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..."
#ZegnatWould mean you can never get implied photos once you have added a u-url for your entry. But that might not be important.
#sknebelthat's probably ok, and/or necessary to avoid wrong u-photos on notes etc
[jgmac1106] and [keithjgrant] joined the channel
#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,
#tantek__great, let's get consensus on that proposal with thumb-ups etc., and someone can try it in a parser, I'll edit the spec