michael-o commented on a change in pull request #19: [DOXIA-607] Add support
for Xhtml5 keygen tag
URL: https://github.com/apache/maven-doxia/pull/19#discussion_r386105109
##########
File path:
doxia-core/src/main/java/org/apache/maven/doxia/markup/HtmlMarkup.java
##########
@@ -473,6 +473,17 @@ public String toString()
/** Xhtml tag for <code>kbd</code>. */
Tag KBD = Tag.KBD;
+ /** Html5 tag for <code>keygen</code>. */
Review comment:
It is actually HTML5. See
https://html.spec.whatwg.org/multipage/introduction.html#is-this-html5?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]