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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 10:04:59 PDT 2010


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





--- Comment #22 from Yael <yael.aharon at nokia.com>  2010-05-12 10:04:57 PST ---
(In reply to comment #21)
> (From update of attachment 55016 [details])
> WebCore/html/HTMLMeterElement.h:54
>  +      virtual bool isOptionalFormControl() const { return true; }
> This seems curious.  Why do we need to return false for isOptionalFormControl()?
> 
>From http://dev.w3.org/html5/spec/Overview.html#attr-input-required , the required attribute applies only to input (and textarea) elements. All other form control elements return true.

> 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>"
This was discussed before, in https://bugs.webkit.org/show_bug.cgi?id=35937. There is no mechanism for adding conditions to html.css, so the new style definition will affect ports with this flag turned off. There is precedence with other new tags e.g. datagrid for doing the same.

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