You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It isn't totally clear that a validator should ignore any format attribute it can't check/doesn't understand. The closest the wording comes is in 7.2:
Implementations MAY add custom format attributes
I think this implies that the validator is likely to come across format attributes it won't understand, but it probably ought to be explicit. Maybe something like:
A validator MUST ignore any format attribute which it cannot check.
Or under the other two points:
they SHOULD ignore any attribute value they don't validate
The text was updated successfully, but these errors were encountered:
It isn't totally clear that a validator should ignore any format attribute it can't check/doesn't understand. The closest the wording comes is in 7.2:
I think this implies that the validator is likely to come across format attributes it won't understand, but it probably ought to be explicit. Maybe something like:
Or under the other two points:
The text was updated successfully, but these errors were encountered: