tommorristantek: I’m not sure there are any use cases for using link elements as u- properties. but we should probably have a formalised discussion on the wiki about it.
tantektommorris - the use-case so far is http://adactio.com/about/myself/ which only contains a logo for adactio in a link element, which could work with u-photo if we put class=h-card on <html>
tommorrisbut in the case of parsing, if it makes sense within the semantics of HTML, I’m not too bothered about there not being strong use cases, so long as one could plausibly use it that way and not break things.
tommorrisHTML LS says that you can use the link element in three context: “where metadata content is expected” (which is?), in a noscript element that is the child of a head element, or something involving microdata/itemprop
tantektommorris - the other aspect that makes me want to fix this (as proposed in the !tell to you above) is that we are already parsing <link> elements for rel values
tantekso basically there's the (weak) consistency argument (<link> is parsed for rel, so should also be parsed for u-* properties), and there's the *potential* (strong) real world use case argument (if adactio goes the <html class="h-card"> path and uses <link class=u-logo rel="shortcut icon …" href="…"/> )
tantekKartikPrabhu: re: should the door be opened to hidden mf data? note that the door is *already* open to <link> via rel parsing, and the <link>s we're talking about are all semi-visible, not completely hidden
tantekwhy should <link rel="in-reply-to"> work but not <link class="u-in-reply-to"> (presumably inside an <html class="h-entry"> on a post permalink page) ?
KevinMarkshistorically we've eschewed link-rel form some things (tags) and not others. If you allow link-rel allowing u-* on a link makes sense, though there may be containment issues wiht parsers