[Webkit-unassigned] [Bug 50661] Convert <meter> shadow DOM to a DOM-based shadow.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 4 18:25:02 PDT 2011


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





--- Comment #27 from Kent Tamura <tkent at chromium.org>  2011-04-04 18:25:02 PST ---
(From update of attachment 88173)
View in context: https://bugs.webkit.org/attachment.cgi?id=88173&action=review

>>> Source/WebCore/html/HTMLMeterElement.cpp:219
>>> +    return (value - min) / (max - min);
>> 
>> Is it possible to return Infinity?
> 
> Such case is guarded by previous statement.

Really?
Suppose that max=2.2e-308, min=0, value=1.79e+308

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