diff --git a/index.html b/index.html index 8d20626..a50655d 100644 --- a/index.html +++ b/index.html @@ -18,13 +18,19 @@ github: "WICG/manifest-incubations", shortName: "manifest-incubations", xref: { - specs: ["appmanifest", "dom", "mimesniff", "file-system-access"], + specs: [ + "appmanifest", + "dom", + "file-system-access", + "mimesniff", + "window-controls-overlay" + ], profile: "web-platform", }, }; -
+
Feature specifications for
For advanced usages, the [=manifest/display_override=] member can be
used to specify a custom fallback order of display mode values for
+ "appmanifest#dfn-display-modes-list">display mode list values
The [=manifest/display_override=] member of the [=application manifest=] is a sequence of display mode values. This - item represents the developer's preferred fallback chain for - display modes. This - field overrides the [=manifest/display=] member. If the user agent does - not support any of the display modes specified here, then it falls back - to considering the [=manifest/display=] member. See display modes for the algorithm - steps. + "appmanifest#dfn-display-modes-list">display mode list values + including extensions like [=display mode/window-controls-overlay=]. + This member represents the developer's preferred fallback chain for + [=display mode=]s. This field overrides the [=manifest/display=] member. + If the user agent does not support any of the [=display mode=]s + specified here, then it falls back to considering the + [=manifest/display=] member. See processing the display + members for the algorithm steps.
The following steps are added to the [=application manifest/processing @@ -74,9 +82,15 @@