Re: [w3c/ServiceWorker] Parse URLs relative to the relevant settings object, not entry (#963)

> @@ -2125,29 +2123,31 @@ spec: webidl; urlPrefix: https://heycam.github.io/webidl/
>        <li>Let <var>request</var> be the <a for="fetch">request</a> for which this header was received in the response.</li>
>        <li>If <var>request</var>'s <a for="request">client</a> is not a <a>secure context</a>, abort these steps.</li>
>        <li>Let <var>scriptURL</var> be the result of <a for="url">parsing</a> the <a>target IRI</a> of the <code>Link</code> header.</li>
> -      <li>Let <var>scopeURL</var> be the "<code>scope</code>" <a>target attribute</a> of the <code>Link</code> header, or null if no such attribute is present.</li>
> +      <li>Let <var>scopeURL</var> null.

"be" is missing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/963/files/7436dd7d0d53bc4de0cc2227a9bb6c0c24cc441d#r77603837

Received on Tuesday, 6 September 2016 09:45:26 UTC