On 20/1/06 8:52 AM, "Joe Gregorio" <[EMAIL PROTECTED]> wrote:
>> Why wouldn't this work? >> >> rel="alternate feed" >> rel="alternate entry" >> rel="alternate replies" (see [1]) > > Because rel is a space separated list of link types: > > http://www.w3.org/TR/REC-html40/struct/links.html#adef-rel > > I.e. the values are all orthogonal. Yes, but that would mean that it *would* work, not that it *wouldn't*. Being orthogonal means that those three links are equivalent to these six links >> rel="alternate" href="1" >> rel="alternate" href="2" >> rel="alternate" href="3" >> rel="feed" href="1" >> rel="entry" href="2" >> rel="replies" href="3" Which is exactly what was intended. e.
