Open ktullavik opened 7 years ago
The underlying problem is that the validator has the tag name in upper case and is checking it against the lower case version it's getting from the element. For built-in elements the tag-name does come back in uppercase. This might be as simple as adding a toUpperCase, but validation is tricky, so I'd want to investigate this more carefully.
Sorry to be that guy, but is there any news on this bug? It's a shame having to setup your own validation or worse, just because of a case bug in dart.
I can not get the validator to accept mathml tags. Example:
gives console output: Removing disallowed element
The allowElement method just calls allowCustomElement internally so that's not the issue.