[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 number | Diff line number | Diff line change |
|---|
@@ -42,7 +42,6 @@ spec:css-values-4;
|
42 | 42 | text:cap |
43 | 43 | type:dfn |
44 | 44 | text:identifier |
45 | | -spec:cssom-1; type:interface; text:CSS |
46 | 45 | spec:dom; |
47 | 46 | type:interface; text:Document |
48 | 47 | type:dfn; text:shadow tree |
@@ -300,7 +299,7 @@ the computed value is one of the following:
|
300 | 299 | </details> |
301 | 300 | |
302 | 301 | For <code>"<image>"</code> values, |
303 | | -the computed value is the [=computed <image>=]. |
| 302 | +the computed value is the [=computed <image>=]. |
304 | 303 | |
305 | 304 | For <code>"<transform-function>"</code> and <code>"<transform-list>"</code> values, |
306 | 305 | the computed value is as specified but with all lengths resolved to their computed values. |
@@ -1265,10 +1264,10 @@ the following:
|
1265 | 1264 | <<time>>, <<resolution>>, <<percentage>> or <<length-percentage>>; |
1266 | 1265 | [=reify a numeric value=] from the value and return the result. |
1267 | 1266 | 2. If the value is a <<transform-function>>, |
1268 | | -[=reify a <transform-function>=] from the value and return the |
| 1267 | +[=reify a <transform-function>=] from the value and return the |
1269 | 1268 | result. |
1270 | 1269 | 3. If the value is a <<transform-list>>, |
1271 | | -[=reify a <transform-list>=] from the value and return the result. |
| 1270 | +[=reify a <transform-list>=] from the value and return the result. |
1272 | 1271 | 4. If the value is an <<image>>, reify a CSSImageValue from the value and |
1273 | 1272 | return the result. |
1274 | 1273 | 5. If the value is an [=identifier=], [=reify an identifier=] from the value |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。