mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Reference #20116 from a few places.
This commit is contained in:
parent
76dd4ae05e
commit
a6c6ef91e0
1 changed files with 2 additions and 1 deletions
|
@ -409,6 +409,7 @@ trait PrivateMatchMethods: TElement {
|
|||
let mut possibly_expired_animations = vec![];
|
||||
let shared_context = context.shared;
|
||||
if let Some(ref mut old) = *old_values {
|
||||
// FIXME(emilio, #20116): This makes no sense.
|
||||
self.update_animations_for_cascade(
|
||||
shared_context,
|
||||
old,
|
||||
|
@ -554,7 +555,7 @@ trait PrivateMatchMethods: TElement {
|
|||
ChildCascadeRequirement::MustCascadeChildrenIfInheritResetStyle
|
||||
}
|
||||
|
||||
// FIXME(emilio): It's not clear to me that the name of this method
|
||||
// FIXME(emilio, #20116): It's not clear to me that the name of this method
|
||||
// represents anything of what it does.
|
||||
//
|
||||
// Also, this function gets the old style, for some reason I don't really
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue