commit | a1747039c553177e3c2c79bc1747d31c40dbf767 | [log] [tgz] |
---|---|---|
author | Morten Stenshorne <mstensho@chromium.org> | Fri Dec 03 07:16:30 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 03 07:16:30 2021 |
tree | 1402d6892a7607ba68c8be8bca83ef731ea34094 | |
parent | cb666442d8ed0fc8b1e8536ac8f1a3724482028b [diff] |
Don't allow column spanners inside transforms. A transform establishes a containing block for "everything", including fixed-positioned descendants. Letting spanners escape this seems strange, and it causes trouble for accessibility in our implementation. See https://github.com/w3c/csswg-drafts/issues/6805 Bug: 1267847, 1225860 Change-Id: Ibcf9af327824a4683d4b33935c3bc28abe61f998 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3310883 Reviewed-by: Alison Maher <almaher@microsoft.com> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/main@{#947905}
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.