@@ -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
4645spec: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
302301For <code> "<image>"</code> values,
303- the computed value is the [=computed < image>=] .
302+ the computed value is the [=computed < image>=] .
304303
305304For <code> "<transform-function>"</code> and <code> "<transform-list>"</code> values,
306305the 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 < 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 < 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