From 61ff4d0f550e2438524350bded435bba6b811471 Mon Sep 17 00:00:00 2001 From: Jeff Carpenter Date: Thu, 21 Apr 2016 23:12:47 -0700 Subject: [PATCH] Remove double-negative in CORS-preflight fetch credentials tags --- Overview.src.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Overview.src.html b/Overview.src.html index 992256974..353cfd47c 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -3406,9 +3406,9 @@

CORS-preflight fetch

max-age
credentials -
False if request's - credentials mode is not - "include", and true otherwise +
True if request's + credentials mode + is "include", and false otherwise
method
method @@ -3438,9 +3438,9 @@

CORS-preflight fetch

max-age
credentials -
False if request's - credentials mode is not - "include", and true otherwise +
True if request's + credentials mode + is "include", and false otherwise
header name
headerName @@ -5164,6 +5164,7 @@

Acknowledgments

Jake Archibald, James Graham, Janusz Majnert, +Jeff Carpenter, Jeff Hodges, Jeffrey Yasskin, Jesse M. Heines,