Re: [w3c/manifest] Adding field `display_override` to the manifest (#932)

@dmurph commented on this pull request.



> @@ -1044,6 +1110,7 @@ <h2>
              DOMString iarc_rating_id;
              USVString start_url;
              DisplayModeType display = "browser";
+             sequence&lt;DisplayModeType&gt; display_override;

Sound good, I'll add a note about this under the `DisplayModeType`'s possible values, saying:

> No new values will be added to this enum, and instead future display modes will be added to a new enum that can only be used with `display_override` but not `display`, for forwards-compatibility reasons. `display_override` will then be defined as `sequence<DisplayModeType or EnhancedDisplayModeType>`, assuming the new enum is named `EnhancedDisplayModeType`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/932#discussion_r496057469

Received on Monday, 28 September 2020 15:53:21 UTC