This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

validity

Property of dom/HTMLObjectElementdom/HTMLObjectElement

Syntax

var result = element.validity;
element.validity = value;

Notes

Remarks

The following example displays all attributes in the ValidityState object. Note For more code samples, see Form controls part 1 and Form controls part 2: validation on the Windows Internet Explorer sample site.

Syntax

Standards information

See also

Related pages

Attributions