Re: New HTML attribute: "rels"

The HTML attribute set is added to more conservatively than the link
relation set. You may think of a specialised signature attribute as
being a parallel to:

  <link stylesheet="style.css">

Instead of:

  <link rel="stylesheet" href="style.css">

The former is a design pattern which is avoided in HTML.

One alternative which does have an existing parallel is a
rel-signature attribute, like the data-* attributes. Unlike the data-*
attributes, however, rel- would not be intended for user extension, so
this aspect does not have a parallel.

On Tue, Dec 8, 2015 at 4:52 PM, Martin Janecke <w3.org@prlbr.com> wrote:
> On 08.12.15 16:48, Sean B. Palmer wrote:
>> https://www.ietf.org/id/draft-palmer-signature-link-relation-00.txt
>>
>> Specifies a new HTML attribute, "rels" (Section 3).
>
>
> What is the motivation behind defining
>
> |  rels="signature software.tar.gz.sig"
>
> instead of
>
> |  signature="software.tar.gz.sig"
>
> ?
>
> Regards
> Martin
>
>



-- 
Sean B. Palmer, http://inamidst.com/sbp/

Received on Tuesday, 8 December 2015 17:01:25 UTC