We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566b911 commit 7de30b1Copy full SHA for 7de30b1
css-typed-om/Overview.bs
@@ -382,9 +382,9 @@ probably in an appendix.
382
383
5. Let |values to set| be an empty [=list=].
384
385
- 6. For each |value| in |values|:
386
- 1. [=Normalize a style value=] for |property| and |value|,
387
- and append the result to |values to set|.
+ 6. For each |value| in |values|,
+ [=normalize a style value=] for |property| and |value|,
+ and append the result to |values to set|.
388
389
7. Set |props|[|property|] to |values to set|.
390
0 commit comments