[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:48:08 PDT 2011


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





--- Comment #30 from MORITA Hajime <morrita at google.com>  2011-04-04 18:48:08 PST ---
> > Really?
> > Suppose that max=2.2e-308, min=0, value=1.79e+308
> 
value() is clamped by min() and max(). So it should work, in my understanding....

Just in case, I tested against following HTML, and it looks to work.

<html>
  <body>
    <meter min="0" max="2.2e-308" value="1.79e+308">
  <body>
</html>

And build failed... I lost a header inclusion :/

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