mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Parse scroll-snap-stop style and propagate it to APZ side
Depends on D146147 Differential Revision: https://phabricator.services.mozilla.com/D145850
This commit is contained in:
parent
f5cf952525
commit
3723a7b18d
7 changed files with 39 additions and 5 deletions
|
@ -15,8 +15,9 @@ pub use crate::values::specified::box_::{
|
|||
AnimationName, AnimationTimeline, Appearance, BreakBetween, BreakWithin,
|
||||
Clear as SpecifiedClear, Contain, ContainerName, ContainerType, ContentVisibility, Display,
|
||||
Float as SpecifiedFloat, Overflow, OverflowAnchor, OverflowClipBox,
|
||||
OverscrollBehavior, ScrollSnapAlign, ScrollSnapAxis, ScrollSnapStrictness,
|
||||
ScrollSnapType, ScrollbarGutter, TouchAction, TransitionProperty, WillChange,
|
||||
OverscrollBehavior, ScrollSnapAlign, ScrollSnapAxis, ScrollSnapStop,
|
||||
ScrollSnapStrictness, ScrollSnapType, ScrollbarGutter, TouchAction,
|
||||
TransitionProperty, WillChange,
|
||||
};
|
||||
|
||||
/// A computed value for the `vertical-align` property.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue