From 13d6934e3f9fb30c472a4b2711cda4bc61eb6271 Mon Sep 17 00:00:00 2001 From: Antonio Sartori Date: Thu, 10 Jul 2025 15:03:33 +0200 Subject: [PATCH] [Editorial] Reference the algorithm instead of the section for parse-metadata in SRI --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index c0b3bfe5fd..aca382d6f7 100644 --- a/index.bs +++ b/index.bs @@ -3938,8 +3938,8 @@ Content-Type: application/reports+json 3. If |integrity expressions| is empty, return "`Does Not Match`". - 4. Let |integrity sources| be the result of executing the algorithm defined - in [[SRI#parse-metadata-section]] on |integrity metadata|. [[!SRI]] + 4. Let |integrity sources| be the result of parsing metadata given + |integrity metadata|. [[!SRI]] 5. If |integrity sources| is "`no metadata`" or an empty set, return "`Does Not Match`".