From b46e73926a346f59cb69aaf0471be8fa51d1f1e6 Mon Sep 17 00:00:00 2001 From: Chris Lilley Date: Thu, 14 Nov 2024 13:32:26 -0500 Subject: [PATCH] [wg/css] CSSOM is not the only API --- 2025/css-wg.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/2025/css-wg.html b/2025/css-wg.html index fe6d396..25e579e 100644 --- a/2025/css-wg.html +++ b/2025/css-wg.html @@ -197,11 +197,15 @@

Scope

with a document, but the document should ideally be functional without it.) -
  • The CSS Object Model, a set of standard - APIs, to which libraries can be written for manipulating - style sheets and documents with associated style - information. -
  • +
  • A set of APIs, such as the + CSS Object Model, + to which libraries can be written for manipulating + style sheets and querying or affecting + aspects such as + document layout, animation, painting, and font loading. +
  • + +