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

推荐订阅源

U
Unit 42
P
Proofpoint News Feed
The Last Watchdog
The Last Watchdog
S
Secure Thoughts
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News | PayPal Newsroom
Application and Cybersecurity Blog
Application and Cybersecurity Blog
O
OpenAI News
S
Security @ Cisco Blogs
宝玉的分享
宝玉的分享
Hacker News: Ask HN
Hacker News: Ask HN
T
Troy Hunt's Blog
Google Online Security Blog
Google Online Security Blog
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
TaoSecurity Blog
TaoSecurity Blog
Help Net Security
Help Net Security
Latest news
Latest news
NISL@THU
NISL@THU
S
Security Affairs
博客园_首页
C
CXSECURITY Database RSS Feed - CXSecurity.com
博客园 - 聂微东
AI
AI
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Recent Announcements
Recent Announcements
P
Privacy & Cybersecurity Law Blog
小众软件
小众软件
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
AWS News Blog
AWS News Blog
W
WeLiveSecurity
Google DeepMind News
Google DeepMind News
I
InfoQ
Schneier on Security
Schneier on Security
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
The Exploit Database - CXSecurity.com
IT之家
IT之家
T
Threatpost
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
腾讯CDC
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
N
News and Events Feed by Topic
L
LINUX DO - 最新话题
F
Full Disclosure
大猫的无限游戏
大猫的无限游戏
H
Heimdal Security Blog
S
SegmentFault 最新的问题

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 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 Add form_factor to screenshot · w3c/manifest-app-info@1b6edfc 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 field to screenshot member · w3c/manifest-app-info@018e021
marcoscacere · 2022-10-06 · 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

}

@@ -328,12 +328,11 @@ <h3>

328328

screenshot is only applicable in a specific context.

329329

</p>

330330

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

331-

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

335-

should be reserved for instances where the screenshot includes

336-

functionality only available on that specific platform.

331+

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

332+

not representative of a universal experience. For instance, an

333+

OS-specific `platform` designation should be reserved for instances

334+

where the screenshot includes functionality only available on that

335+

specific platform.

337336

</p>

338337

<p>

339338

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

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

346345

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

347346

displayed.

348347

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

367348

<p>

368349

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

369350

</p>

@@ -467,6 +448,49 @@ <h3>

467448

</p>

468449

</section>

469450

</section>

451+

<section>

452+

<h3>

453+

`form_factor` member

454+

</h3>

455+

<p>

456+

The <code><dfn data-for="manifest" class="export">form_factor</dfn></code> member is a

457+

<a>string</a> that represents the screen shape of a broad class of

458+

devices for which a given screenshot applies. Authors are encouraged to

459+

only use this member when the screenshot is only applicable in a

460+

specific context.

461+

</p>

462+

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

463+

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

464+

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

465+

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

466+

"wide" is advisable.

467+

</p>

468+

<p>

469+

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

470+

but shouldn't display screenshots that do not pertain to their

471+

form factor (e.g., mobile phones shouldn't show "wide" `form_factor`

472+

screenshots).

473+

</p>

474+

<p>

475+

List of `form_factor` values:

476+

</p>

477+

<dl>

478+

<dt>

479+

narrow

480+

</dt>

481+

<dd>

482+

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

483+

</dd>

484+

<dt>

485+

wide

486+

</dt>

487+

<dd>

488+

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

489+

boards).

490+

</dd>

491+

</dl>

492+

</section>

493+

</section>

470494

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

471495

<h2>

472496

Internationalization