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

@mgiuca commented on this pull request.



> @@ -1374,6 +1449,20 @@ <h3>
           developer's preferred <a>display mode</a> for the web application.
         </p>
       </section>
+      <section>
+        <h3>
+          <code>display_override</code> member
+        </h3>
+        <p>
+          The <dfn>display_override</dfn> member is a <a>sequence</a> of<a>
+          DisplayModeType</a>. This item represents the developer's preferred
+          fallback chain for display modes. This field overrides the

I think you just deleted the concept of a fallback chain :) (making it an implicit part of the algorithm).

In that case, link "display modes" to that section, so there's some way to quickly get from here to the section with the algorithm and details.

-- 
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_r462766594

Received on Thursday, 30 July 2020 06:37:49 UTC