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

推荐订阅源

美团技术团队
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
O
OpenAI News
N
News | PayPal Newsroom
Simon Willison's Weblog
Simon Willison's Weblog
P
Privacy International News Feed
T
The Exploit Database - CXSecurity.com
Martin Fowler
Martin Fowler
Recent Commits to openclaw:main
Recent Commits to openclaw:main
月光博客
月光博客
SecWiki News
SecWiki News
T
Threat Research - Cisco Blogs
S
Securelist
K
Kaspersky official blog
S
Secure Thoughts
博客园 - Franky
Project Zero
Project Zero
D
Darknet – Hacking Tools, Hacker News & Cyber Security
量子位
小众软件
小众软件
C
CERT Recently Published Vulnerability Notes
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 三生石上(FineUI控件)
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Cyberwarzone
Cyberwarzone
PCI Perspectives
PCI Perspectives
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Spread Privacy
Spread Privacy
Security Archives - TechRepublic
Security Archives - TechRepublic
T
Tor Project blog
IT之家
IT之家
雷峰网
雷峰网
Last Week in AI
Last Week in AI
T
Threatpost
博客园 - 【当耐特】
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
C
Check Point Blog
H
Help Net Security
B
Blog RSS Feed
N
News and Events Feed by Topic
I
Intezer
Webroot Blog
Webroot Blog
G
GRAHAM CLULEY
L
LangChain Blog
Hugging Face - Blog
Hugging Face - Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Heimdal Security Blog

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