[Webkit-unassigned] [Bug 215409] New: getPropertyValue for url path doesn't return the "#" character
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 12 03:59:09 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=215409
Bug ID: 215409
Summary: getPropertyValue for url path doesn't return the "#"
character
Product: WebKit
Version: Safari 13
Hardware: Macintosh
OS: macOS 10.15
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dvkndn at gmail.com
When calling getPropertyValue of a property that is a url(...) pointing to another element (common in SVG), the result is returned without the "#" part.
For example, the CSS:
```
marker-mid: url(#dot)
```
The returned string in:
- Firefox 79: "url(#dot)"
- Chrome 84: "url(#dot)"
- Safari 13: "url(dot)"
Demo: https://codesandbox.io/s/modest-moon-z98tr?file=/index.html
--
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/20200812/a9e6d122/attachment.htm>
More information about the webkit-unassigned
mailing list