[Webkit-unassigned] [Bug 50380] Implement "required" attribute for select tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 7 03:48:07 PST 2010


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





--- Comment #27 from Kent Tamura <tkent at chromium.org>  2010-12-07 03:48:07 PST ---
(In reply to comment #25)
> >> WebCore/html/HTMLSelectElement.cpp:206
> >> +String HTMLSelectElement::value() const
> > 
> > This change is not related to this bug.
> 
> Actually, it is required for the new function bool HTMLSelectElement::valueMissing() const.
> Without this const, we have to make valueMissing() non-const, because of "value().isEmtpy()" at the end of valueMissing(). But it looks unreasonable.

ok, I understand.  So WebCore/ChangeLog should have an item for HTMLSelectElement::value, and it has this explanation.  The ChangeLog seems out of sync.

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