From 5d578a9548137a2314a698957ee8f16ca1d43b58 Mon Sep 17 00:00:00 2001 From: andruud Date: Wed, 26 Jun 2024 18:27:43 +0000 Subject: [PATCH] [css-mixins-1] Remove mentions of @nest (#10501) --- css-mixins-1/Overview.bs | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/css-mixins-1/Overview.bs b/css-mixins-1/Overview.bs index 634e147c224..150cd36e335 100644 --- a/css-mixins-1/Overview.bs +++ b/css-mixins-1/Overview.bs @@ -136,7 +136,7 @@ contains the same <> more than once, then the ''@function'' rule is invalid. The body of a ''@function'' rule accepts [=conditional group rules=], -such as ''@media'', as well as the ''@nest'' rule. +such as ''@media''. Additionally, it accepts the following descriptors: * The '@function/result' descriptor, @@ -498,18 +498,6 @@ or acting as if nothing exists at that location otherwise. - -Interaction with @nest {#at-nest} ----------------------------- - -''@nest'' rules are valid within ''@function'', -with the additional restriction -that only descriptors allowed within ''@function'' -are allowed within the ''@nest'' rule. - -A ''@nest'' rule within ''@function'' does nothing: -it acts like its contents were present at its location. -