@@ -2411,16 +2411,18 @@ <h2>
2411
2411
Installable web applications
2412
2412
</ h2 >
2413
2413
< p >
2414
- An < dfn class ="export "> installable web application</ dfn > is a website
2415
- with an [=applied=] [=manifest=], with an [=manifest/identity=] and
2416
- [=manifest/navigation scope|scope=]. A user agent can provide a way for
2417
- the end-user to < dfn data-local-lt ="installing|installation " data-lt =
2418
- "installed "> install</ dfn > an installable web application, allowing the
2419
- user to instantiate a new top-level browsing context with the
2420
- manifest's members applied. An installable web application that is
2421
- installed is known as a < dfn data-export =""> installed web
2422
- application</ dfn > . That is, the manifest's members, or their defaults,
2423
- are in effect on the < a > top-level browsing context</ a > . This
2414
+ Any website is an < strong > installable web application</ strong > .
2415
+ < p >
2416
+ < p >
2417
+ A user agent can provide a way for the end-user to < dfn data-local-lt ="installing|installation " data-lt =
2418
+ "installed "> install</ dfn > a web application on the end-user's device, allowing the
2419
+ user to instantiate a new [=top-level browsing context=] with the
2420
+ manifest's members [=applied=].
2421
+ </ p >
2422
+ < p > Once a web application is [=installed=] it is known as a
2423
+ < dfn class ="export "> installed web application</ dfn > :
2424
+ That is, the manifest's members, or their defaults,
2425
+ are [=applied=] to the < a > top-level browsing context</ a > of the web application. This
2424
2426
distinguishes an installed web application from a traditional bookmark,
2425
2427
as opening a web page from a traditional bookmark will not have the
2426
2428
manifest's properties < a > applied</ a > to it.
0 commit comments