1088
results for "alternate"
-
can I use rel=alternate on an <a> tag to link to alternate versions in other languages? http://microformats.org/wiki/rel-alternate#alternate_language_versions
aaronpk
at
2013-01-23 21:40
-
(though it's possible they may rel=alternate to an HTML capability URL, more likely they'll rel=alternate to the "plain" HTML page, which if it works without auth to provide a rel=alternate link back to the feed, then the feed is likely public)
tantek
at
2017-11-23 03:13
-
tantek: which was kind of the same issue that you brought up with "home alternate" - "alternate" means an alternate representation of a specific page - not a link to something related
voxpelli
at
2011-08-10 23:38
-
at least in old safari, only rel="alternate" is supported, not rel="alternate updates"
barnabywalters
at
2013-12-05 23:35
-
kevinmarks: rel-alternate would be wrong in my case as the other feeds are not alternate presentations of the same content as is the case with rss/atom
voxpelli
at
2015-10-19 20:16
-
So ... rel-alternate except the alternate link is of the same document type?
Zegnat
at
2018-09-01 21:36
-
see my example test above which has rel="boodongle alternate boodongle" that should give ['alternate', 'boodongle'] as output
KartikPrabhu
at
2018-03-21 19:28
-
dglazkov - I've added the brainstorm proposal for use of rel home+alternate here: http://microformats.org/wiki/rel-home#use_with_rel-alternate - please feel free to add your opinion :)
tantek
at
2011-08-10 21:18
-
tantek: The sole example of interacting rel values is "alternate" and "stylesheet". In every other case, rel values are independent. Thus, "home" and "alternate" shouldn't combine either.
TabAtkins
at
2011-08-10 23:23
-
I guess technically I should be using `rel="alternate feed"` where I’m just using `rel="alternate"` right now, on categories, and `rel="feed"` on entries.
[fluffy]
at
2019-06-05 05:37