WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
229816
Serialization of CSS custom property value is incorrect for a custom string
https://bugs.webkit.org/show_bug.cgi?id=229816
Summary
Serialization of CSS custom property value is incorrect for a custom string
kj.kim
Reported
2021-09-02 10:55:48 PDT
Steps to reproduce the problem: 1. set CSS custom property with a custom string that is surrounded by single quotes, e.g., "--logo-path: '/20210629/asset/logo.svg';" 2. fetch the value via JS, e.g., getComputedStyle(document.body).getPropertyValue("--logo-path"); What is the expected behavior? returned value is '/20210629/asset/logo.svg'. What went wrong? returned value is "/20210629/asset/logo.svg". Repro:
https://codepen.io/kj-kim-sfdc/pen/zYzBNyg
Spec clarification:
https://github.com/w3c/csswg-drafts/issues/6572#issuecomment-911910455
Attachments
Add attachment
proposed patch, testcase, etc.
Kevin Neal
Comment 1
2021-09-09 10:07:33 PDT
Thank you for your filing. The appropriate engineers have been notified.
Radar WebKit Bug Importer
Comment 2
2021-09-09 10:07:49 PDT
<
rdar://problem/82930930
>
Ahmad Saleem
Comment 3
2023-12-15 18:29:18 PST
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'
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