Revert "blink/css: Implement text-transform: full-width" [chromium/src : main]

0 views
Skip to first unread message

Rubber Stamper (Gerrit)

unread,
Aug 20, 2025, 12:58:19 PMAug 20
to Brad Triebwasser, Kent Tamura, Koji Ishii, Felipe Erias, Chromium LUCI CQ, Alexis Menard, chromium...@chromium.org, AyeAye, Blink W3C Test Autoroller, blink-rev...@chromium.org, blink-...@chromium.org, blink-re...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, blink-revie...@chromium.org, apavlo...@chromium.org
Attention needed from Felipe Erias, Kent Tamura and Koji Ishii

Rubber Stamper voted Bot-Commit+1

Bot-Commit+1
Open in Gerrit

Related details

Attention is currently required from:
  • Felipe Erias
  • Kent Tamura
  • Koji Ishii
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement is not satisfiedCode-Owners
  • requirement satisfiedCode-Review
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I98650c492244d7cf44382aa617d0755f21d3a9e8
Gerrit-Change-Number: 6867371
Gerrit-PatchSet: 1
Gerrit-Owner: Brad Triebwasser <btr...@chromium.org>
Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
Gerrit-Reviewer: Felipe Erias <felip...@igalia.com>
Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
Gerrit-Reviewer: Koji Ishii <ko...@chromium.org>
Gerrit-Reviewer: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Gerrit-CC: Alexis Menard <alexis...@intel.com>
Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
Gerrit-Attention: Kent Tamura <tk...@chromium.org>
Gerrit-Attention: Koji Ishii <ko...@chromium.org>
Gerrit-Attention: Felipe Erias <felip...@igalia.com>
Gerrit-Comment-Date: Wed, 20 Aug 2025 16:58:09 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Brad Triebwasser (Gerrit)

unread,
Aug 20, 2025, 12:59:12 PMAug 20
to Rubber Stamper, Kent Tamura, Koji Ishii, Felipe Erias, Chromium LUCI CQ, Alexis Menard, chromium...@chromium.org, AyeAye, Blink W3C Test Autoroller, blink-rev...@chromium.org, blink-...@chromium.org, blink-re...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, blink-revie...@chromium.org, apavlo...@chromium.org
Attention needed from Felipe Erias, Kent Tamura and Koji Ishii

Brad Triebwasser voted

Commit-Queue+2
Owners-Override+1
Open in Gerrit

Related details

Attention is currently required from:
  • Felipe Erias
  • Kent Tamura
  • Koji Ishii
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I98650c492244d7cf44382aa617d0755f21d3a9e8
Gerrit-Change-Number: 6867371
Gerrit-PatchSet: 1
Gerrit-Owner: Brad Triebwasser <btr...@chromium.org>
Gerrit-Reviewer: Brad Triebwasser <btr...@chromium.org>
Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
Gerrit-Reviewer: Felipe Erias <felip...@igalia.com>
Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
Gerrit-Reviewer: Koji Ishii <ko...@chromium.org>
Gerrit-Reviewer: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Gerrit-CC: Alexis Menard <alexis...@intel.com>
Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
Gerrit-Attention: Kent Tamura <tk...@chromium.org>
Gerrit-Attention: Koji Ishii <ko...@chromium.org>
Gerrit-Attention: Felipe Erias <felip...@igalia.com>
Gerrit-Comment-Date: Wed, 20 Aug 2025 16:59:04 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
open
diffy

Chromium LUCI CQ (Gerrit)

unread,
Aug 20, 2025, 12:59:32 PMAug 20
to Brad Triebwasser, Rubber Stamper, Kent Tamura, Koji Ishii, Felipe Erias, Alexis Menard, chromium...@chromium.org, AyeAye, Blink W3C Test Autoroller, blink-rev...@chromium.org, blink-...@chromium.org, blink-re...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, blink-revie...@chromium.org, apavlo...@chromium.org

Chromium LUCI CQ submitted the change

Change information

Commit message:
Revert "blink/css: Implement text-transform: full-width"

This reverts commit 10bca80bad89c58b0187e1059b2a4cecc9759f51.

Reason for revert: Causing WPT failures on Windows 10 bots (https://ci.chromium.org/ui/p/chromium/builders/ci/WebKit%20Win10/160052/overview)

Bug: 41297237
Original change's description:
> blink/css: Implement text-transform: full-width
>
> Adds support for CSS text-transform: full-width specified in CSS Text
> Level 3.
>
> https://www.w3.org/TR/css-text-3/#text-transform-property
>
> This value transforms all narrow characters that have a full-width
> mapping in Unicode to their wide equivalents. This includes ASCII,
> Japanese Katakana, Korean Hangul, and several special symbols.
>
> The concrete list of character conversions follows the one used by
> Firefox, which was compiled directly from the Unicode database. See:
>
> https://bugzilla.mozilla.org/show_bug.cgi?id=774560
>
> This CL includes a new WPT test:
>
> /css/css-text/text-transform/text-transform-fullwidth-010.html
>
> Bug: 41297237
> Change-Id: I280d4c5df9d221167bfb51c5988f485a03bdfad4
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6790585
> Commit-Queue: Felipe Erias <felip...@igalia.com>
> Reviewed-by: Kent Tamura <tk...@chromium.org>
> Reviewed-by: Koji Ishii <ko...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1503902}
Bug: 41297237
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: I98650c492244d7cf44382aa617d0755f21d3a9e8
Bot-Commit: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Commit-Queue: Brad Triebwasser <btr...@chromium.org>
Owners-Override: Brad Triebwasser <btr...@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1504029}
Files:
  • M third_party/blink/renderer/core/css/css_properties.json5
  • M third_party/blink/renderer/core/css/parser/css_parser_fast_paths.cc
  • M third_party/blink/renderer/core/style/computed_style.cc
  • M third_party/blink/renderer/platform/runtime_enabled_features.json5
  • M third_party/blink/web_tests/NeverFixTests
  • M third_party/blink/web_tests/TestExpectations
  • M third_party/blink/web_tests/W3CImportExpectations
  • M third_party/blink/web_tests/external/wpt/css/css-text/parsing/text-transform-computed-expected.txt
  • M third_party/blink/web_tests/external/wpt/css/css-text/parsing/text-transform-valid-expected.txt
  • D third_party/blink/web_tests/external/wpt/css/css-text/text-transform/reference/text-transform-fullwidth-010-ref.html
  • D third_party/blink/web_tests/external/wpt/css/css-text/text-transform/text-transform-fullwidth-010.html
  • A third_party/blink/web_tests/external/wpt/css/css-typed-om/the-stylepropertymap/properties/text-transform-expected.txt
Change size: M
Delta: 12 files changed, 20 insertions(+), 221 deletions(-)
Branch: refs/heads/main
Submit Requirements:
  • requirement satisfiedCode-Review: Bot-Commit+1 by Rubber Stamper
Open in Gerrit
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: merged
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I98650c492244d7cf44382aa617d0755f21d3a9e8
Gerrit-Change-Number: 6867371
Gerrit-PatchSet: 2
open
diffy
satisfied_requirement

Blink W3C Test Autoroller (Gerrit)

unread,
Aug 20, 2025, 1:46:49 PMAug 20
to Brad Triebwasser, Chromium LUCI CQ, Rubber Stamper, Kent Tamura, Koji Ishii, Felipe Erias, Alexis Menard, chromium...@chromium.org, AyeAye, blink-rev...@chromium.org, blink-...@chromium.org, blink-re...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, blink-revie...@chromium.org, apavlo...@chromium.org

Message from Blink W3C Test Autoroller

The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/54431

Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I98650c492244d7cf44382aa617d0755f21d3a9e8
Gerrit-Change-Number: 6867371
Gerrit-PatchSet: 2
Gerrit-Owner: Brad Triebwasser <btr...@chromium.org>
Gerrit-Reviewer: Brad Triebwasser <btr...@chromium.org>
Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
Gerrit-Reviewer: Felipe Erias <felip...@igalia.com>
Gerrit-Reviewer: Kent Tamura <tk...@chromium.org>
Gerrit-Reviewer: Koji Ishii <ko...@chromium.org>
Gerrit-Reviewer: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Gerrit-CC: Alexis Menard <alexis...@intel.com>
Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
Gerrit-Comment-Date: Wed, 20 Aug 2025 17:46:43 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
satisfied_requirement
open
diffy

Kent Tamura (Gerrit)

unread,
Aug 21, 2025, 8:45:06 PMAug 21
to Brad Triebwasser, Chromium LUCI CQ, Kent Tamura, Rubber Stamper, Koji Ishii, Felipe Erias, Alexis Menard, chromium...@chromium.org, AyeAye, Blink W3C Test Autoroller, blink-rev...@chromium.org, blink-...@chromium.org, blink-re...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, blink-revie...@chromium.org, apavlo...@chromium.org

Kent Tamura voted Code-Review+1

Code-Review+1
Gerrit-Comment-Date: Fri, 22 Aug 2025 00:44:40 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
open
diffy
Reply all
Reply to author
Forward
0 new messages