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

推荐订阅源

Vercel News
Vercel News
O
OpenAI News
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
云风的 BLOG
云风的 BLOG
罗磊的独立博客
S
SegmentFault 最新的问题
The Register - Security
The Register - Security
Hugging Face - Blog
Hugging Face - Blog
D
DataBreaches.Net
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
雷峰网
雷峰网
V
Visual Studio Blog
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator Blog
博客园 - 【当耐特】
G
Google Developers Blog
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
Martin Fowler
Martin Fowler
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog
AI
AI
Google Online Security Blog
Google Online Security Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
博客园 - Franky
Blog — PlanetScale
Blog — PlanetScale
Webroot Blog
Webroot Blog
PCI Perspectives
PCI Perspectives
爱范儿
爱范儿
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org

Recent Commits to manifest-app-info:main

Editorial: clarify how to deal with missing `platform` and `form_fact… · w3c/manifest-app-info@08b3478 Update index.html (#64) Editorial: remove broken iTunes link · w3c/manifest-app-info@3a1f37f chore(action.yml): use NOTE status chore(action.yml): fix a few more props · w3c/manifest-app-info@b095ad8 chore(action.yml): fixup pub workflow · w3c/manifest-app-info@6cf1a27 Add form_factor field to screenshot member · w3c/manifest-app-info@018e021 Update index.html Update index.html · w3c/manifest-app-info@459a014 Merge branch 'main' into form_factor Update index.html · w3c/manifest-app-info@477ca61 Fix iPadOS label (#56) · w3c/manifest-app-info@99162c2 update wording · w3c/manifest-app-info@9fe81e1 format Updating categories Chore: Exporting definitions & updating the action (#50) Merge pull request #49 from christianliebel/remove-windows10x · w3c/manifest-app-info@9ba2b61 Remove `windows10x` platform · w3c/manifest-app-info@47bd9e0 Merge pull request #43 from jcayzac/fix/contributing-typo · w3c/manifest-app-info@610d0fe
Add form_factor to screenshot · w3c/manifest-app-info@1b6edfc
philloooo · 2022-08-24 · via Recent Commits to manifest-app-info:main
Original file line numberDiff line numberDiff line change

@@ -311,7 +311,7 @@ <h3>

311311

"screenshots": [{

312312

"src": "images/screenshot.png",

313313

"sizes": "800x600",

314-

"platform": "wide",

314+

"form_factor": "wide",

315315

"label": "With Software, you can select a part of your screen and take a screenshot in seconds."

316316

}]

317317

}

@@ -329,9 +329,7 @@ <h3>

329329

</p>

330330

<p class="note" title="Platform usage guidance for authors">

331331

Authors should only use `platform` for instances where a screenshot

332-

is not representative of a universal experience. For instance, if the

333-

layout/design differs based on orientation, setting "narrow" or

334-

"wide" is advisable. Similarly, an OS-specific `platform` designation

332+

is not representative of a universal experience. For instance, an OS-specific `platform` designation

335333

should be reserved for instances where the screenshot includes

336334

functionality only available on that specific platform.

337335

</p>

@@ -346,24 +344,6 @@ <h3>

346344

({{ImageResource/sizes}}) in determining if the screenshot should be

347345

displayed.

348346

</p>

349-

<p>

350-

List of general-purporse `platform` values:

351-

</p>

352-

<dl>

353-

<dt>

354-

narrow

355-

</dt>

356-

<dd>

357-

For narrow screenshots (e.g., wearables, mobile devices).

358-

</dd>

359-

<dt>

360-

wide

361-

</dt>

362-

<dd>

363-

For screenshots applicable to wide screens only (e.g., status

364-

boards).

365-

</dd>

366-

</dl>

367347

<p>

368348

List of `platform` values that are specific to an operating system:

369349

</p>

@@ -467,6 +447,47 @@ <h3>

467447

</p>

468448

</section>

469449

</section>

450+

<section>

451+

<h3>

452+

`form_factor` member

453+

</h3>

454+

<p>

455+

The <code><dfn class="export">form_factor</dfn></code> member is a <a>string</a> that

456+

represents the shape of a broad class of distribution platforms for which a given screenshot

457+

applies. Authors are encouraged to only use this member when the

458+

screenshot is only applicable in a specific context.

459+

</p>

460+

<p class="note" title="Platform usage guidance for authors">

461+

Authors should only use `platform` for instances where a screenshot

462+

is not representative of a universal experience. For instance, if the

463+

layout/design differs based on the screen orientation, setting "narrow" or

464+

"wide" is advisable.

465+

</p>

466+

<p>

467+

User agents might show as many (or as few) screenshots as they

468+

choose, but shouldn't display screenshots that do not pertain to

469+

their form_factor (e.g., Android phone shouldn't show wide form_factor screenshots).

470+

</p>

471+

<p>

472+

List of `form_factor` values:

473+

</p>

474+

<dl>

475+

<dt>

476+

narrow

477+

</dt>

478+

<dd>

479+

For screenshots applicable to narrow screens only (e.g., mobile devices).

480+

</dd>

481+

<dt>

482+

wide

483+

</dt>

484+

<dd>

485+

For screenshots applicable to wide screens only (e.g., status

486+

boards).

487+

</dd>

488+

</dl>

489+

</section>

490+

</section>

470491

<section id="internationalization" class="appendix informative">

471492

<h2>

472493

Internationalization