[ 
https://issues.apache.org/jira/browse/DOXIA-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17620485#comment-17620485
 ] 

John Dimeo commented on DOXIA-667:
----------------------------------

[~michael-o] I'm trying out the new version of the plugin but now I'm getting 
warnings for pretty much _everything_ in the HTML tag list:


1497987 [WARNING] Unrecognized xhtml5 tag <blockquote> at [8:4894]
[130|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L130]1497987
 [WARNING] Unrecognized xhtml5 tag <blockquote> at [11:13]
[131|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L131]1497987
 [WARNING] Unrecognized xhtml5 tag <blockquote> at [14:13]
[132|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L132]1497987
 [WARNING] Unrecognized xhtml5 tag <blockquote> at [17:13]
[133|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L133]1497987
 [WARNING] Unrecognized xhtml5 tag <blockquote> at [20:13]
[134|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L134]1497987
 [WARNING] Unrecognized xhtml5 tag <blockquote> at [23:13]
[135|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L135]1497987
 [WARNING] Unrecognized xhtml5 tag <thead> at [26:8]
[136|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L136]1497987
 [WARNING] Unrecognized xhtml5 tag <tbody> at [26:74]
[137|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L137]1498035
 [WARNING] Unrecognized xhtml5 tag <thead> at [2:8]
[138|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L138]1498035
 [WARNING] Unrecognized xhtml5 tag <tbody> at [2:96]
[139|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L139]1498035
 [WARNING] Unrecognized xhtml5 tag <button> at [5:85]
[140|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L140]1498036
 [WARNING] Unrecognized xhtml5 tag <select> at [8:4237]
[141|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L141]1498036
 [WARNING] Unrecognized xhtml5 tag <optgroup> at [8:4267]
[142|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L142]1498036
 [WARNING] Unrecognized xhtml5 tag <option> at [8:4310]
[143|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L143]1498036
 [WARNING] Unrecognized xhtml5 tag <option> at [8:4353]
[144|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L144]1498036
 [WARNING] Unrecognized xhtml5 tag <option> at [8:4398]
[145|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L145]1498036
 [WARNING] Unrecognized xhtml5 tag <option> at [8:4449]
[146|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L146]1498036
 [WARNING] Unrecognized xhtml5 tag <optgroup> at [8:4511]
[147|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L147]1498036
 [WARNING] Unrecognized xhtml5 tag <option> at [8:4544]
[148|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L148]1498036
 [WARNING] Unrecognized xhtml5 tag <option> at [8:4603]
[149|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L149]1498036
 [WARNING] Unrecognized xhtml5 tag <option> at [8:4664]
[150|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L150]1498036
 [WARNING] Unrecognized xhtml5 tag <option> at [8:4731]
[151|https://gitlab.com/ciorg/sharedteams/data-works/cof/cof-spec/-/jobs/3196292578#L151]1498036
 [WARNING] Unrecognized xhtml5 tag <input> at [8:4828]
Am I doing something wrong?

> 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
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 2.0.0-M4
>
>
> 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)

Reply via email to