DOM Document strictErrorChecking Property
THE WORLD'S LARGEST WEB DEVELOPER SITE

HTML DOM strictErrorChecking Property

❮ 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