1206
results for "alternate"
-
rel-alternate is supposed to be an alternate version of the current page afaik
KartikPrabhu
at
2019-07-20 06:31
-
Technically even an atom feed should be `rel="feed"`, not `rel="alternate"`, per the strict reading of what `rel="alternate"` means.
[fluffy]
at
2019-06-05 05:39
-
perhaps u-alternate to match the rel-alternate meaning, but for the microformat object
gRegor
at
2022-10-11 23:35
-
aaronpk: ok to indicate stronger that its an even simpler alternate, not just an alternate
tantek
at
2015-11-03 19:55
-
lang="fr" rel="alternate" is the same as rel="alternate" lang="fr"
KartikPrabhu
at
2018-07-03 22:24
-
right, if you use rel="alternate" along with lang on a link it means "here is an alternate version of this page in this language"
KartikPrabhu
at
2018-07-03 22:03
-
tantek: No, the problem is distinct. rel="home stylesheet alternate" is ambiguous. rel="home-alternate stylesheet" (or one of the other two possibilities) is not.
TabAtkins
at
2011-08-10 23:36
-
[snarfed] does bridgy support mf2 json as rel-alternate feed? https://indieweb.org/rel-alternate
[pfefferle]
at
2023-03-11 17:36
-
at least in old safari, only rel="alternate" is supported, not rel="alternate updates"
barnabywalters
at
2013-12-05 23:35
-
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