| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Discussion on whether this is the right approach can be foundnit: "found at"
subject to change, another potential solution would be to make `between`nit: ". Another"
There is no behavior change.nit: might be worth noting that this will have an impact though once we add support for `rule-visibility-items` in multicol in a follow up change
nit: Likely worth adding a brief comment similar to `ResolveRuleBreakValue`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Discussion on whether this is the right approach can be foundJavier Contrerasnit: "found at"
Done
subject to change, another potential solution would be to make `between`Javier Contrerasnit: ". Another"
Done
nit: might be worth noting that this will have an impact though once we add support for `rule-visibility-items` in multicol in a follow up change
Done
nit: Likely worth adding a brief comment similar to `ResolveRuleBreakValue`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/57726.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
5 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: third_party/blink/renderer/core/css/css_gap_decoration_property_utils.h
Insertions: 3, Deletions: 0.
@@ -73,6 +73,9 @@
GridTrackSizingDirection direction,
GapGeometry::ContainerType container_type);
+ // Resolves the `rule-visibility-items` value for a given direction and
+ // container. For multicol containers, `auto` resolves to `between` while for
+ // `grid`, `auto` resolves to `all`.
static RuleVisibilityItems ResolveRuleVisibilityItemsValue(
const ComputedStyle& style,
GapGeometry::ContainerType container_type,
```
[gap-decorations] Introduce rule-visibility-items: auto
This CL introduces an `auto` keyword for `rule-visibility-items`
properties and makes it the new default. The `auto` value resolves to
`all` for grid containers, and `between` for multicol containers.
This is needed due to backwards compat for the way current `column-rule`
behaves (without gap decorations).
Discussion on whether this is the right approach can be found at
https://github.com/w3c/csswg-drafts/issues/13477 and thus its still
subject to change. Another potential solution would be to make `between`
the default for grid. If that's the case we can simply revert this CL,
but we need either change implemented such that `rule-visibility-items`
can be implemented for multicol.
There is no behavior change, but enables us to implement
`rule-visibility-items` for multicol container in a follow up CL.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/57726
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |