strictErrorChecking property
HTML DOM strictErrorChecking Attribute
Definition and usage
The strictErrorChecking attribute can set or return whether to force error checking (error-checking) .
When set to false, the implementation does not test for every possible error condition. This property is set to true by default.
The default value is true.
Browser support
All major browsers currently support The strictErrorChecking attribute is not supported.
Syntax
Set strictErrorChecking
document.strictErrorChecking=true|false
Return strictErrorChecking
document.strictErrorChecking
Technical details
Boolean, | true|false |
---|---|
Core Level 3 Document Object |