[Webkit-unassigned] [Bug 134059] REGRESSION (r168685): css calc() expression fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 24 12:16:37 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=134059
--- Comment #5 from hodovanmartin at gmail.com <mhodovan at inf.u-szeged.hu> 2014-06-24 12:16:56 PST ---
I have reverted my repository to the revision before right my patch (r168684) and it does not work either.
This expression can not be parsed properly because of the superfluous '(' character, but seems like it is
an older issue. () However, I am glad to investigate it.
The following example shows two rectangle of the same size:
<div width="300px">
<div style="height:100px; width: calc((100% - 20px) / 3); border: 1px solid;" ></div>
<div style="height:100px; width: calc(100%/3 - 20px/3); border: 1px solid;"></div>
</div>
--
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