Skip to content

Commit cd0d8d1

Browse files
chore: tidy (#1166)
SHA: 5088e7b Reason: push, by christianliebel Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b2bb532 commit cd0d8d1

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

index.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
164164
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
165165
</style>
166-
<meta name="revision" content="2d9f7609b01f7a8ae56f285d23e228bbc456c103">
166+
<meta name="revision" content="5088e7b7b9c055e9479da2d82171de633ea1a36d">
167167
<meta name="description" content="This specification defines a JSON-based file format that provides
168168
developers with a centralized place to put metadata associated with a
169169
web application. This metadata includes, but is not limited to, the web
@@ -276,16 +276,16 @@
276276
"github": "https://github.com/w3c/manifest/",
277277
"caniuse": "web-app-manifest",
278278
"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"
282282
}</script>
283283
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>
284284
<body data-cite="ENCODING SCREEN-ORIENTATION MEDIAQUERIES-5 IMAGE-RESOURCE MIMESNIFF HTML INFRA URL WEBIDL DOM FETCH" class="h-entry"><div class="head">
285285
<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">
286286
</a></p>
287287
<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>
289289
<details open="">
290290
<summary>More details about this document</summary>
291291
<dl>
@@ -3238,21 +3238,21 @@ <h1 id="title" class="title">Web Application Manifest</h1>
32383238
</h2><a class="self-link" href="#installable-web-applications" aria-label="Permalink for Section 4."></a></div>
32393239

32403240
<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.
32563256
</p>
32573257
<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="">
32583258
For example, on user agents that support installation, a web
@@ -4795,7 +4795,7 @@ <h1 id="title" class="title">Web Application Manifest</h1>
47954795
<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>
47964796

47974797
<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>
47994799
</dd><dt id="bib-bcp47">[BCP47]</dt><dd>
48004800
<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>
48014801
</dd><dt id="bib-csp3">[CSP3]</dt><dd>
@@ -4862,7 +4862,7 @@ <h1 id="title" class="title">Web Application Manifest</h1>
48624862
</dd><dt id="bib-rfc9110">[RFC9110]</dt><dd>
48634863
<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>
48644864
</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>
48664866
</dd><dt id="bib-tls">[TLS]</dt><dd>
48674867
<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>
48684868
</dd><dt id="bib-webidl">[webidl]</dt><dd>

0 commit comments

Comments
 (0)