VOOZH about

URL: https://www.geeksforgeeks.org/html/html-dom-stricterrorchecking-property/

⇱ HTML DOM strictErrorChecking Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML DOM strictErrorChecking Property

Last Updated : 2 Sep, 2024

The DOM strictErrorChecking Property sets or returns whether strict error checking can be enforced on a document or not. It is used to return a boolean value that is true or false. If true it means strict checking can be applied to the documents and if false then it cannot be applied. This property is true by default.

Return Value:

Returns a Boolean, true or false.

Syntax

To return:

documentObject.strictErrorChecking

To set:

documentObject.strictErrorChecking=true|false

Example:

Output:

👁 Image

Supported Browsers:

The major browsers are not supported by DOM strictErrorChecking Property.

Comment