[Webkit-unassigned] [Bug 38140] Initial support for HTMLMeterElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 09:33:57 PDT 2010


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





--- Comment #21 from Kent Tamura <tkent at chromium.org>  2010-05-12 09:33:56 PST ---
(From update of attachment 55016)
WebCore/html/HTMLMeterElement.h:54
 +      virtual bool isOptionalFormControl() const { return true; }
This seems curious.  Why do we need to return false for isOptionalFormControl()?


Could you add a test confirming that <meter> tag behavior is not changed on platforms without ENABLE_METER_TAG?
For example, "<meter>56%</meter>" should work like "<span>56%</span>"

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