Generates or tests for the value invalid.
<invalid> — generates the value invalid.
<invalid asdfjklasdfzxcv> — Tests the contents of the primary field
and generates true since asdfjklasdfzxcv evaluates to
invalid. (In this case it is not defined in the document.)
Optional. The primary field may contain one or more values to test against.
The invalid tag, when used without any field values, expresses the literal value invalid anywhere it is required.
When at least one primary field value is specified, the tag tests whether the value(s) are exactly the value invalid.
Testing for invalid is often useful for validating a result generated with unreliable user input before it is passed back to the running program.