Syntax error in Link header samples (should be " and not ')

It has been pointed out to me that according to RFC5988 [web-linking], some
of the usages of rel parameter are not valid due to using single quotation
(') instead of double (") or omitted, per these rules:

  link-param     = ( ( "rel" "=" relation-types )
    ...abbreviated...
  relation-types = relation-type
                 | <"> relation-type *( 1*SP relation-type ) <">

I have updated the editor's drafts of LDP and LDP-Paging to correct this
[changeset].

[web-linking]: https://tools.ietf.org/html/rfc5988
[changeset]: https://dvcs.w3.org/hg/ldpwg/rev/4c9e4a9dc2e8

Thanks,
Steve Speicher
http://stevespeicher.me

Received on Monday, 26 January 2015 15:49:10 UTC