[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:22:12 PDT 2011


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





--- Comment #26 from MORITA Hajime <morrita at google.com>  2011-04-04 18:22:11 PST ---
Kent-san, thank you for our help!

(In reply to comment #25)
> (From update of attachment 88173 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=88173&action=review
>
> The difference from r82880 is MeterShadowElement::rendererIsNeeded(), right?
Yes, it should.

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

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