Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: Don't merge this without confirming with me first. I want to show this PR to MDN in a meeting Thursday, April 23, 2025, before merging. I'll strike out this message when that's done.
This PR allows BCD keys to exist in multiple features and it demonstrates the capability with a single key,
css.properties.text-wrap-style.pretty
.css.properties.text-wrap-style.pretty
already exists intext-wrap-style
. This PR adds the key to a second feature,text-wrap-pretty
. This seems pretty logical to me:text-wrap-style
shows support for the property in general, wheretext-wrap-pretty
represents the specific value ofpretty
, which you might use in two properties.Up to now, we've enforced (but never documented) a limitation that a key can only be in one feature at a time. Last I talked to MDN—the original objector to key duplication—were open to allowing keys to span features. It seems like it'd be nice to introduce this to a single, low-risk pair of features before extending the practice elsewhere.
css.properties.text-wrap-style.pretty
in text-wrap-pretty feature? #2886