File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,10 @@ spec:infra;
89
89
Introduction {#intro}
90
90
=====================
91
91
92
- Converting CSSOM value strings into meaningfully typed JavaScript representations and
93
- back can incur a significant performance overhead. This specification exposes CSS values
94
- as typed JavaScript objects to facilitate their performant manipulation.
92
+ Converting Cascading Style Sheets Object Model (CSSOM) value strings into
93
+ meaningfully typed JavaScript representations and back can incur a significant
94
+ performance overhead. This specification exposes CSS values as typed JavaScript
95
+ objects to facilitate their performant manipulation.
95
96
96
97
The API exposed by this specification is designed for performance rather than ergonomics.
97
98
Some particular considerations:
You can’t perform that action at this time.
0 commit comments