[Webkit-unassigned] [Bug 134059] REGRESSION (r168685): css calc() expression fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 25 02:56:53 PDT 2014


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





--- Comment #7 from Martin Hodovan <mhodovan.u-szeged at partner.samsung.com>  2014-06-25 02:57:11 PST ---
(In reply to comment #0)
> This expression no longer works..
> 
> width: calc((100% - 20px) / 3;

I think there has been some misunderstanding here. Your first example is a malformed expression,
because a closing brace is missing from the end, and therefore it can not be parsed properly.
I thought that my patch has ruined some error recovery feature, which seemed a little unlikely,
since my patch did not change the CSS grammar. So I double-checked it and the expression you
mentioned has never worked before. (Maybe I should report it, if it needs auto-correction at all.)

But now I get it. "width: calc((100% - 20px) / 3)" is now a well-formed expression and it really
does not work since my patch has landed. Thank you for your patience, I will upload a fix very soon.

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