Re: [whatwg/fetch] Editorial: Add Bikeshed metadata for 'request' (#370)

> -  "no-referrer",
> -  "no-referrer-when-downgrade",
> -  "same-origin",
> -  "origin",
> -  "strict-origin",
> -  "origin-when-cross-origin",
> -  "strict-origin-when-cross-origin",
> -  "unsafe-url"
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>no-referrer</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>no-referrer-when-downgrade</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>same-origin</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>origin</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>strict-origin</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>origin-when-cross-origin</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>strict-origin-when-cross-origin</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>unsafe-url</dfn>"
>  };</pre>

> I thought this kind of thing would happen automatically.

It doesn't look like Anolis does much IDL processing: https://fetch.spec.whatwg.org/#referrerpolicy

> Also, does anyone need to reference this?

I'd suggest that that's the wrong way to look at it. If it's important enough to define in the document, it's going to be interesting to someone somewhere. *shrug*

-- 
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/370/files/21149a548ab3566b957bc485d11daa76e361013a#r75078698

Received on Wednesday, 17 August 2016 08:06:30 UTC