RESOLVED INVALID116678
CSS Variables tokenisation not checking CSS identifier length
https://bugs.webkit.org/show_bug.cgi?id=116678
Summary CSS Variables tokenisation not checking CSS identifier length
Sergio Villar Senin
Reported 2013-05-23 08:38:57 PDT
We should consider merging this change https://codereview.chromium.org/15317009 and the test case which is not currently in WebKit.
Attachments
Sergio Villar Senin
Comment 1 2013-06-12 09:38:41 PDT
There is no need to merge this fix. The ASSERT() was triggered because the code was using isEqualToCSSIdentifier() which had some restrictions not applicable to the CSS variables case. Actually the ASSERT() mentioned in the Chromium bug can no longer happen since r150776, as we perform a case sensitive check in a different inline method which does not have those assertions.
Note You need to log in before you can comment on or make changes to this bug.