From c08ca3588828b54aa587a7c9c52896927e6add49 Mon Sep 17 00:00:00 2001 From: Rune Lillesveen Date: Wed, 7 Aug 2024 15:10:27 +0200 Subject: [PATCH] [css-conditional-5] There is no container-type:style Adjusted out-of-date example. --- css-conditional-5/Overview.bs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css-conditional-5/Overview.bs b/css-conditional-5/Overview.bs index d5bf0c75fed..2a02b475cd8 100644 --- a/css-conditional-5/Overview.bs +++ b/css-conditional-5/Overview.bs @@ -542,10 +542,6 @@ Creating Query Containers: the 'container-type' property This can be useful for toggling behavior across multiple properties:
-		section {
-		  container-type: style;
-		}
-
 		@container style(--cards: small) {
 		  article {
 		    border: thin solid silver;