diff --git a/features/image-function.yml b/features/draft/image-function.yml similarity index 65% rename from features/image-function.yml rename to features/draft/image-function.yml index f2112e8c8fa..ebe4dc50797 100644 --- a/features/image-function.yml +++ b/features/draft/image-function.yml @@ -1,3 +1,8 @@ +# This feature was formerly published, but was withdrawn because there was not +# evidence of implementer interest. Reinstate this feature if it ever changes. +# Do not reuse this key. More background: +# https://github.com/web-platform-dx/web-features/issues/2341 +draft_date: 2025-07-28 name: image() description: The `image()` CSS function creates an image similar to `url()` but with additional functionality. It can create a solid color as an image, provide a fallback from an image URL to a solid color, or clip a sprite image using media fragments. Not to be confused with the `Image()` constructor. spec: https://drafts.csswg.org/css-images-4/#image-notation diff --git a/features/image-function.yml.dist b/features/draft/image-function.yml.dist similarity index 100% rename from features/image-function.yml.dist rename to features/draft/image-function.yml.dist diff --git a/features/target-within.yml b/features/draft/target-within.yml similarity index 58% rename from features/target-within.yml rename to features/draft/target-within.yml index e577b352d7c..b8d890a9556 100644 --- a/features/target-within.yml +++ b/features/draft/target-within.yml @@ -1,3 +1,8 @@ +# This feature was formerly published, but was withdrawn because there was not +# evidence of implementer interest. Reinstate this feature if it ever changes. +# Do not reuse this key. More background: +# https://github.com/web-platform-dx/web-features/issues/2339 +draft_date: 2025-07-28 name: :target-within description: The `:target-within` CSS pseudo-class matches the element with an ID matching the URL fragment and its ancestors. spec: https://drafts.csswg.org/selectors-4/#the-target-within-pseudo diff --git a/features/target-within.yml.dist b/features/draft/target-within.yml.dist similarity index 100% rename from features/target-within.yml.dist rename to features/draft/target-within.yml.dist