diff --git a/index.html b/index.html index 67e8be28..64a69242 100644 --- a/index.html +++ b/index.html @@ -291,10 +291,10 @@

Navigation scope

- A navigation scope is a [[!URL]] that represents the set of - URLs to which an application context can be navigated while the - manifest is applied. To determine if a URL is within the - navigation scope, the user agent MUST run the within + A navigation scope is a [[!WHATWG-URL]] that represents the + set of URLs to which an application context can be navigated + while the manifest is applied. To determine if a URL is within + the navigation scope, the user agent MUST run the within scope algorithm.

@@ -842,11 +842,11 @@

from which a user agent can fetch a manifest. As with other directives, by default the manifest-src directive is *, meaning that a user agent can, - [[!CORS]] permitting, fetch the manifest cross-domain. Remote - origins (e.g., a CORS permitting, fetch the manifest + cross-domain. Remote origins (e.g., a CDN) wanting to host manifests for various web applications will need to include the appropriate - [[!CORS]] response header in their HTTP response (e.g., + CORS response header in their HTTP response (e.g., Access-Control-Allow-Origin: https://example.com).

@@ -1082,7 +1082,7 @@

Every manifest has an associated manifest URL, which the - [[!URL]] from which the manifest was fetched. + [[!WHATWG-URL]] from which the manifest was fetched.

@@ -1624,19 +1624,16 @@

The theme_color member serves as the default theme color for an application context. What constitutes a theme color is - defined in [[!META-THEME-COLOR]]. + defined in [[!HTML]].

If the user agent honors the value of the theme_color member as the default theme color, then that color serves as the theme color for all browsing contexts to which the manifest is applied. However, a document may override the - default theme color through the inclusion of a [[!HTML]] - meta element that conforms to [[!META-THEME-COLOR]]. A - user agent MUST return the theme color to the default theme - color when there are no meta elements that conform - to [[!META-THEME-COLOR]] in a document, or the top-level browsing - context is navigated to a URL that is within scope. + default theme color through the inclusion of a valid [[!HTML]] + meta element whose name attribute is + "theme-color".

The steps for processing the theme_color