[Webkit-unassigned] [Bug 34529] [CSSOM] issues with cssText and selectorText

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 21:42:46 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=34529





--- Comment #13 from Shinichiro Hamaji <hamaji at chromium.org>  2010-05-18 21:42:45 PST ---
(From update of attachment 56450)
WebCore/css/CSSOMUtils.cpp:56
 +      append(appendTo, String::format("\\%x ", c));
Do we have test case which checks this path?

WebCore/css/CSSOMUtils.cpp:76
 +          if (c <= 0x1f || (0x30 <= c && c <= 0x39 && (isFirst || (isSecond && isFirstCharHyphen))))
Are there any reason we cannot use character literals such as '0' or '9' (or maybe L'0' or L'9') ?

-- 
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