Attempts to normalize a simple element-id target for a failed RazorWire form.
Parameters
failureTargetThe value supplied by data-rw-form-failure-target. A leading # is accepted and removed.normalizedWhen this method returns true, contains the id without a leading #.
Returns
true when failureTarget is a non-empty element id; otherwise false. CSS selector-like values that start with . or [, and values containing whitespace, are rejected because server-generated Turbo Stream target attributes address one element id rather than arbitrary selectors.