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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 22:08:13 PST 2010


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





--- Comment #7 from Dai Mikurube <dmikurube at google.com>  2010-12-02 22:08:14 PST ---
(In reply to comment #5)
> We can calculate the display-size on the fly in HTMLSelectElement, right?

My note was misleading. We can calculate display-size on the fly, but :

1. The display-size must not be different from external size eventually. (unless size is absent or invalid.)
2. It's still redundant since a similar calculation is done in the renderer.
3. This calculation has no special difference from ignoring "required" if size > 1 and non-multiple.


Attached a patch with "size > 1". It can be replaced with on-the-fly calculating display-size, if required.

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