From 0699d45e66cab6b49a05e1723cb89d3ba1f8efab Mon Sep 17 00:00:00 2001 From: Matt Giuca Date: Mon, 9 Dec 2019 17:43:40 +1100 Subject: [PATCH] Be more specific about reading the document URL. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index b3c69f7a6..5dc853548 100644 --- a/index.html +++ b/index.html @@ -323,9 +323,9 @@

  • Otherwise, if manifest["start_url"] is not - present, or not within scope of the URL that represents the - address of the top-level browsing context, consider the document - not installable. + present, or not within scope of the {{Document}}'s + URL, consider the document + not installable.
  • Otherwise, the {{Document}} MAY be considered installable (at the user agent's discretion; see [[[#installability-signals]]]).