Skip to content

Commit a1eb191

Browse files
committed
[css-properties-values-api-1][editorial] Fixed Bikeshed issues
1 parent 090cd24 commit a1eb191

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css-properties-values-api/Overview.bs

Lines changed: 3 additions & 4 deletions
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

0 commit comments

Comments
 (0)