- From: Thomas Broyer <t.broyer@gmail.com>
- Date: Thu, 16 Apr 2009 20:03:57 +0200
- To: mnot@pobox.com, ietf-http-wg@w3.org
On Thu, Apr 16, 2009 at 3:18 PM, Noah Slater wrote: > > I could then map a HTML 4.01 <link> element like this: > > <link rel="alternate" href="index.fr" hreflang="fr" lang="fr" title="Essais"> > > To the following Link header: > > Link: <index.fr>; rel="alternate"; hreflang="fr"; lang="fr"; title="Essais" Hmm, I'm just realizing that rel="alternate" really looks like a duplicate of the Alternates header defined in RFC 2295 (Alternates also has a "features" attribute, much like HTML has a media attribute): http://tools.ietf.org/html/rfc2295#section-8.3 -- Thomas Broyer
Received on Thursday, 16 April 2009 18:04:37 UTC