惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
AI
AI
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
U
Unit 42
Vercel News
Vercel News
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
WordPress大学
WordPress大学
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
F
Full Disclosure
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security
Recorded Future
Recorded Future
N
News and Events Feed by Topic
雷峰网
雷峰网
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
aimingoo的专栏
aimingoo的专栏
S
Schneier on Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
O
OpenAI News
Project Zero
Project Zero
罗磊的独立博客
G
GRAHAM CLULEY
腾讯CDC
P
Privacy International News Feed
V
V2EX
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
H
Heimdal Security Blog
L
LINUX DO - 热门话题
Forbes - Security
Forbes - Security
美团技术团队
MongoDB | Blog
MongoDB | Blog
Security Latest
Security Latest
M
MIT News - Artificial intelligence
T
Tor Project blog
Cisco Talos Blog
Cisco Talos Blog
宝玉的分享
宝玉的分享
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog

Recent Commits to manifest:gh-pages

chore: tidy up index.html (#1217) · w3c/manifest@ccc61b8 Rename "default display mode" to "applied display mode" (#1215) · w3c/manifest@2c438a5 Clarify how manifest image resources are fetched (#1171) · w3c/manifest@1550e32 Clarify applying manifest to an existing browsing context (#1202) · w3c/manifest@a4e3989 Add retiredDate for Diego González (#1213) · w3c/manifest@5a45ec7 Add `color_scheme_dark` member and themeable members (colors only) (#… · w3c/manifest@34da51d chore: Export the "install" dfn for cross-spec linking (#1212) · w3c/manifest@fab21db chore: tidy up index.html (#1200) · w3c/manifest@8ed35d3 Specify when an icon might be updated (editorial), and loosen sec-sen… · w3c/manifest@9c122cf Add retiredDate for Kenneth Rohde Christiansen (#1192) · w3c/manifest@96f55b4 chore: export Installed Web Application Identity (#1187) · w3c/manifest@e08283b Editorial: rephrase multiple icon example (#1170) · w3c/manifest@538ad43 Editorial: move incubations to the README (#1153) · w3c/manifest@ec8f1be chore: tidy (#1166) Editorial: Add installable web application definition (#1163) · w3c/manifest@b2bb532 clarify the definition of "navigation scope", "applied", and off-scop… · w3c/manifest@0153346 Move `prefer_related_applications` and `related_applications` to mani… · w3c/manifest@f159796 Editorial: Retire Matt Giuca · w3c/manifest@cc8250b Add members for localization (#1101) · w3c/manifest@16406fd
Make enums case-insensitive (#1149) · w3c/manifest@f9c4a8f
christianlie · 2024-11-07 · via Recent Commits to manifest:gh-pages

@@ -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="1a06ac714769d11f08a039d54de97785f48de6d8">

166+

<meta name="revision" content="40cf2c73ce6d8d9a795f345491a0ae5e97cd17cb">

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

276276

"github": "https://github.com/w3c/manifest/",

277277

"caniuse": "web-app-manifest",

278278

"xref": "web-platform",

279-

"gitRevision": "1a06ac714769d11f08a039d54de97785f48de6d8",

279+

"gitRevision": "40cf2c73ce6d8d9a795f345491a0ae5e97cd17cb",

280280

"publishISODate": "2024-11-07T00:00:00.000Z",

281281

"generatedSubtitle": "W3C Editor's Draft 07 November 2024"

282282

}</script>

@@ -905,6 +905,8 @@ <h1 id="title" class="title">Web Application Manifest</h1>

905905

<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

906906

<var data-type="ordered map">json</var>["dir"].

907907

</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>

908910

<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>

909911

<var data-type="ordered map">json</var>["dir"], return.

910912

</li>

@@ -1297,6 +1299,8 @@ <h1 id="title" class="title">Web Application Manifest</h1>

12971299

<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

12981300

<var data-type="ordered map">json</var>["display"].

12991301

</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>

13001304

<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>

13011305

<var data-type="ordered map">json</var>["display"], return.

13021306

</li>

@@ -1401,6 +1405,8 @@ <h1 id="title" class="title">Web Application Manifest</h1>

14011405

<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

14021406

<var data-type="ordered map">json</var>["orientation"].

14031407

</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>

14041410

<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

14051411

<a data-link-type="dfn|abstract-op" href="#dfn-orientation-values" class="internalDFN" id="ref-for-dfn-orientation-values-1">orientation values</a>, return.

14061412

</li>

@@ -4650,6 +4656,8 @@ <h1 id="title" class="title">Web Application Manifest</h1>

46504656

<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>

46514657

</li><li>

46524658

<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>

46534661

</li><li>

46544662

<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>

46554663

</li><li>

@@ -6791,6 +6799,22 @@ <h1 id="title" class="title">Web Application Manifest</h1>

67916799

</li><li>

67926800

<a href="#ref-for-index-term-append-for-list-2" title="§ 2.5 Processing image resources">§ 2.5 Processing image resources</a>

67936801

</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>

67946818

</ul>

67956819

</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">

67966820

<span class="caret"></span>