WICG / manifest-incubations

Before install prompt API for installing web applications
https://wicg.github.io/manifest-incubations/
Other
98 stars 30 forks source link

The term "display mode" is ambiguous because it's defined in [appmanifest] and [mediaqueries] #99

Open mgiuca opened 4 months ago

mgiuca commented 4 months ago

There's a respec error wherever [=display mode=] is defined in the doc, because it's defined in two different specs.

This is actually a result of a recent change I made to both appmanifest and mediaqueries; the definition of "display mode" was moved from CSSMQ (https://github.com/w3c/csswg-drafts/pull/7307) to Manifest (https://github.com/w3c/manifest/pull/1039).

Unfortunately, Respec's database uses Manifest at head (https://w3c.github.io/manifest/#dfn-display-mode) but CSSMQ at a stable version which was last updated in May 2022 (https://www.w3.org/TR/mediaqueries-5/#display-mode). Until CSSMQ's stable version updates to the latest Git head, any link to [=display mode=] will show a duplication error.

Once that is updated, these errors should automatically resolve.