[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:32:44 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkent at chromium.org




--- Comment #28 from Kent Tamura <tkent at chromium.org>  2011-04-04 18:32:44 PST ---
(In reply to comment #27)
> (From update of attachment 88173 [details])
> 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

Anyway, it's not new code of this patch.  It's ok to commit the patch.

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