From 02ad75aa8b7382604ff8e8e99d65417f08af574b Mon Sep 17 00:00:00 2001 From: andruud Date: Tue, 14 Jan 2025 23:07:34 +0100 Subject: [PATCH] [css-mixins-1] CSSFunctionDeclarations, not CSSNestedDeclarations (#11501) The CSSNestedDeclarations rule does not quite work, since its style attribute returns a CSSStyleProperties object. Co-authored-by: Anders Hartvoll Ruud --- css-mixins-1/Overview.bs | 53 +++++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 9 deletions(-) diff --git a/css-mixins-1/Overview.bs b/css-mixins-1/Overview.bs index 1e2e5f65b12..897c9f9d385 100644 --- a/css-mixins-1/Overview.bs +++ b/css-mixins-1/Overview.bs @@ -20,6 +20,7 @@ spec:css-properties-values-api; type:dfn; text:syntax component spec:css-syntax-3; type:dfn; text:descriptor; spec:css-values-4; type:dfn; text:keyword; spec:css-values-4; type:dfn; text:identifier; +spec:cssom-1; type:dfn; text:specified order;