Bug 284978
| Summary: | Support `margin-trim: block inline` keyword combination | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | fantasai <fantasai.bugs> |
| Component: | New Bugs | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ntim, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/52209 | ||
fantasai
The CSS spec was updated to allow `margin-trim: block inline` as a way of indicating all four sides (rather than spelling out all four sides individually). We should add parsing and serialization support for it.
https://www.w3.org/TR/css-box-4/#margin-trim
https://www.w3.org/TR/css-box-4/#changes
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/141784069>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/44515
EWS
Committed 294190@main (598304c8891f): <https://commits.webkit.org/294190@main>
Reviewed commits have been landed. Closing PR #44515 and removing active labels.
Tim Nguyen (:ntim)
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/52209