Closed
Bug 1528640
Opened 6 years ago
Closed 6 years ago
Implement scroll-padding parser and serializer
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(2 files)
Similar to bug 1528639.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
From '6.7.2 Serializing CSS Values'[1];
If component values can be omitted or replaced with a shorter representation
without changing the meaning of the value, omit/replace them.
[1] https://drafts.csswg.org/cssom/#serializing-css-values
Depends on D20103
Pushed by hikezoe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e4fea76e563b Implement scroll-padding parser and serializer. r=emilio https://hg.mozilla.org/integration/autoland/rev/ed02c6587965 Fix expected results that the same component values can be omitted. r=emilio
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e4fea76e563b
https://hg.mozilla.org/mozilla-central/rev/ed02c6587965
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/15446 for changes under testing/web-platform/tests
Upstream PR merged
You need to log in
before you can comment on or make changes to this bug.
Description
•