James Holderness wrote:
For the second I'd recommend this:

   <link rel="ALTERNATE"
         href="http://www.snellspace.com/public/alternate2"; />
   <link rel="alternate"
         href="http://www.snellspace.com/public/alternate"; />
   <link rel="ALTERNATE"
         href="http://www.snellspace.com/public/alternate2"; />

Also, where does it say that the @rel attribute is case sensitive? I couldn't find anything in RFC4287, but in HTML at least link types are definately case INsensitive [1].

Well, I guess section 4.2.7.2. states this implicitly; names registered within the IANA Registry of Link Relation ("alternate") are to be interpreted as being equivalent to an IRI (<http://www.iana.org/assignments/relation/alternate>). And the path component of IRIs is case-sensitive.

But the test cases should IMHO not test whether "ALTERNATE" works, since it should not, but whether "http://www.iana.org/assignments/relation/alternate"; does. But then again my reading of 4.2.7.2 might be wrong.

Regards,

Andreas

[1] http://www.w3.org/TR/html401/types.html#h-6.12

Reply via email to