Re: [whatwg/fetch] Clarify that the `ping` attribute is for <a> (#791)

#TIL, it's not mentioned in [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/area), but it appears in the [spec](https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element). Interestingly, among the [other Links](https://html.spec.whatwg.org/multipage/links.html#links), it [cannot](https://html.spec.whatwg.org/multipage/semantics.html#the-link-element) occur in `<link>` (which might be an oversight?).

So to summarize, `a[ping]` and `area[ping]` are a thing, but `link[ping]` isn't. Is this correct?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/791#issuecomment-413519309

Received on Thursday, 16 August 2018 11:51:38 UTC