WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
248308
CSSOM serialization for marker ignores marker-mid and marker-end
https://bugs.webkit.org/show_bug.cgi?id=248308
Summary
CSSOM serialization for marker ignores marker-mid and marker-end
Oriol Brufau
Reported
2022-11-24 08:05:01 PST
Run this code: var {style} = document.createElement("div"); style.markerStart = "url(start)"; style.markerMid = "url(mid)"; style.markerEnd = "url(end)"; style.marker; // "url(\"start\")" style.marker += ""; [style.markerStart, style.markerMid, style.markerEnd]; // ["url(\"start\")", "url(\"start\")", "url(\"start\")"] style.marker should be serialized as empty string when the longhands have different values.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-12-01 08:05:17 PST
<
rdar://problem/102861311
>
Oriol Brufau
Comment 2
2022-12-01 16:08:45 PST
Pull request:
https://github.com/WebKit/WebKit/pull/7053
EWS
Comment 3
2022-12-02 05:50:32 PST
Committed
257282@main
(0a9f425ac8eb): <
https://commits.webkit.org/257282@main
> Reviewed commits have been landed. Closing PR #7053 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug