From db4478146ea7ed298234db78ab0841fa72b343d5 Mon Sep 17 00:00:00 2001 From: Anssi Kostiainen Date: Wed, 5 Mar 2014 16:00:26 +0200 Subject: [PATCH] Use a singular form for the concepts: 'filtered response', 'CORS filtered response', and 'opaque filtered response'. --- Overview.html | 32 ++++++++++++++++---------------- Overview.src.html | 10 +++++----- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Overview.html b/Overview.html index bd73f5680..8602e3bb5 100644 --- a/Overview.html +++ b/Overview.html @@ -7,7 +7,7 @@

Fetch

-

Living Standard — Last Updated 7 February 2014

+

Living Standard — Last Updated 5 March 2014

This Version: @@ -33,7 +33,7 @@

Abstract

Table of Contents

-
    +
  1. 3 HTTP extensions -
      +
  2. +
  3. 3.2.4 HTTP new header syntax
  4. 4 Fetching -
      +
  5. +
  6. 4.5 CORS check
  7. HTML fetch
  8. References
  9. -
  10. Acknowledgments
+
  • Acknowledgments @@ -388,7 +388,7 @@

    2.3 Responses

    internal response can be used.

    A basic filtered response is a -filtered responses whose +filtered response whose response headers exclude any headers in internal response's @@ -396,8 +396,8 @@

    2.3 Responses

    name is `Set-Cookie` or `Set-Cookie2`. -

    A CORS filtered responses is a -filtered responses whose +

    A CORS filtered response is a +filtered response whose response headers exclude all headers in internal response's @@ -415,8 +415,8 @@

    2.3 Responses

    name is `Access-Control-Expose-Headers`. -

    An opaque filtered responses is a -filtered responses whose +

    An opaque filtered response is a +filtered response whose type is error, status is 0, status message is the empty byte sequence, diff --git a/Overview.src.html b/Overview.src.html index ff26ba39b..6c3710429 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -362,7 +362,7 @@

    Responses

    internal response can be used.

    A basic filtered response is a -filtered responses whose +filtered response whose response headers exclude any headers in internal response's @@ -370,8 +370,8 @@

    Responses

    name is `Set-Cookie` or `Set-Cookie2`. -

    A CORS filtered responses is a -filtered responses whose +

    A CORS filtered response is a +filtered response whose response headers exclude all headers in internal response's @@ -389,8 +389,8 @@

    Responses

    name is `Access-Control-Expose-Headers`. -

    An opaque filtered responses is a -filtered responses whose +

    An opaque filtered response is a +filtered response whose type is error, status is 0, status message is the empty byte sequence,