diff --git a/sections/infrastructure.include b/sections/infrastructure.include index d767beb15c..c16428dffc 100644 --- a/sections/infrastructure.include +++ b/sections/infrastructure.include @@ -3316,7 +3316,7 @@ It covers the document. The rules for parsing a hash-name reference to an element of type type, - given a context node scope, are as follows: + given a context node scope, are as follows: 1. If the string being parsed does not contain a U+0023 NUMBER SIGN character, or if the first such character in the string is the last character in the string, then return null and abort @@ -3896,7 +3896,7 @@ interface NoncedElement {
  • If [=response/CSP list=] contains a header-delivered Content Security Policy, and element has a nonce content attribute - attr whose value is not the empty string, then:

    + attr whose value is not the empty string, then:

    1. Set an attribute value for diff --git a/sections/semantics-scriptings.include b/sections/semantics-scriptings.include index 4e48dd5aec..fe5d30adbf 100644 --- a/sections/semantics-scriptings.include +++ b/sections/semantics-scriptings.include @@ -494,7 +494,7 @@ internal slot's value. 16. If the <{script}> element has an <{script/integrity}> attribute, then let integrity metadata be that attribute's value. Otherwise, let integrity metadata be the empty string. - 17. Let parser metadata be "parser-inserted" if the <{script}> element has been flagged + 17. Let parser metadata be "parser-inserted" if the <{script}> element has been flagged as "[=parser-inserted=]", and "`not parser-inserted`" otherwise. 18. Let options be a set of script fetch options whose cryptographic nonce metadata is cryptographic nonce, integrity metadata is integrity metadata, @@ -517,7 +517,7 @@

      `"classic"`
      Fetch a classic script given url, settings object, - options, classic script CORS setting, and + options, classic script CORS setting, and encoding.
      "module"
      diff --git a/sections/webappapis.include b/sections/webappapis.include index 38b9c082af..75788e412f 100644 --- a/sections/webappapis.include +++ b/sections/webappapis.include @@ -321,7 +321,7 @@ APIs for Web APplications. This is a bit of a grab-bag 11. Asynchronously complete this algorithm with script. To fetch a classic worker script given a url, a fetch client settings object, - a destination, and a script settings object, run these steps. The algorithm will + a destination, and a script settings object, run these steps. The algorithm will asynchronously complete with either null (on failure) or a new classic script (on success). @@ -360,7 +360,7 @@ APIs for Web APplications. This is a bit of a grab-bag 2. If module map settings object is not given, let it be fetch client settings object. 3. Fetch a single module script given url, credentials mode, - cryptographic nonce, parser state, destination, and + cryptographic nonce, parser state, destination, and module map settings object. If the caller of this algorithm specified custom set up the request or process the response steps, pass those along while fetching a single module script. @@ -418,7 +418,7 @@ APIs for Web APplications. This is a bit of a grab-bag To fetch a single module script, given a url, a fetch client settings object, a destination, some options, - a module map settings object, a referrer, and a top-level module fetch flag, run these steps. + a module map settings object, a referrer, and a top-level module fetch flag, run these steps. The algorithm will asynchronously complete with either null (on failure) or a module script (on success). 1. Let module map be settings object's module map.