webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes
|
List of all members
ValidityState Interface Reference
import"
ValidityState.idl
";
Public Attributes
readonly
attribute
boolean
valueMissing
readonly
attribute
boolean
typeMismatch
readonly
attribute
boolean
patternMismatch
readonly
attribute
boolean
tooShort
readonly
attribute
boolean
tooLong
readonly
attribute
boolean
rangeUnderflow
readonly
attribute
boolean
rangeOverflow
readonly
attribute
boolean
stepMismatch
readonly
attribute
boolean
badInput
readonly
attribute
boolean
customError
readonly
attribute
boolean
valid
Member Data Documentation
◆
badInput
readonly
attribute
boolean
ValidityState::badInput
◆
customError
readonly
attribute
boolean
ValidityState::customError
◆
patternMismatch
readonly
attribute
boolean
ValidityState::patternMismatch
◆
rangeOverflow
readonly
attribute
boolean
ValidityState::rangeOverflow
◆
rangeUnderflow
readonly
attribute
boolean
ValidityState::rangeUnderflow
◆
stepMismatch
readonly
attribute
boolean
ValidityState::stepMismatch
◆
tooLong
readonly
attribute
boolean
ValidityState::tooLong
◆
tooShort
readonly
attribute
boolean
ValidityState::tooShort
◆
typeMismatch
readonly
attribute
boolean
ValidityState::typeMismatch
◆
valid
readonly
attribute
boolean
ValidityState::valid
◆
valueMissing
readonly
attribute
boolean
ValidityState::valueMissing
The documentation for this interface was generated from the following file:
Source/WebCore/html/
ValidityState.idl
Generated by
1.8.13