[wpt-sync] Sync PR 32018 - Remove vendor prefixes from intrinsic sizes
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32018 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32018
Details from upstream follow.
Robin Métral <robin.metral@sumup.com> wrote:
Remove vendor prefixes from intrinsic sizes
Fixes #32014
As discussed in the issue linked above 👆, this PR removes unnecessary vendor prefixes for CSS intrinsic sizes.
While removing the
-mozprefix forfit-contentI noticed some leftover prefixes formin-contentandmax-content(-mozbut also-webkit,-o, and-ie). I think they can all be removed since these intrinsic sizes are now supported unprefixed.I also ran some tests locally and it looked to me like there were no new failures, but I didn't know how to check the results against the expected test data 🙈
Let me know if there's anything else I'm missing in this PR!
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
| bugherder | ||
Description
•