From 59e9874ce31cf02b13ef9bc2ac2b158a4dc0629f Mon Sep 17 00:00:00 2001 From: youenn Date: Sun, 29 Sep 2024 12:07:54 -0700 Subject: [PATCH] Add convert links --- index.bs | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/index.bs b/index.bs index 6755a87..7d9cfe8 100644 --- a/index.bs +++ b/index.bs @@ -1239,15 +1239,15 @@ user agent MUST run the following steps: undefined, run the following steps:
  1. - Let frozenArtwork be a Javascript Array value. + Let frozenArtwork be a JavaScript Array value.
  2. For each entry in the {{MediaMetadata}}'s artwork images, perform the following steps:
    1. - Convert entry into a Javascript object named - image. + Let image be the result of [=converted to a JavaScript + value|converting=] entry into a JavaScript object.
    2. Perform [=!=]
    3. - Let convertedArtwork be the result of converting the new value + Let convertedArtwork be the result of [=converted to an IDL + value|converting=] the new value input into a sequence of type {{MediaImage}}.
    4. - Run convert artwork algorithm with the converted sequence as - input, and set the {{MediaMetadata}}'s - artwork images as the result if it succeeds. + Run convert artwork algorithm with convertedArtwork, and + set the {{MediaMetadata}}'s artwork images as + the result if it succeeds.
    5. Set the {{MediaMetadata}}'s converted artwork images to