mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Drop @scroll-timeline rule entirely
This rule is not used in tests and should be removed per spec. Differential Revision: https://phabricator.services.mozilla.com/D157249
This commit is contained in:
parent
4b736595d7
commit
de396d9766
8 changed files with 15 additions and 421 deletions
|
@ -555,7 +555,6 @@ impl StylesheetInvalidationSet {
|
|||
LayerStatement(..) |
|
||||
FontFace(..) |
|
||||
Keyframes(..) |
|
||||
ScrollTimeline(..) |
|
||||
Container(..) |
|
||||
Style(..) => {
|
||||
if is_generic_change {
|
||||
|
@ -633,8 +632,6 @@ impl StylesheetInvalidationSet {
|
|||
// existing elements.
|
||||
}
|
||||
},
|
||||
// TODO: Check if timeline name is referenced, though this might go away in bug 1737918.
|
||||
ScrollTimeline(..) |
|
||||
CounterStyle(..) |
|
||||
Page(..) |
|
||||
Viewport(..) |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue