| Code-Review | +1 |
return element.GetPseudoIdForStyling() == pseudo_id;Note: If these were author-exposed, you would strictly have had to deal with dynamic_pseudo and context.pseudo_id (for getComputedStyle).
kLastPublicPseudoId = kPseudoIdOverscrollClientArea,Was this the change that solved your issue?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
return element.GetPseudoIdForStyling() == pseudo_id;Note: If these were author-exposed, you would strictly have had to deal with dynamic_pseudo and context.pseudo_id (for getComputedStyle).
Thanks, good to know.
kLastPublicPseudoId = kPseudoIdOverscrollClientArea,Was this the change that solved your issue?
Yes, this is the one. Per my other comment we have a check here https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/css/selector_checker.cc?q=file:selector_checker.cc%20pseudo_id%5C%20%5C%3C%5C%3D%5C%20kLastPublicPseudoId&ss=chromium%2Fchromium%2Fsrc that was critical to descending to the pseudo-element in selector matching. Without this, we try to match against the owning element.
| 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. |
+chrishtr for third_party/blink/public
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| 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. |
4 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/dom/element_test.cc
Insertions: 3, Deletions: 9.
The diff is too large to show. Please review the diff.
```
[gestures] Apply default styles to ::overscroll-*
Sets UA styles for ::overscroll-area-parent and ::overscroll-client-area.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |