[Webkit-unassigned] [Bug 28938] New: CSS string value is not correctly serialized when it contains binary characters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 3 01:33:40 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28938
Summary: CSS string value is not correctly serialized when it
contains binary characters
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yutak at chromium.org
When WebKit serializes a CSS string value, it does not escape binary characters
in that value.
For example, suppose that we have an element with the following style:
font-family: '\0\1\2';
When we obtain this style using JavaScript (like element.style.fontFamily), it
becomes an invisible string, instead of the correctly escaped string. WebKit
should escape these characters as specified in CSS spec.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list