[webkit-reviews] review granted: [Bug 50661] Convert <meter> shadow DOM to a DOM-based shadow. : [Attachment 88173] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 4 18:04:16 PDT 2011
Kent Tamura <tkent at chromium.org> has granted MORITA Hajime
<morrita at google.com>'s request for review:
Bug 50661: Convert <meter> shadow DOM to a DOM-based shadow.
https://bugs.webkit.org/show_bug.cgi?id=50661
Attachment 88173: Patch
https://bugs.webkit.org/attachment.cgi?id=88173&action=review
------- Additional Comments from Kent Tamura <tkent at chromium.org>
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?
More information about the webkit-reviews
mailing list