Commit 71cfdb5
[Gap Decorations]: Avoid 0px behavior for list of column-rule-widths
This CL avoids the "return 0px if style is none/hidden" behavior for
column-rule-width when multiple values are involved.
While ongoing work aims to decouple *-width and *-style values entirely,
we want to ensure that gap decorations are not blocked by that effort
due to potential compatibility concerns. To maintain backward
compatibility, we preserve the current behavior for single values.
However, for lists of values, we now avoid returning 0px, allowing us to
move forward without inheriting that complexity.
Bug: 357648037
Change-Id: I4986a7564b0a13c02195636020df1c42f309cada
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6533577
Reviewed-by: Alison Maher <almaher@microsoft.com>
Commit-Queue: Sam Davis Omekara <samomekarajr@microsoft.com>
Reviewed-by: Kevin Babbitt <kbabbitt@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1458455}1 parent 80c8117 commit 71cfdb5
1 file changed
Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
0 commit comments