(builder.Contain() & kContainsViewTransition) || is_transition_scope) {Does not appear to be needed any longer. Having a vt-name or being a vt-participant is enough to force a stacking context. See HasStackingGroupingProperty in computed_style.h. This code was introduce prior to streamlining style and layout for VTs.
LayoutObject* layout_object = scope->GetLayoutObject();Needed prior to standardization of style and layout for view-transitions. Now obsolete.
| 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. |
| Code-Review | +1 |
name: "view-transition-scope",I think you want `field_group: "*",`, otherwise it's stored directly on ComputedStyle which we use for the most performance-sensitive properties. We should possibly make `"*"` the default and offer `field_group: "root"` or something.
| 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. |
I think you want `field_group: "*",`, otherwise it's stored directly on ComputedStyle which we use for the most performance-sensitive properties. We should possibly make `"*"` the default and offer `field_group: "root"` or something.
| 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/57284.
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. |
| Code-Review | +1 |
(root_style.ViewTransitionScope() == EViewTransitionScope::kAuto)) {We might want to add a TODO/bug here as well to make sure we can handle view-transition-scope: auto on display: contents elements
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
(root_style.ViewTransitionScope() == EViewTransitionScope::kAuto)) {We might want to add a TODO/bug here as well to make sure we can handle view-transition-scope: auto on display: contents elements
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
8 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/view_transition/view_transition_style_tracker.cc
Insertions: 2, Deletions: 0.
The diff is too large to show. Please review the diff.
```
Contain: v-t --> view-transtion-scope: auto
Though still pending CSSWG resolution, this is our latest
recommendation for handling of of name discovery in a subtree.
Bug: 476025617
Change-Id: I7ef4e97ce5801dc78ac7a5ebb63d07606c3bb6f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7493821
Commit-Queue: Kevin Ellis <kev...@chromium.org>
Reviewed-by: Rune Lillesveen <fut...@chromium.org>
Reviewed-by: Vladimir Levin <vmp...@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1573754}
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |