From 07e1eee60c03481544d0dc51979ce0cb468512bd Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Sun, 20 Mar 2022 14:02:07 +0200 Subject: [PATCH 1/2] [css-values] Use fetch 'conclude' instead of 'finalize' --- css-values-4/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-values-4/Overview.bs b/css-values-4/Overview.bs index 460e9b76e2c..741a02e090b 100644 --- a/css-values-4/Overview.bs +++ b/css-values-4/Overview.bs @@ -1041,8 +1041,8 @@ URL Processing Model set to the following steps given [=/response=] |res| and Null, failure or byte stream |byteStream|: 1. If |sheet|'s origin-clean flag is set, - [=finalize and report timing=] with |res|, |global|, and - "css". [[CSSOM]] + [=fetch-controller/conclude=] |controller|, with initiatorType set + to "css". [[CSSOM]] 2. Call |processResponse| with |res| and |byteStream|. From 1dda7b8cfe462c727bb7df1d404c31868f4ad2c3 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Sun, 20 Mar 2022 14:03:59 +0200 Subject: [PATCH 2/2] nit --- css-values-4/Overview.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css-values-4/Overview.bs b/css-values-4/Overview.bs index 741a02e090b..5bbbb1318e8 100644 --- a/css-values-4/Overview.bs +++ b/css-values-4/Overview.bs @@ -1037,9 +1037,9 @@ URL Processing Model [=request/credentials mode=] is "same-origin", [=request/use-url-credentials flag=] is set, and whose [=request/referrer=] is |referrer|. - 10. [=/Fetch=] |req|, with taskDestination set to |global|, and processResponseConsumeBody - set to the following steps given [=/response=] |res| and Null, failure or byte stream - |byteStream|: + 10. Let |controller| be the result of [=/Fetch|fetching=] |req|, with taskDestination + set to |global|, and processResponseConsumeBody set to the following steps given + [=/response=] |res| and Null, failure or byte stream |byteStream|: 1. If |sheet|'s origin-clean flag is set, [=fetch-controller/conclude=] |controller|, with initiatorType set to "css". [[CSSOM]]