Hi Anders, ptal at this CL for parsing trigger-scope, thanks.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
class CORE_EXPORT StyleTriggerScope {If it's identical to `StyleAnchorScope`, shouldn't we generalize/rename that instead. It would allow sharing converters, computed-value code (etc) as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
class CORE_EXPORT StyleTriggerScope {If it's identical to `StyleAnchorScope`, shouldn't we generalize/rename that instead. It would allow sharing converters, computed-value code (etc) as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
David AwogbemilaIf it's identical to `StyleAnchorScope`, shouldn't we generalize/rename that instead. It would allow sharing converters, computed-value code (etc) as well.
Okay, will take a stab at that.
| 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 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[animation-trigger] Parse trigger-scope
The working group resolved[1] to have a trigger-scope[2] property that
functions similar to anchor-scope, limiting the visibility of trigger
names which are global by default.
[1] https://github.com/w3c/csswg-drafts/issues/12581#issuecomment-3206707173
[2] https://drafts.csswg.org/css-animations-2/#trigger-scope
| 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/56525
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |