[Webkit-unassigned] [Bug 29071] [HTML5][Forms] Support for :in-range and :out-of-range CSS selectors

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


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


Yael <yael.aharon at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77592|                            |review?
               Flag|                            |




--- Comment #2 from Yael <yael.aharon at nokia.com>  2010-12-28 17:23:25 PST ---
Created an attachment (id=77592)
 --> (https://bugs.webkit.org/attachment.cgi?id=77592&action=review)
Patch.

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.

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