Bot-Commit | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Owners-Override | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
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}
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/54431
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |