Checks an XHTML attribute to ensure that it can be rendered in the opening tag of a <form> element.
attributeName The attribute name to check.
true if the attribute can be applied to a <form> element; otherwise, false.
This method is useful to conditionally render an attribute depending on whether it is supported by the XHTML document type of the requesting device.