| Summary: | [css-shapes] Don't serialize `at <position>` in circle/ellipse if unspecified | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | CSS | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Tim Nguyen (:ntim)
2023-09-21 16:11:28 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18043 Omitting `at 50% 50%` isn't the right thing to do, we should rather only omit the position if unspecified. (Unspecified != 50% 50% since unspecified will fallback to offset-position) Pull request: https://github.com/WebKit/WebKit/pull/18099 Committed 268344@main (eed95a0f3f2d): <https://commits.webkit.org/268344@main> Reviewed commits have been landed. Closing PR #18099 and removing active labels. |