Closed
Bug 1373832
Opened 8 years ago
Closed 6 years ago
Implement scroll-padding-* properties
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla68
People
(Reporter: sebo, Assigned: hiro)
References
(Blocks 1 open bug, )
Details
(4 keywords)
Attachments
(1 file)
The latest CSS Scroll Snap spec. defines a several scroll-padding-* properties, which specify the optimal viewing region of the scrollport.
These properties should be implemented accordingly.
Sebastian
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
status-firefox57:
--- → wontfix
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → hikezoe
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•6 years ago
|
||
we just ran into this for the mozillafoundation.org site, where a sticky header is greatly interfering with proper #fragmentid navigation in FF, but not in Chrome and friends, so the sooner FF hits parity for this property, the better.
Comment 5•6 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:hiro, could you have a look please?
Flags: needinfo?(hikezoe)
Pushed by hikezoe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b500d17a3bf5
Deflate the snapport by scroll-padding and adjust the snap positions by the padding value. r=botond
Comment 7•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(hikezoe)
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/16481 for changes under testing/web-platform/tests
Upstream PR merged
Updated•6 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
Comment 10•6 years ago
|
||
These are documented and a note put in the 68 release notes https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-padding
You need to log in
before you can comment on or make changes to this bug.
Description
•