- From: Daniel Murphy <notifications@github.com>
- Date: Mon, 28 Sep 2020 08:53:09 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 28 September 2020 15:53:21 UTC
@dmurph commented on this pull request.
> @@ -1044,6 +1110,7 @@ <h2>
DOMString iarc_rating_id;
USVString start_url;
DisplayModeType display = "browser";
+ sequence<DisplayModeType> 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