Soopaman, KevinMarks_, Acidnerd, elux, gRegor`, Mark87, KevinMarks__ and KevinMarks___ joined the channel
#Mark87In microformats 2, can I specify an item and one of its properties on the same element? I.e., <div class="h-entry e-content">Hello, world!</div>
#Mark87And is that valid for all possible combinations of microformats/properties? Obviously some of them are implied, but for the ones that aren't....
#Mark87@tantek, so then is there a difference between <a class="h-card p-name u-url" href="...">Mark87</a> and <a class="h-card" href="...">Mark87</a>?
#tantekthe implied rules are there for cases like that where it doesn't make sense to add the class names explicitly, and you don't want to add more elements
#Mark87right, but assuming there are no parent microformat objects, the result should be the same?
#Mark87If my example was embedded for instance under an h-entry object, then it would show up as properties of that h-entry, but assuming there are no parent objects, there would be no difference? Or am I wrong
#Mark87so going back to my example of <div class="h-entry e-content">Hello, world!</div>, my parser should imply the p-name from that example for the h-entry, but ignore the e-content?