|
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="1a06ac714769d11f08a039d54de97785f48de6d8"> |
| 166 | +<meta name="revision" content="40cf2c73ce6d8d9a795f345491a0ae5e97cd17cb"> |
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": "1a06ac714769d11f08a039d54de97785f48de6d8", |
| 279 | + "gitRevision": "40cf2c73ce6d8d9a795f345491a0ae5e97cd17cb", |
280 | 280 | "publishISODate": "2024-11-07T00:00:00.000Z", |
281 | 281 | "generatedSubtitle": "W3C Editor's Draft 07 November 2024" |
282 | 282 | }</script> |
@@ -905,6 +905,8 @@ <h1 id="title" class="title">Web Application Manifest</h1> |
905 | 905 | <li><a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace" id="ref-for-index-term-strip-leading-and-trailing-ascii-whitespace-1">Strip leading and trailing ASCII whitespace</a> from |
906 | 906 | <var data-type="ordered map">json</var>["dir"]. |
907 | 907 | </li> |
| 908 | + <li><a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#ascii-lowercase" id="ref-for-index-term-ascii-lowercase-1">ASCII lowercase</a> <var data-type="ordered map">json</var>["dir"]. |
| 909 | + </li> |
908 | 910 | <li>If <a data-link-type="dfn|abstract-op" href="#dfn-text-direction-list" class="internalDFN" id="ref-for-dfn-text-direction-list-1">text-direction list</a> doesn't <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#list-contain" id="ref-for-index-term-contain-for-list-1">contain</a> |
909 | 911 | <var data-type="ordered map">json</var>["dir"], return. |
910 | 912 | </li> |
@@ -1297,6 +1299,8 @@ <h1 id="title" class="title">Web Application Manifest</h1> |
1297 | 1299 | <li><a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace" id="ref-for-index-term-strip-leading-and-trailing-ascii-whitespace-3">Strip leading and trailing ASCII whitespace</a> from |
1298 | 1300 | <var data-type="ordered map">json</var>["display"]. |
1299 | 1301 | </li> |
| 1302 | + <li><a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#ascii-lowercase" id="ref-for-index-term-ascii-lowercase-2">ASCII lowercase</a> <var data-type="ordered map">json</var>["display"]. |
| 1303 | + </li> |
1300 | 1304 | <li>If <a data-link-type="dfn|abstract-op" href="#dfn-display-modes-list" class="internalDFN" id="ref-for-dfn-display-modes-list-1">display modes list</a> doesn't <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#list-contain" id="ref-for-index-term-contain-for-list-2">contain</a> |
1301 | 1305 | <var data-type="ordered map">json</var>["display"], return. |
1302 | 1306 | </li> |
@@ -1401,6 +1405,8 @@ <h1 id="title" class="title">Web Application Manifest</h1> |
1401 | 1405 | <li><a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace" id="ref-for-index-term-strip-leading-and-trailing-ascii-whitespace-4">Strip leading and trailing ASCII whitespace</a> from |
1402 | 1406 | <var data-type="ordered map">json</var>["orientation"]. |
1403 | 1407 | </li> |
| 1408 | + <li><a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#ascii-lowercase" id="ref-for-index-term-ascii-lowercase-3">ASCII lowercase</a> <var data-type="ordered map">json</var>["orientation"]. |
| 1409 | + </li> |
1404 | 1410 | <li>If <var data-type="ordered map">json</var>["orientation"] doesn't <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#list-contain" id="ref-for-index-term-contain-for-list-3">contain</a> any of the |
1405 | 1411 | <a data-link-type="dfn|abstract-op" href="#dfn-orientation-values" class="internalDFN" id="ref-for-dfn-orientation-values-1">orientation values</a>, return. |
1406 | 1412 | </li> |
@@ -4650,6 +4656,8 @@ <h1 id="title" class="title">Web Application Manifest</h1> |
4650 | 4656 | <span class="index-term" data-href="https://infra.spec.whatwg.org/#set-append" id="index-term-append-for-set" tabindex="0" aria-haspopup="dialog">append (for <code>set</code>)</span> |
4651 | 4657 | </li><li> |
4652 | 4658 | <span class="index-term" data-href="https://infra.spec.whatwg.org/#list-append" id="index-term-append-for-list" tabindex="0" aria-haspopup="dialog">Append (for <code>list</code>)</span> |
| 4659 | + </li><li> |
| 4660 | + <span class="index-term" data-href="https://infra.spec.whatwg.org/#ascii-lowercase" id="index-term-ascii-lowercase" tabindex="0" aria-haspopup="dialog">ASCII lowercase</span> |
4653 | 4661 | </li><li> |
4654 | 4662 | <span class="index-term" data-href="https://infra.spec.whatwg.org/#boolean" id="index-term-boolean-type" tabindex="0" aria-haspopup="dialog">boolean type</span> |
4655 | 4663 | </li><li> |
@@ -6791,6 +6799,22 @@ <h1 id="title" class="title">Web Application Manifest</h1> |
6791 | 6799 | </li><li> |
6792 | 6800 | <a href="#ref-for-index-term-append-for-list-2" title="§ 2.5 Processing image resources">§ 2.5 Processing image resources</a> |
6793 | 6801 | </li> |
| 6802 | + </ul> |
| 6803 | + </div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-ascii-lowercase" aria-label="Links in this document to definition: ASCII lowercase"> |
| 6804 | + <span class="caret"></span> |
| 6805 | + <div> |
| 6806 | + <a class="self-link" href="https://infra.spec.whatwg.org/#ascii-lowercase" aria-label="Permalink for definition: ASCII lowercase. Activate to close this dialog.">Permalink</a> |
| 6807 | + |
| 6808 | + </div> |
| 6809 | + <p><b>Referenced in:</b></p> |
| 6810 | + <ul> |
| 6811 | + <li> |
| 6812 | + <a href="#ref-for-index-term-ascii-lowercase-1" title="§ 1.2 dir member">§ 1.2 dir member</a> |
| 6813 | + </li><li> |
| 6814 | + <a href="#ref-for-index-term-ascii-lowercase-2" title="§ 1.8 display member">§ 1.8 display member</a> |
| 6815 | + </li><li> |
| 6816 | + <a href="#ref-for-index-term-ascii-lowercase-3" title="§ 1.9 orientation member">§ 1.9 orientation member</a> |
| 6817 | + </li> |
6794 | 6818 | </ul> |
6795 | 6819 | </div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-boolean-type" aria-label="Links in this document to definition: boolean type"> |
6796 | 6820 | <span class="caret"></span> |
|
0 commit comments