[Webkit-unassigned] [Bug 229816] Serialization of CSS custom property value is incorrect for a custom string
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 15 18:29:18 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=229816
Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ahmad.saleem792 at gmail.com
Keywords| |BrowserCompat
--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
It is reproducible on Safari Technology Preview 184 as well and show 'double quotes' for single quote.
*** Safari Technology Preview 184 ***
naked:
/20210629/asset/logo.svg
double quotes:
"/20210629/s/assets/images/logo-alpine-group.svg"
single quotes:
"/20210629/s/assets/images/logo-alpine-group.svg"
*** Other Browsers (Chrome Canary 122 & Firefox Nightly 122) ***
naked:
/20210629/asset/logo.svg
double quotes:
"/20210629/s/assets/images/logo-alpine-group.svg"
single quotes:
'/20210629/s/assets/images/logo-alpine-group.svg'
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231216/41a7fa8b/attachment-0001.htm>
More information about the webkit-unassigned
mailing list