ZegnatHmm, u- parsing order is biting me. Say you have a partial feed as per http://indieweb.org/h-feed#partial_feeds where you want to provide a u-url for the feed but don’t want that URL as an A element on the feed title (because it is unnecessary). I thought I would fix this by using <data class="u-url" value="#relative">title</data>. But turns out re
ZegnatThe rel value decides if the LINK is allowed in the body. But non-HTML "specifications can also define body-ok keywords", so we could make e.g. rel-me allowed.
ZegnatAnd even if they are only allowed in the head, IndieWeb sometimes recommend putting a root format on the html element so link elements would definitely be within
Zegnataaronpk uses LINK for hidden rel-me values, e.g. for RelMeAuth over SMS. If he would have wanted to also include his phone number in his h-card he can’t just add class="u-phone" but will have to use another element entirely.
ZegnatLINK is also explicitly allowed within BODY if it has an itemprop attribute. So for people who are looking to make schema data available through microformats it might be essential to have LINK get parsed. (Not sure, not good with schema, but I can see this come up.)