Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
if (!RuntimeEnabledFeatures::CSSLogicalCombinationPseudoEnabled()) {
drop a line here and below on why we need to keep pseudo_id?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
if (!RuntimeEnabledFeatures::CSSLogicalCombinationPseudoEnabled()) {
drop a line here and below on why we need to keep pseudo_id?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 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/selector_checker.cc
Insertions: 4, Deletions: 0.
The diff is too large to show. Please review the diff.
```
[pseudo&] Support matching of pseudo-elements in logical combinations
CL:6947585 implemented support for matching against selectors
with implicit pseudo-child combinators (kPseudoChild), but deferred
support for logical combination pseudo-classes, which is done in
this CL instead.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |