nsgenbind
Loading...
Searching...
No Matches
Public Attributes | List of all members
ValidityState Interface Reference

import <html.idl;

Public Attributes

readonly attribute boolean valueMissing
 
readonly attribute boolean typeMismatch
 
readonly attribute boolean patternMismatch
 
readonly attribute boolean tooLong
 
readonly attribute boolean tooShort
 
readonly attribute boolean rangeUnderflow
 
readonly attribute boolean rangeOverflow
 
readonly attribute boolean stepMismatch
 
readonly attribute boolean badInput
 
readonly attribute boolean customError
 
readonly attribute boolean valid
 

Detailed Description

Definition at line 1039 of file html.idl.

Member Data Documentation

◆ badInput

readonly attribute boolean ValidityState::badInput

Definition at line 1048 of file html.idl.

◆ customError

readonly attribute boolean ValidityState::customError

Definition at line 1049 of file html.idl.

◆ patternMismatch

readonly attribute boolean ValidityState::patternMismatch

Definition at line 1042 of file html.idl.

◆ rangeOverflow

readonly attribute boolean ValidityState::rangeOverflow

Definition at line 1046 of file html.idl.

◆ rangeUnderflow

readonly attribute boolean ValidityState::rangeUnderflow

Definition at line 1045 of file html.idl.

◆ stepMismatch

readonly attribute boolean ValidityState::stepMismatch

Definition at line 1047 of file html.idl.

◆ tooLong

readonly attribute boolean ValidityState::tooLong

Definition at line 1043 of file html.idl.

◆ tooShort

readonly attribute boolean ValidityState::tooShort

Definition at line 1044 of file html.idl.

◆ typeMismatch

readonly attribute boolean ValidityState::typeMismatch

Definition at line 1041 of file html.idl.

◆ valid

readonly attribute boolean ValidityState::valid

Definition at line 1050 of file html.idl.

◆ valueMissing

readonly attribute boolean ValidityState::valueMissing

Definition at line 1040 of file html.idl.


The documentation for this interface was generated from the following file: