-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Treat -webkit-line-clamp as a prefix of line-clamp #22951
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This property is currently in an in-between state, in the progress of being standardized and implemented without a prefix, but still only supported with a prefix in all browsers. Renaming and using `prefic` aligns with https://caniuse.com/css-line-clamp and will make it possible for web-features to use this BCD entry to represent support of the unprefixed CSS property.
github-actions
bot
added
the
data:css 🎨
Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
label
Apr 26, 2024
teoli2003
approved these changes
Apr 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 (And I think we should wait a bit before renaming the url at mdn/content)
foolip
added a commit
to foolip/content
that referenced
this pull request
Apr 26, 2024
It was renamed in BCD: mdn/browser-compat-data#22951
Thanks @teoli2003! I've sent mdn/content#33284 to update the path in content. |
teoli2003
pushed a commit
to mdn/content
that referenced
this pull request
Apr 26, 2024
It was renamed in BCD: mdn/browser-compat-data#22951
3846masa
added a commit
to 3846masa/stylelint-browser-compat
that referenced
this pull request
Jun 7, 2024
3846masa
added a commit
to 3846masa/stylelint-browser-compat
that referenced
this pull request
Jun 7, 2024
* fix(npm): update dependency @mdn/browser-compat-data to v5.5.31 * chore: fix test for line-clamp * mdn/browser-compat-data#22951 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 3846masa <3846masahiro+git@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This property is currently in an in-between state, in the progress of being standardized and implemented without a prefix, but still only supported with a prefix in all browsers.
Renaming and using
prefix
aligns with https://caniuse.com/css-line-clamp and will make it possible for web-features to use this BCD entry to represent support of the unprefixed CSS property.