I am trying to use the Java 8 javadoc tool but it is complaining that abbr
is an unknown tag:
error: unknown tag: abbr
But as far as I can tell it is a valid tag in HTML 4.01 spec and HTML 5 spec.
I see there are ways to disable the doclint, but I really want to know what list of tags are supported (or why this one is not).
More information in this question, this question and from this blog post.