commit | 53c2d9bec6d004e22cb1c3310eb2ccd67070ae3d | [log] [tgz] |
---|---|---|
author | Kent Tamura <tkent@chromium.org> | Tue Oct 05 08:04:48 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 05 08:04:48 2021 |
tree | 1e9de79910563e075d3901458876bf57344c1ce4 | |
parent | d77456f811706c2acc690737b04fc57aa4908b96 [diff] |
Fieldset NG: Content block size limit should include padding If max-block-size is specified to a <fieldset>, its content box block size should be limited to <max border-box block size> - <border block size> not <max border-box block size> - <border and padding block size> because padding is delegated from the <fieldset> to the content box. Bug: 1247733 Change-Id: Iac7bc0885b4d8989309ced64b7902f5476c4383b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3204791 Commit-Queue: Kent Tamura <tkent@chromium.org> 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@{#928048}
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.