Bug 304910
| Summary: | Serialization of the `outline` shorthand should match spec | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | CSS | Assignee: | Sam Weinig <sam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 18 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Weinig
Serialization of the `outline` shorthand should match the spec "<'outline-width'> || <'outline-style'> || <'outline-color'>" (https://drafts.csswg.org/css-ui-4/#outline). Currently we do "<'outline-color'> || <'outline-style'> || <'outline-width'>".
This causes us to fail imported/w3c/web-platform-tests/css/css-ui/parsing/canonical-order-outline-sub-properties-001.html.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/56065
EWS
Committed 305114@main (4d1c92acf9ee): <https://commits.webkit.org/305114@main>
Reviewed commits have been landed. Closing PR #56065 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/167564996>