From 1f4e5de6538eeaed2378d127300a62f95146562f Mon Sep 17 00:00:00 2001 From: "L. David Baron" Date: Wed, 27 Nov 2024 14:23:10 -0500 Subject: [PATCH] [css-pseudo-4] Restore idea that element-backed pseudos are always tree abiding. The idea that element-backed pseudo-elements are a subset of tree-abiding pseudo-elements was removed (inavertently, I think) in 24eda7a8f68c84e7fbca7ddbeb05523277b54e8e. This restores it. Fixes #11284. --- css-pseudo-4/Overview.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css-pseudo-4/Overview.bs b/css-pseudo-4/Overview.bs index 618b7e03eea..0c09488067a 100644 --- a/css-pseudo-4/Overview.bs +++ b/css-pseudo-4/Overview.bs @@ -1610,8 +1610,9 @@ Element-backed Pseudo-Elements (and, in fact, often are real elements that are not otherwise selectable). + Element-backed pseudo-elements are always [=tree-abiding=]. Unless otherwise specified, - they are fully styleable + they are [=fully styleable=] and inherit from their [=originating element=], just like standard [=tree-abiding pseudo-elements=]; but they can be defined to inherit from another element instead.