[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:04:17 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #88173|review?                     |review+
               Flag|                            |




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

The difference from r82880 is MeterShadowElement::rendererIsNeeded(), right?

> Source/WebCore/html/HTMLMeterElement.cpp:219
> +    return (value - min) / (max - min);

Is it possible to return Infinity?

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