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
{{ message }}
This repository was archived by the owner on Dec 13, 2019. It is now read-only.
We have a bunch of ifs to return the proper error message according to each HTML5 validity state. Since the validity hashmap is non-enumerable, we probably want to rebuild it with an object map of our own, hold the error messages there and do some pattern matching to avoid having a long if-chain there.
The text was updated successfully, but these errors were encountered:
We have a bunch of
ifs
to return the proper error message according to each HTML5 validity state. Since thevalidity
hashmap is non-enumerable, we probably want to rebuild it with an object map of our own, hold the error messages there and do some pattern matching to avoid having a long if-chain there.The text was updated successfully, but these errors were encountered: