From 8dffb30426adfedc99c6d96760ac49ee4a4a9e61 Mon Sep 17 00:00:00 2001
From: Sebastian Zartner
Date: Mon, 29 Dec 2025 09:53:52 +0100
Subject: [PATCH] [css-mixins-1][editorial] Added WPTs
---
css-mixins-1/Overview.bs | 87 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 86 insertions(+), 1 deletion(-)
diff --git a/css-mixins-1/Overview.bs b/css-mixins-1/Overview.bs
index 7693a09bacf3..11ca19959b53 100644
--- a/css-mixins-1/Overview.bs
+++ b/css-mixins-1/Overview.bs
@@ -13,6 +13,8 @@ Editor: Tab Atkins-Bittner, Google, http://xanthir.com/contact/, w3cid 42199
Abstract: This module defines the ability for authors to define custom functions, acting similar to parametrized custom properties. They can use the full power of CSS's values and conditional rules. It also defines an early form of a similar idea for CSS rule mixins, allowing parametrized substitution of entire blocks of properties into other rules.
Default Highlight: css
Ignored Terms: cssText
+WPT Path Prefix: css/css-mixins/
+WPT Display: open
@@ -35,7 +37,7 @@ spec:css-values-5; type:dfn;
text:invalid at computed-value time
spec:cssom-1; type:dfn;
text:specified order;
-spec:css-conditional-5; type:at-rule;
+spec:css-conditional-5; type:at-rule;
text:@container
@@ -127,6 +129,12 @@ Introduction {#intro}
}
+
+ function-in-media.html
+ local-inherit-substitution.html
+ local-var-substitution.html
+
+