You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Gap Decorations]: Introduce ColumnRuleStyle on ComputedStyle
This CL introduces a new data structure to extend the ColumnRuleStyle
property for the gap decorations feature. Previously, the
`column-rule-style` property could hold only a single style value.
However, with the gap decorations feature, this property can now hold
multiple values. The CL utilizes the `GapDataList` template data
structure to store these values in the computed style object.
Additionally, sites that expect a single style value have been updated
to call `GetLegacyValue()`, which returns the single style.
The code is exercised through the gap-decorations-style-computed.html
test.
Bug: 357648037
Change-Id: Ic2da56eb1811a4d1f15ee54594aab3052696b774
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065161
Reviewed-by: Alison Maher <[email protected]>
Commit-Queue: Sam Davis Omekara <[email protected]>
Reviewed-by: Kurt Catti-Schmidt <[email protected]>
Reviewed-by: Kevin Babbitt <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1391995}
0 commit comments