[ https://issues.apache.org/jira/browse/DOXIA-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573475#comment-17573475 ]
Michael Osipov commented on DOXIA-667: -------------------------------------- According to https://www.tutorialrepublic.com/html-reference/html5-tags.php we should have these non-obsolete tags: {noformat} a abbr address area article aside audio b base bdi bdo blockquote body br button canvas caption cite code col colgroup data datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1> to h6 head header hgroup hr html i iframe img input ins kbd keygen label legend li link main map mark menu menuitem meta meter nav noscript object ol optgroup option output p param picture pre progress q rp rt ruby s samp script section select small source span strong style sub summary sup svg table tbody td template textarea tfoot th thead time title tr track u ul var video wbr {noformat} but we have these: {noformat} a abbr acronym address applet area b base basefont bdo big blockquote body br button caption center cite code col colgroup dd del dfn dir div dl dt em fieldset font form frame frameset head hr html i iframe img input ins isindex kbd keygen label legend li link map menu meta noframes noscript object ol optgroup option p param pre q s samp script select small span strike strong style sub sup table tbody td textarea tfoot th thead title tr tt u ul var {noformat} I think the reason is simple. The system hasn't been reviewed for HTML5. > Add <summary> and <details> to recognized tag list > -------------------------------------------------- > > Key: DOXIA-667 > URL: https://issues.apache.org/jira/browse/DOXIA-667 > Project: Maven Doxia > Issue Type: Improvement > Components: Module - Xhtml > Reporter: John Dimeo > Priority: Major > Labels: easyfix > > I see both {{<details>}} and {{<summary>}} here: > [maven-doxia/HtmlMarkup.java at master · apache/maven-doxia > (github.com)|https://github.com/apache/maven-doxia/blob/master/doxia-core/src/main/java/org/apache/maven/doxia/markup/HtmlMarkup.java] > is there a reason it's not part of {{ALL_TAGS}} here? > [https://github.com/apache/maven-doxia/blob/master/doxia-core/src/main/java/org/apache/maven/doxia/util/HtmlTools.java#L42] > I'm getting this error: > [maven-doxia/Xhtml5BaseSink.java at master · apache/maven-doxia > (github.com)|https://github.com/apache/maven-doxia/blob/master/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java#L2206] > when I try to use details/disclosure in a Markdown file. -- This message was sent by Atlassian Jira (v8.20.10#820010)