зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1530571 - Explicitly specify animation_value_type for scroll-padding. r=boris
Otherwise the Trait for clamping negative animation value isn't generated thus negative animating results are exposed in computed values. Depends on D21152 Differential Revision: https://phabricator.services.mozilla.com/D21153 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
146ce4ddef
Коммит
43d46aa4b7
|
@ -39,6 +39,6 @@
|
|||
logical=side[1],
|
||||
logical_group="scroll-padding",
|
||||
spec="https://drafts.csswg.org/css-scroll-snap-1/#propdef-scroll-padding-%s" % side[0],
|
||||
animation_value_type="ComputedValue",
|
||||
animation_value_type="NonNegativeLengthPercentageOrAuto",
|
||||
)}
|
||||
% endfor
|
||||
|
|
Загрузка…
Ссылка в новой задаче