diff --git a/index.bs b/index.bs index 1ba0745..4fa0c99 100644 --- a/index.bs +++ b/index.bs @@ -57,6 +57,8 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn; text: Blob text: type text: blobParts +url: https://infra.spec.whatwg.org/#string-starts-with; type: dfn; + text: starts with
@@ -559,7 +561,7 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn;
 
 			* text/uri-list
 			* image/svg+xml
-			* Custom format with "web "("web" followed by U+0020 SPACE) prefix.
+			* Custom format [=starts with=] "web "("web" followed by U+0020 SPACE) prefix.
 
 
 

Asynchronous Clipboard API

@@ -689,7 +691,7 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn; 1. Let |isCustom| be |false|. - 1. If |key| has "web " ("web" followed by U+0020 SPACE) prefix, then + 1. If |key| [=starts with=] "web " ("web" followed by U+0020 SPACE) prefix, then 1. Remove "web " prefix and set the remaining string to |key|. @@ -737,7 +739,7 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn; 1. Let |isCustom| be |false|. - 1. If |type| has "web "("web" followed by U+0020 SPACE) prefix, then: + 1. If |type| [=starts with=] "web "("web" followed by U+0020 SPACE) prefix, then: 1. Remove "web " prefix and set the remaining string to |type|. @@ -1715,7 +1717,7 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn; 1. Let |webCustomFormat| be an empty {{Blob/type}}. - 1. If |webCustomFormatString| has "web "("web" followed by U+0020 SPACE) prefix, then remove the "web " prefix and store the remaining string in |webCustomFormat|'s {{Blob/type}}'s [=MIME type/essence=], else abort all steps. + 1. If |webCustomFormatString| [=starts with=] "web "("web" followed by U+0020 SPACE) prefix, then remove the "web " prefix and store the remaining string in |webCustomFormat|'s {{Blob/type}}'s [=MIME type/essence=], else abort all steps. 1. Set |item|'s {{Blob/type}} to |webCustomFormat|.