commit | 1ff996297a57783a387e0031bc40d3343db3cfcb | [log] [tgz] |
---|---|---|
author | Kent Tamura <tkent@chromium.org> | Thu Nov 07 08:14:10 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 07 08:14:10 2024 |
tree | 6f5a3814f3c110c322f5e49567d74baf30850898 | |
parent | b14cc799888b40831fb4d918575b8dcbd03f7bda [diff] |
layout: Fix trailing collapsible space handling with <ruby> * Trailing collapsible space should not be handled in ruby-base lines because such lines are contained by another line. This CL introduces `LineBreaker:: disable_trailing_whitespace_collapsing_`. * ComputeTrailingCollapsibleSpace() should iterate inside ruby columns recursively. * RemoveTrailingCollapsibleSpace() and TrailingCollapsibleSpaceWidth() should compute ruby column widths correctly. * ruby-intra-level-whitespace-001.html passed accidentally. It requires <rb> and table-like pairing. Bug: 376097115 Change-Id: I55e4559012ec08c9b423ad8a518890c02862d857 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5996911 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1379515}
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.