Currently, the regex for htmlTagName requires a custom tag to have a dash - in it. This is not necessary since custom tags can be written without a dash.
A good regex match would allow for removal of all htmlTagName literals and instead allow the regex to do the work.
Currently, the regex for htmlTagName requires a custom tag to have a dash
-
in it. This is not necessary since custom tags can be written without a dash.A good regex match would allow for removal of all htmlTagName literals and instead allow the regex to do the work.