commit | e344ad5169dff5f38eadfb4e252f38b38220881c | [log] [tgz] |
---|---|---|
author | Stephen Chenney <schenney@chromium.org> | Mon Apr 21 19:50:13 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 21 19:50:13 2025 |
tree | 354f91cecc71386c7ce291bc4f8079b71eec75a0 | |
parent | 82e3a823de4d9b931ba3f3b872fe59f0b8c9f4c8 [diff] |
Fix text shadow paint order with decorations In violation of the spec, https://www.w3.org/TR/css-text-decor-3/#painting-order, when text decorations are present the shadow is painted between the over- and under-lines and the text proper. Fix it, which is indeed straightforward now we have the infrastructure for highlight painting (which gets it right already for several cases). Fixed: 40516436 Change-Id: I155e67d8cbc06605545d622d39da5eaa5be5ffb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6459541 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/main@{#1449566}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.