1212
results for "alternate"
-
<link href="a" rel="thing"><link href="a" rel="alternate"> will turn into { "a": { "rels": ["thing", "alternate"] } }
Zegnat
at
2020-02-12 19: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 19: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 19: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 19: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 18: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 18: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 19:59
-
http://microformats.org/wiki/rel-home#use_with_rel-alternate
GWG
at
2020-02-08 19:56
-
Well, "alternate home" is supposed to be the homepage URL
GWG
at
2020-02-08 19:55
-
[Rose] I was adding another show to my video page and it has me thinking, wow I do put feeds everywhere, I have rel=alternate links in my header to places everywhere, links to webpages with feeds in my h-card cuz why not, feeds for every single video show on my video page, and feeds to common hashtags in the footer of my Known blog
[jgmac1106]
at
2020-02-06 22:37