Closed
Bug 1549589
Opened 6 years ago
Closed 6 years ago
scroll-snap-coordinate shouldn't use allow_empty=NotInitial.
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
The initial value for this is indeed none
(and thus empty). The Rust code was
confused.
This property is disabled by default these days, and I think the
get_initial_value() function, which is what could get confused, is not called
for this property, so I think this shouldn't be observable.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cf7b6547cfb2
scroll-snap-coordinate shouldn't use NotInitial. r=hiro
Updated•6 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
![]() |
||
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•