1264
results for "alternate"
-
[tantek]: not according to the spec for alternate. It is very clear that it needs to be on the same element
Zegnat
at
2020-02-12 18:34
-
So the parser output makes no difference between the two links created, and the one like created with rel "alternate thing"
Zegnat
at
2020-02-12 18:29
-
<link href="a" rel="thing"><link href="a" rel="alternate"> will turn into { "a": { "rels": ["thing", "alternate"] } }
Zegnat
at
2020-02-12 18:28
-
I think rel-feed is nice in addition to rel-alternate as rel-alternate is specced to only refer to a feed together with 2 specific type-attributes. While rel-feed gets to widen this to any document type, e.g. JSON.
Zegnat
at
2020-02-12 18:20
-
Feels to me like rel-home introduces an extra case to the alternate in addition to what is already speced in the HTML spec. Seems fine to me.
Zegnat
at
2020-02-12 18:19
-
Yeah, alternate specifically defines itself as changing meaning depending on other factors: https://html.spec.whatwg.org/multipage/links.html#rel-alternate
Zegnat
at
2020-02-12 18:01
-
No. That's not how rel works. Rel values combine. E.g. rel="alternate stylesheet" has worked this way for over a decade. Rel values also combine with other attributes, e.g. use rel="alternate" media="handheld" on a link to a separate mobile-specific version of a page. Tantek 20:56, 10 August 2011 (UTC)
GWG
at
2020-02-12 17:58
-
Doesn't rel="home alternate" mean it's the home page and it's an alternate independently? (as asked [1], [2], [3])
GWG
at
2020-02-12 17:58
-
[tantek]: On a standard page, I have an h-feed and the alternate rss/json feeds for old school. This isn't dry..these are links to the tag archive, the author archive, etc
GWG
at
2020-02-09 18:59
-
http://microformats.org/wiki/rel-home#use_with_rel-alternate
GWG
at
2020-02-08 18:56