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

推荐订阅源

博客园_首页
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
IT之家
IT之家
V
Visual Studio Blog
S
SegmentFault 最新的问题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyberwarzone
Cyberwarzone
T
Tor Project blog
Last Week in AI
Last Week in AI
NISL@THU
NISL@THU
L
Lohrmann on Cybersecurity
V
V2EX
小众软件
小众软件
博客园 - 【当耐特】
S
Schneier on Security
酷 壳 – CoolShell
酷 壳 – CoolShell
Spread Privacy
Spread Privacy
雷峰网
雷峰网
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
K
Kaspersky official blog
大猫的无限游戏
大猫的无限游戏
H
Heimdal Security Blog
N
News and Events Feed by Topic
Know Your Adversary
Know Your Adversary
Apple Machine Learning Research
Apple Machine Learning Research
Forbes - Security
Forbes - Security
博客园 - Franky
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
美团技术团队
S
Securelist
有赞技术团队
有赞技术团队
Engineering at Meta
Engineering at Meta
Simon Willison's Weblog
Simon Willison's Weblog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
U
Unit 42
Scott Helme
Scott Helme
GbyAI
GbyAI
N
Netflix TechBlog - Medium
Recent Commits to openclaw:main
Recent Commits to openclaw:main
P
Privacy International News Feed
P
Proofpoint News Feed
Schneier on Security
Schneier on Security
L
LangChain Blog
Latest news
Latest news
Microsoft Azure Blog
Microsoft Azure Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Y
Y Combinator Blog
L
LINUX DO - 热门话题

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 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
update wording · w3c/manifest-app-info@9fe81e1
philloooo · 2022-08-24 · via Recent Commits to manifest-app-info:main
Original file line numberDiff line numberDiff line change

@@ -454,13 +454,13 @@ <h3>

454454

</h3>

455455

<p>

456456

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

457-

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

458-

platforms for which a given screenshot applies. Authors are encouraged

459-

to only use this member when the screenshot is only applicable in 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

460460

specific context.

461461

</p>

462-

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

463-

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

462+

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

463+

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

464464

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

465465

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

466466

"wide" is advisable.