Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiuca committed Jan 20, 2020
1 parent 6ed0251 commit cd53ea1
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 @@ -314,18 +314,17 @@ <h2>
<li>Fall back to using the <a>top-level browsing context</a>
{{Document}}'s metadata to to populate <var>manifest</var> in a
user-agent-specific way (e.g., setting
|manifest|.{{WebAppManifest/name}} to the document <a data-cite=
"HTML#the-title-element">`title`</a>) and considering the document
<a>installable</a>.
|manifest|["{{WebAppManifest/name}}"] to the document
<a data-cite="HTML#the-title-element">`title`</a>) and
considering the document <a>installable</a>.
</li>
<li>Or, consider the document not <a>installable</a>.
</li>
</ol>
</li>
<li>Otherwise, if <var>manifest</var>["<a>start_url</a>"] is not
<li>Otherwise, if |manifest|["{{WebAppManifest/start_url}}"] is not
present, or not <a>within scope</a> of the {{Document}}'s
<a data-cite="DOM#dom-document-url">URL</a>, consider the document
not <a>installable</a>.
{{Document/URL}}, consider the document not <a>installable</a>.
</li>
<li>Otherwise, the {{Document}} MAY be considered <a>installable</a>
(at the user agent's discretion; see [[[#installability-signals]]]).
Expand Down

0 comments on commit cd53ea1

Please sign in to comment.