[webkit-reviews] review requested: [Bug 29071] [HTML5][Forms] Support for :in-range and :out-of-range CSS selectors : [Attachment 77592] Patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 28 17:23:25 PST 2010


Yael <yael.aharon at nokia.com> has asked	for review:
Bug 29071: [HTML5][Forms] Support for :in-range and :out-of-range CSS selectors
https://bugs.webkit.org/show_bug.cgi?id=29071

Attachment 77592: Patch.
https://bugs.webkit.org/attachment.cgi?id=77592&action=review

------- Additional Comments from Yael <yael.aharon at nokia.com>
Add support for :in-range and :out-of-range. They simply check
InputType::rangeOverflow() and InputType::rangeUnderflow() to make a decision.
Note that WebKit clamps the value of input[type=range], so it will never be
:out-of-range. It will also never be :invalid.


More information about the webkit-reviews mailing list