Latest web development tutorials
 

HTML DOM strictErrorChecking Propery

< Document Object


Definition and Usage

The strictErrorChecking property sets or returns whether a document has a strict error checking or not.

Default value is true.


Browser Support

Property
strictErrorChecking Not supported Not supported Not supported Not supported Not supported

Syntax

Return the strictErrorChecking

document.strictErrorChecking

Set the strictErrorChecking

document.strictErrorChecking=true|false

Technical Details

Return Value: A Boolean, true or false
DOM Version Core Level 3 Document Object

< Document Object