From 79e78b45ca234be22873d447a7fa54540e123108 Mon Sep 17 00:00:00 2001 From: Naina Raisinghani Date: Tue, 12 Dec 2017 13:17:13 +1100 Subject: [PATCH] Expand CSSOM to Cascading Style Sheets Object Model --- css-typed-om/Overview.bs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index 574b20f9..d0d4a2ce 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -89,9 +89,10 @@ spec:infra; Introduction {#intro} ===================== -Converting CSSOM value strings into meaningfully typed JavaScript representations and -back can incur a significant performance overhead. This specification exposes CSS values -as typed JavaScript objects to facilitate their performant manipulation. +Converting Cascading Style Sheets Object Model (CSSOM) value strings into +meaningfully typed JavaScript representations and back can incur a significant +performance overhead. This specification exposes CSS values as typed JavaScript +objects to facilitate their performant manipulation. The API exposed by this specification is designed for performance rather than ergonomics. Some particular considerations: