[css-text-4] text-fit should inherit#13965
Merged
Merged
Conversation
It should be inherited like other text-* properties in order to apply it to anonymous blocks.
text-fit should inherittext-fit should inherit
Contributor
Author
|
@kojiishi would you review this please? This is consistent with other text-* properties, and is necessary for |
text-fit should inherittext-fit should inherit
brave-builds
pushed a commit
to brave/chromium
that referenced
this pull request
May 26, 2026
w3c/csswg-drafts#13965 Bug: 417306102 Change-Id: I610cecc2642973597188c05905e31216c19abee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7867404 Reviewed-by: Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1636070}
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
May 26, 2026
w3c/csswg-drafts#13965 Bug: 417306102 Change-Id: I610cecc2642973597188c05905e31216c19abee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7867404 Reviewed-by: Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1636070}
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
May 26, 2026
w3c/csswg-drafts#13965 Bug: 417306102 Change-Id: I610cecc2642973597188c05905e31216c19abee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7867404 Reviewed-by: Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1636070}
lando-worker Bot
pushed a commit
to mozilla-firefox/firefox
that referenced
this pull request
May 29, 2026
…only Automatic update from web-platform-tests text-fit: It should be inherited w3c/csswg-drafts#13965 Bug: 417306102 Change-Id: I610cecc2642973597188c05905e31216c19abee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7867404 Reviewed-by: Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1636070} -- wpt-commits: acc34e9bf91192550015c36e7317d7b53a91aab2 wpt-pr: 60173
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Jun 1, 2026
…only Automatic update from web-platform-tests text-fit: It should be inherited w3c/csswg-drafts#13965 Bug: 417306102 Change-Id: I610cecc2642973597188c05905e31216c19abee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7867404 Reviewed-by: Koji Ishii <kojiichromium.org> Commit-Queue: Koji Ishii <kojiichromium.org> Auto-Submit: Kent Tamura <tkentchromium.org> Cr-Commit-Position: refs/heads/main{#1636070} -- wpt-commits: acc34e9bf91192550015c36e7317d7b53a91aab2 wpt-pr: 60173 UltraBlame original commit: a77a15fd00b564980fb4a14894a7c2c16536563b
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Jun 1, 2026
…only Automatic update from web-platform-tests text-fit: It should be inherited w3c/csswg-drafts#13965 Bug: 417306102 Change-Id: I610cecc2642973597188c05905e31216c19abee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7867404 Reviewed-by: Koji Ishii <kojiichromium.org> Commit-Queue: Koji Ishii <kojiichromium.org> Auto-Submit: Kent Tamura <tkentchromium.org> Cr-Commit-Position: refs/heads/main{#1636070} -- wpt-commits: acc34e9bf91192550015c36e7317d7b53a91aab2 wpt-pr: 60173 UltraBlame original commit: a77a15fd00b564980fb4a14894a7c2c16536563b
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Jun 1, 2026
…only Automatic update from web-platform-tests text-fit: It should be inherited w3c/csswg-drafts#13965 Bug: 417306102 Change-Id: I610cecc2642973597188c05905e31216c19abee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7867404 Reviewed-by: Koji Ishii <kojiichromium.org> Commit-Queue: Koji Ishii <kojiichromium.org> Auto-Submit: Kent Tamura <tkentchromium.org> Cr-Commit-Position: refs/heads/main{#1636070} -- wpt-commits: acc34e9bf91192550015c36e7317d7b53a91aab2 wpt-pr: 60173 UltraBlame original commit: a77a15fd00b564980fb4a14894a7c2c16536563b
This file contains hidden or 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
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.
It should be inherited like other text-* properties in order to apply it to anonymous blocks.
This addresses the last paragraph of #2528 (comment) .