DescriptionDisable select api for input type number and email
Check in HTMLInputElement to not only check text field but also check if select API is applicable for the input type. This is useful for input type email, where inspite of selectAPI set to false it was working
Select API disabled for input type number.
R=adamk, tkent
BUG=324360
Test=Test for input type number and email to throw an exception if select api is invoked.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163928
Patch Set 1 #Patch Set 2 : #
Total comments: 6
Patch Set 3 : Disable select api for input type number and email #Patch Set 4 : Updated as per code review #
Messages
Total messages: 10 (0 generated)
|