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

推荐订阅源

L
Lohrmann on Cybersecurity
Martin Fowler
Martin Fowler
Engineering at Meta
Engineering at Meta
腾讯CDC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
TaoSecurity Blog
TaoSecurity Blog
博客园_首页
Vercel News
Vercel News
Hugging Face - Blog
Hugging Face - Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Last Week in AI
Last Week in AI
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
The Exploit Database - CXSecurity.com
量子位
Project Zero
Project Zero
A
Arctic Wolf
小众软件
小众软件
NISL@THU
NISL@THU
C
CERT Recently Published Vulnerability Notes
有赞技术团队
有赞技术团队
MongoDB | Blog
MongoDB | Blog
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
News and Events Feed by Topic
宝玉的分享
宝玉的分享
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Troy Hunt's Blog
P
Privacy & Cybersecurity Law Blog
Security Latest
Security Latest
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
D
DataBreaches.Net
Schneier on Security
Schneier on Security
The Hacker News
The Hacker News
K
Kaspersky official blog
C
Check Point Blog
Hacker News: Ask HN
Hacker News: Ask HN
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Webroot Blog
Webroot Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
人人都是产品经理
人人都是产品经理
AI
AI
Cisco Talos Blog
Cisco Talos Blog
MyScale Blog
MyScale Blog
Cloudbric
Cloudbric
B
Blog RSS Feed
S
Schneier on Security
P
Palo Alto Networks Blog

Recent Commits to css-houdini-drafts:main

[css-properties-values-api] Use relevant global realm, not current. A… Remove leftover merge conflict marker (#1173) · w3c/css-houdini-drafts@bfc9454 Update all api.csswg.org/bikeshed URLs to reference spec-generator (#… · w3c/css-houdini-drafts@15d0412 [css-layout-api][explainer] add mandatory intrinsicSizes function (#1… · w3c/css-houdini-drafts@a8b415e Reflect master=>main branch renaming in internal hyperlinks Add versioned URL aliases and legacy redirects · w3c/css-houdini-drafts@acae9ee Fix build failure when no Overview.html files exist (#1166) · w3c/css-houdini-drafts@86359e0 Add GitHub Pages autopublishing workflow (#1165) [font-metrics-api-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@0b7adca Added .vscode to .gitignore · w3c/css-houdini-drafts@090cd24 [box-tree-api-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@17fcaf6 [css-typed-om-2][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@eb196d6 [css-typed-om-1][editorial] Fixed Bikeshed issues [css-layout-api-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@79124e7 [css-animation-worklet-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@6c343e6 [css-typed-om-1] Correct a couple of typos (#1150) · w3c/css-houdini-drafts@8172261 [css-typed-om-1] Correct `this` type in StylePropertyMapReadOnly meth… · w3c/css-houdini-drafts@8f910ae [css-typed-om] Use undefined for setters. (#1143) · w3c/css-houdini-drafts@aafb3d5 [css-typed-om] Add missing steps to reify oklab() and oklch() https:/…
[css-properties-values-api-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@a1eb191
SebastianZ · 2026-01-09 · via Recent Commits to css-houdini-drafts:main

File tree

  • css-properties-values-api

Original file line numberDiff line numberDiff line change

@@ -42,7 +42,6 @@ spec:css-values-4;

4242

text:cap

4343

type:dfn

4444

text:identifier

45-

spec:cssom-1; type:interface; text:CSS

4645

spec:dom;

4746

type:interface; text:Document

4847

type:dfn; text:shadow tree

@@ -300,7 +299,7 @@ the computed value is one of the following:

300299

</details>

301300
302301

For <code>"&lt;image>"</code> values,

303-

the computed value is the [=computed &lt;image>=].

302+

the computed value is the [=computed <image>=].

304303
305304

For <code>"&lt;transform-function>"</code> and <code>"&lt;transform-list>"</code> values,

306305

the computed value is as specified but with all lengths resolved to their computed values.

@@ -1265,10 +1264,10 @@ the following:

12651264

<<time>>, <<resolution>>, <<percentage>> or <<length-percentage>>;

12661265

[=reify a numeric value=] from the value and return the result.

12671266

2. If the value is a <<transform-function>>,

1268-

[=reify a &lt;transform-function>=] from the value and return the

1267+

[=reify a <transform-function>=] from the value and return the

12691268

result.

12701269

3. If the value is a <<transform-list>>,

1271-

[=reify a &lt;transform-list>=] from the value and return the result.

1270+

[=reify a <transform-list>=] from the value and return the result.

12721271

4. If the value is an <<image>>, reify a CSSImageValue from the value and

12731272

return the result.

12741273

5. If the value is an [=identifier=], [=reify an identifier=] from the value