From eb86fc20725ad7e5bb3c1a25bee9d47fad344577 Mon Sep 17 00:00:00 2001
From: Chun-Min Chang
Date: Wed, 9 Oct 2019 16:36:12 -0700
Subject: [PATCH] Update type of MediaMetadata's artwork
Since the entries in the MediaMetadata's `artwork` are frozen in the
current spec [1], the type of the attribute `artwork` must be
`FrozenArray
When the convert artwork algorithm with input parameter is
-invoked, the user agent MUST run the following steps:
+invoked, where the input is a list of type {{MediaImage}},
+the user agent MUST run the following steps:
Let output be an empty list of type {{MediaImage}}.
@@ -1230,7 +1233,7 @@ invoked, the user agent MUST run the following steps:
images. On getting, it MUST return the result of the following steps:
- Let frozenArtwork be an empty list of type {{MediaImage}}.
+ Let frozenArtwork be an empty list of type object.