From 6957943b05682d492f21b2831c7cc81426a7a974 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Thu, 8 May 2014 17:02:16 -0700 Subject: [PATCH] add precedence (header > link > a), use MUST, remove wordpress.com mention based on review feedback. thanks @sandeepshetty, @tantek! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35f9364..ef40ed7 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Link: ; rel="webmention" ... ``` -Receivers SHOULD use the `` tag or HTTP Link header, but MAY instead use an `` tag when necessary. For example, [WordPress.com](http://wordpress.com/) doesn't allow custom `` tags or HTTP headers. +The webmention endpoint may be advertized in the HTTP Link header or a `` or `` element with `rel="webmention"`. If more than one of these is present, the HTTP Link header takes precedence, followed by the `` element, and finally the `` element. Clients MUST support all three options and fall back in this order. ### Sender Notifies Receiver