Skip to content

Withdraw image-function and target-within to drafts #3186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
File renamed without changes.