Skip to content

Commit 1970cc3

Browse files
authored
Merge pull request #535 from nainar/issue_475
Expand CSSOM to Cascading Style Sheets Object Model at start of spec
2 parents a4d277f + 79e78b4 commit 1970cc3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-typed-om/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ spec:infra;
8989
Introduction {#intro}
9090
=====================
9191

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.
9596

9697
The API exposed by this specification is designed for performance rather than ergonomics.
9798
Some particular considerations:

0 commit comments

Comments
 (0)