commit | 2f3d084f00a572b8df3a637398678ce0355d9304 | [log] [tgz] |
---|---|---|
author | Khushal Sagar <khushalsagar@chromium.org> | Mon Jul 04 20:30:49 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 04 20:30:49 2022 |
tree | fbb02fef0c4a6886849a2b65cd5d76b52e0a9f07 | |
parent | 5b6b8bbed1d759d9543f0a46e70d44ab24bd6b74 [diff] |
blink: Ensure overflow clip and visible have consistent behaviour. This includes the following set of changes in preparation to add overflow:clip to all img elements in UA CSS. The aim is to have consistent behaviour between overflow:visible/clip for the following layout cases: - Use min size:auto when overflow:clip is used on a child element with the ancestor using grid layout. - Don't synthesize logical baseline for overflow:clip similar to overflow visible. See https://github.com/w3c/csswg-drafts/issues/6212 for context. - When using spatial navigation, consider the topmost paint layer which has no self painting visible descendents instead of all visible descendents. This accounts for paint layers created for overflow which are for bookkeeping purposes and don't change the paint order. Bug: 1321217 Change-Id: Ibd9327da9fb830fa78e18e8cc1cb29179eaba269 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3743910 Auto-Submit: Khushal Sagar <khushalsagar@chromium.org> Commit-Queue: Khushal Sagar <khushalsagar@chromium.org> Reviewed-by: Vladimir Levin <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1020664}
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.