- From: Daniel Murphy <notifications@github.com>
- Date: Wed, 09 Sep 2020 15:14:08 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 9 September 2020 22:14:20 UTC
@dmurph commented on this pull request. > + by the following algorithm. The algorithm takes a + [=processed manifest=] |manifest:processed manifest| and returns a + [=display mode=]. + <ol> + <li> + [=list/For each=] |candidate_display_mode:DisplayModeType| of + |manifest|.{{WebAppManifest/display_override}}: + <ol> + <li> + If the user agent supports the |candidate_display_mode|, then + return |candidate_display_mode|. + </li> + </ol> + </li> + <li> + Define the |fallback_chain| for {{browser}} to be [{{browser}}] I put this above in the text - hopefully it reads ok? -- 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_r485951203
Received on Wednesday, 9 September 2020 22:14:20 UTC