[wpt-sync] Sync PR 18407 - CSS: Shortest serialization for gap shorthand
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18407 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18407
Details from upstream follow.
Eric Willigers <ericwilligers@chromium.org> wrote:
CSS: Shortest serialization for gap shorthand
gap is \<'row-gap'> \<'column-gap'>?
https://drafts.csswg.org/css-align-3/#propdef-gapIf row-gap and column-gap are the same, we serialize
only a single value, consistent with Firefox and
the shortest representation principle.
https://drafts.csswg.org/cssom/#serializing-css-valuesChange-Id: I8a2380d963cdbb7f33676b435d9cfb909abf9e77
Reviewed-on: https://chromium-review.googlesource.com/1750521
WPT-Export-Revision: 7816abc924ac918a7394e83feeac4da533574c6b
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
Comment 7•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8e4c1f1890b3
https://hg.mozilla.org/mozilla-central/rev/b0bc01a70855
Description
•