|
163 | 163 | .mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
|
164 | 164 | .mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
|
165 | 165 | </style>
|
166 |
| -<meta name="revision" content="2d9f7609b01f7a8ae56f285d23e228bbc456c103"> |
| 166 | +<meta name="revision" content="5088e7b7b9c055e9479da2d82171de633ea1a36d"> |
167 | 167 | <meta name="description" content="This specification defines a JSON-based file format that provides
|
168 | 168 | developers with a centralized place to put metadata associated with a
|
169 | 169 | web application. This metadata includes, but is not limited to, the web
|
|
276 | 276 | "github": "https://github.com/w3c/manifest/",
|
277 | 277 | "caniuse": "web-app-manifest",
|
278 | 278 | "xref": "web-platform",
|
279 |
| - "gitRevision": "2d9f7609b01f7a8ae56f285d23e228bbc456c103", |
280 |
| - "publishISODate": "2025-02-07T00:00:00.000Z", |
281 |
| - "generatedSubtitle": "W3C Editor's Draft 07 February 2025" |
| 279 | + "gitRevision": "5088e7b7b9c055e9479da2d82171de633ea1a36d", |
| 280 | + "publishISODate": "2025-03-07T00:00:00.000Z", |
| 281 | + "generatedSubtitle": "W3C Editor's Draft 07 March 2025" |
282 | 282 | }</script>
|
283 | 283 | <link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>
|
284 | 284 | <body data-cite="ENCODING SCREEN-ORIENTATION MEDIAQUERIES-5 IMAGE-RESOURCE MIMESNIFF HTML INFRA URL WEBIDL DOM FETCH" class="h-entry"><div class="head">
|
285 | 285 | <p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
|
286 | 286 | </a></p>
|
287 | 287 | <h1 id="title" class="title">Web Application Manifest</h1>
|
288 |
| - <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-02-07">07 February 2025</time></p> |
| 288 | + <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-03-07">07 March 2025</time></p> |
289 | 289 | <details open="">
|
290 | 290 | <summary>More details about this document</summary>
|
291 | 291 | <dl>
|
@@ -3238,21 +3238,21 @@ <h1 id="title" class="title">Web Application Manifest</h1>
|
3238 | 3238 | </h2><a class="self-link" href="#installable-web-applications" aria-label="Permalink for Section 4."></a></div>
|
3239 | 3239 |
|
3240 | 3240 | <p>
|
3241 |
| - Any website is an <strong>installable web application</strong>. |
3242 |
| - </p><p> |
3243 |
| - </p> |
3244 |
| - <p> |
3245 |
| - A user agent can provide a way for the end-user to <dfn data-local-lt="installing|installation" data-lt="installed|install|installing|installation" id="dfn-installed" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">install</dfn> a web application on the end-user's device, allowing the |
3246 |
| - user to instantiate a new <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-browsing-context" id="ref-for-index-term-top-level-browsing-context-10">top-level browsing context</a> with the |
3247 |
| - manifest's members <a data-link-type="dfn|abstract-op" href="#dfn-apply" class="internalDFN" id="ref-for-dfn-apply-8">applied</a>. |
3248 |
| - </p> |
3249 |
| - <p>Once a web application is <a data-link-type="dfn|abstract-op" href="#dfn-installed" class="internalDFN" id="ref-for-dfn-installed-2">installed</a> it is known as a |
3250 |
| - <dfn class="export" data-export="" data-plurals="installed web applications" id="dfn-installed-web-application" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">installed web application</dfn>: |
3251 |
| - That is, the manifest's members, or their defaults, |
3252 |
| - are <a data-link-type="dfn|abstract-op" href="#dfn-apply" class="internalDFN" id="ref-for-dfn-apply-9">applied</a> to the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-browsing-context" id="ref-for-index-term-top-level-browsing-context-11">top-level browsing context</a> of the web application. This |
3253 |
| - distinguishes an installed web application from a traditional bookmark, |
3254 |
| - as opening a web page from a traditional bookmark will not have the |
3255 |
| - manifest's properties <a href="#dfn-apply" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-apply-10">applied</a> to it. |
| 3241 | + Any website is an <strong>installable web application</strong>. |
| 3242 | + </p> |
| 3243 | + <p> |
| 3244 | + A user agent can provide a way for the end-user to <dfn data-local-lt="installing|installation" data-lt="installed|install|installing|installation" id="dfn-installed" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">install</dfn> a web |
| 3245 | + application on the end-user's device, allowing the user to instantiate |
| 3246 | + a new <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-browsing-context" id="ref-for-index-term-top-level-browsing-context-10">top-level browsing context</a> with the manifest's members |
| 3247 | + <a data-link-type="dfn|abstract-op" href="#dfn-apply" class="internalDFN" id="ref-for-dfn-apply-8">applied</a>. |
| 3248 | + </p> |
| 3249 | + <p> |
| 3250 | + Once a web application is <a data-link-type="dfn|abstract-op" href="#dfn-installed" class="internalDFN" id="ref-for-dfn-installed-2">installed</a> it is known as a <dfn class="export" data-export="" data-plurals="installed web applications" id="dfn-installed-web-application" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">installed web application</dfn>: That is, the manifest's |
| 3251 | + members, or their defaults, are <a data-link-type="dfn|abstract-op" href="#dfn-apply" class="internalDFN" id="ref-for-dfn-apply-9">applied</a> to the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-browsing-context" id="ref-for-index-term-top-level-browsing-context-11">top-level |
| 3252 | + browsing context</a> of the web application. This distinguishes an |
| 3253 | + installed web application from a traditional bookmark, as opening a web |
| 3254 | + page from a traditional bookmark will not have the manifest's |
| 3255 | + properties <a href="#dfn-apply" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-apply-10">applied</a> to it. |
3256 | 3256 | </p>
|
3257 | 3257 | <div class="note" role="note" id="issue-container-generatedID-32"><div role="heading" class="note-title marker" id="h-note-31" aria-level="3"><span>Note</span></div><p class="">
|
3258 | 3258 | For example, on user agents that support installation, a web
|
@@ -4795,7 +4795,7 @@ <h1 id="title" class="title">Web Application Manifest</h1>
|
4795 | 4795 | <section id="references" class="appendix"><div class="header-wrapper"><h2 id="m-references"><bdi class="secno">M. </bdi>References</h2><a class="self-link" href="#references" aria-label="Permalink for Appendix M."></a></div><section id="normative-references"><div class="header-wrapper"><h3 id="m-1-normative-references"><bdi class="secno">M.1 </bdi>Normative references</h3><a class="self-link" href="#normative-references" aria-label="Permalink for Appendix M.1"></a></div>
|
4796 | 4796 |
|
4797 | 4797 | <dl class="bibliography"><dt id="bib-accname-1.2">[accname-1.2]</dt><dd>
|
4798 |
| - <a href="https://www.w3.org/TR/accname-1.2/"><cite>Accessible Name and Description Computation 1.2</cite></a>. Bryan Garaventa; Melanie Sumner. W3C. 6 February 2025. W3C Working Draft. URL: <a href="https://www.w3.org/TR/accname-1.2/">https://www.w3.org/TR/accname-1.2/</a> |
| 4798 | + <a href="https://www.w3.org/TR/accname-1.2/"><cite>Accessible Name and Description Computation 1.2</cite></a>. Bryan Garaventa; Melanie Sumner. W3C. 1 March 2025. W3C Working Draft. URL: <a href="https://www.w3.org/TR/accname-1.2/">https://www.w3.org/TR/accname-1.2/</a> |
4799 | 4799 | </dd><dt id="bib-bcp47">[BCP47]</dt><dd>
|
4800 | 4800 | <a href="https://www.rfc-editor.org/rfc/rfc5646"><cite>Tags for Identifying Languages</cite></a>. A. Phillips, Ed.; M. Davis, Ed. IETF. September 2009. Best Current Practice. URL: <a href="https://www.rfc-editor.org/rfc/rfc5646">https://www.rfc-editor.org/rfc/rfc5646</a>
|
4801 | 4801 | </dd><dt id="bib-csp3">[CSP3]</dt><dd>
|
@@ -4862,7 +4862,7 @@ <h1 id="title" class="title">Web Application Manifest</h1>
|
4862 | 4862 | </dd><dt id="bib-rfc9110">[RFC9110]</dt><dd>
|
4863 | 4863 | <a href="https://httpwg.org/specs/rfc9110.html"><cite>HTTP Semantics</cite></a>. R. Fielding, Ed.; M. Nottingham, Ed.; J. Reschke, Ed. IETF. June 2022. Internet Standard. URL: <a href="https://httpwg.org/specs/rfc9110.html">https://httpwg.org/specs/rfc9110.html</a>
|
4864 | 4864 | </dd><dt id="bib-service-workers-1">[SERVICE-WORKERS-1]</dt><dd>
|
4865 |
| - <a href="https://www.w3.org/TR/service-workers/"><cite>Service Workers</cite></a>. Jake Archibald; Marijn Kruisselbrink. W3C. 12 July 2022. CRD. URL: <a href="https://www.w3.org/TR/service-workers/">https://www.w3.org/TR/service-workers/</a> |
| 4865 | + <a href="https://www.w3.org/TR/service-workers/"><cite>Service Workers</cite></a>. Yoshisato Yanagisawa; Monica CHINTALA. W3C. 6 March 2025. CRD. URL: <a href="https://www.w3.org/TR/service-workers/">https://www.w3.org/TR/service-workers/</a> |
4866 | 4866 | </dd><dt id="bib-tls">[TLS]</dt><dd>
|
4867 | 4867 | <a href="https://www.rfc-editor.org/rfc/rfc5246"><cite>The Transport Layer Security (TLS) Protocol Version 1.2</cite></a>. T. Dierks; E. Rescorla. IETF. August 2008. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc5246">https://www.rfc-editor.org/rfc/rfc5246</a>
|
4868 | 4868 | </dd><dt id="bib-webidl">[webidl]</dt><dd>
|
|
0 commit comments