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

推荐订阅源

cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
I
Intezer
C
CERT Recently Published Vulnerability Notes
Security Latest
Security Latest
NISL@THU
NISL@THU
V
Vulnerabilities – Threatpost
G
GRAHAM CLULEY
Project Zero
Project Zero
U
Unit 42
L
LINUX DO - 热门话题
IT之家
IT之家
人人都是产品经理
人人都是产品经理
博客园 - 司徒正美
腾讯CDC
D
Darknet – Hacking Tools, Hacker News & Cyber Security
V
Visual Studio Blog
宝玉的分享
宝玉的分享
阮一峰的网络日志
阮一峰的网络日志
Jina AI
Jina AI
MongoDB | Blog
MongoDB | Blog
Scott Helme
Scott Helme
T
Threat Research - Cisco Blogs
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
B
Blog
美团技术团队
T
Tor Project blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
L
LangChain Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
T
Tenable Blog
A
Arctic Wolf
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
AWS News Blog
AWS News Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Spread Privacy
Spread Privacy
The GitHub Blog
The GitHub Blog
P
Privacy & Cybersecurity Law Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
M
MIT News - Artificial intelligence
S
Schneier on Security
P
Palo Alto Networks Blog
D
DataBreaches.Net
W
WeLiveSecurity
Know Your Adversary
Know Your Adversary
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Recent Commits to openclaw:main
Recent Commits to openclaw:main
D
Docker
S
Security @ Cisco Blogs

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