- From: Daniel Murphy <notifications@github.com>
- Date: Wed, 29 Jul 2020 15:41:05 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 29 July 2020 22:41:17 UTC
@dmurph commented on this pull request. > @@ -586,17 +606,72 @@ <h2> with the <a>default display mode</a> (<code>browser</code>) being the last item in the chain. </p> + <p> + For more advanced usages, the <a data-link-for="WebAppManifest"> + display_override</a> member can be used to specify a custom fallback + order. This member is valid IFF <a data-link-for="WebAppManifest">display</a> is also present. + </p> + <p> + The algorithm for determing the web app's requested display mode is: + <ol> + <li>[=list/For each=] <var>considering_display_mode</var> of <var> + <a data-link-for="WebAppManifest">display_override</a></var>: Done. -- 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_r462631077
Received on Wednesday, 29 July 2020 22:41:17 UTC