Skip to content

Commit

Permalink
Fix link to processed manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiuca committed Mar 21, 2024
1 parent 4677ba9 commit ac816f0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ <h2>
"manifest URL" and "start URL" need to be exported from APPMANIFEST.
See <a href=
"https://github.com/w3c/manifest/pull/1112">w3c/manifest#1112</a>.
Also, "processed manifest".
</p>
<section>
<h3>
Expand Down Expand Up @@ -267,7 +266,7 @@ <h3>
[[urlpattern]] for more information.
</aside>
<p>
An application <dfn>has a home tab</dfn> if the [=processed
An application <dfn>has a home tab</dfn> if the [=Document/processed
manifest=] includes a non-null [=home_tab=] member of the
[=tab_strip=] member.
</p>
Expand All @@ -287,10 +286,10 @@ <h3>
application [=has a home tab=], comprises the union of the [=start
URL=] and all URLs |url:URL| to which applying [=URL pattern/match=]
given any element of the [=scope_patterns=] member of the
[=home_tab=] member of the [=tab_strip=] member of the [=processed
manifest=] and |url| returns a {{URLPatternResult}}. If the
application does not [=has a home tab|have a home tab=], then the
[=home tab scope=] is the empty set.
[=home_tab=] member of the [=tab_strip=] member of the
[=Document/processed manifest=] and |url| returns a
{{URLPatternResult}}. If the application does not [=has a home
tab|have a home tab=], then the [=home tab scope=] is the empty set.
</p>
<p>
A URL is said to be <dfn>within home tab scope</dfn> if it is a
Expand Down

0 comments on commit ac816f0

Please sign in to comment.