Skip to content

Commit af35d65

Browse files
Update index.html
Co-authored-by: Marcos Cáceres <[email protected]>
1 parent 27a5f6c commit af35d65

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

index.html

+12-10
Original file line numberDiff line numberDiff line change
@@ -2411,16 +2411,18 @@ <h2>
24112411
Installable web applications
24122412
</h2>
24132413
<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
24242426
distinguishes an installed web application from a traditional bookmark,
24252427
as opening a web page from a traditional bookmark will not have the
24262428
manifest's properties <a>applied</a> to it.

0 commit comments

Comments
 (0)