ValidationSelectorOptions
interface ValidationSelectorOptions {
lenient?: boolean;
nestedSelector?: boolean;
validation?: boolean | ValidationLevel;
}
lenient?: boolean;
nestedSelector?: boolean;
validation?: boolean | ValidationLevel;
}
Hierarchy (View Summary)
- ValidationOptions
- ValidationSelectorOptions
Index
Properties
Properties
Optionallenient
lenient?: boolean
Lenient validation. retain nodes that failed validation
Optionalnested Selector
nestedSelector?: boolean
Optionalvalidation
Enable CSS validation. Using ValidationLevel as value is deprecated and will be removed
see ValidationLevel
CSS validation options