- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 26 Oct 2016 02:49:41 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/399/c256300525@github.com>
I ran @foolip's comparison script mentioned in https://github.com/whatwg/fullscreen/commit/f9df3ea73f1f32490699e0a925d7e0822c2084a1 and looked at the diff between the two documents. These seem wrong: ```diff -href: https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-target-browsing-context +href: https://html.spec.whatwg.org/multipage/infrastructure.html#concept-request-target-browsing-context ``` I wonder if for these we should make use of bikeshed's header "`<dfn>`" feature to avoid the new ID: ```diff id: should-response-to-request-be-blocked-due-to-mime-type? +id: should-response-to-request-be-blocked-due-to-mime-type id: should-response-to-request-be-blocked-due-to-nosniff? +id: should-response-to-request-be-blocked-due-to-nosniff ``` In #origin-header the `Origin` header mentioned in the note has lost its hyperlink. ```diff -href: #http-origin ``` In a note in the Response class section a link points to the wrong thing now: ```diff -href: #dom-response-trailer +href: #concept-response-trailer ``` I noticed a couple of good fixes too: ```diff +href: https://url.spec.whatwg.org/#concept-url-origin +href: #concept-header-name +href: #concept-request-current-url +href: #concept-request-cache-mode ``` -- 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/399#issuecomment-256300525
Received on Wednesday, 26 October 2016 09:50:12 UTC