[Webkit-unassigned] [Bug 137620] Web Inspector: Unexpected CSS warnings with calc()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 10 13:19:03 PDT 2014


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





--- Comment #6 from Joseph Pecoraro <joepeck at webkit.org>  2014-10-10 13:18:58 PST ---
Seems like this may be an issue with operators!

    background-size: calc(50% +1px); /* warning */
    background-size: calc(50% + 1px); /* okay */

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