[
https://issues.apache.org/jira/browse/DOXIA-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ievgen Degtiarenko updated DOXIA-538:
-------------------------------------
Description:
https://maven.apache.org/doxia/references/apt-format.html
<<<Monospaced>>> is converted into <tt>Monospaced</tt> that is not valid tag in
html5
Attached patch replaces <tt> tag with <kbd> that is the most common tag that is
displayed as monospaced text in modern browsers.
> Tag <tt></tt> used for monospaced is not a valid html5 tag
> ----------------------------------------------------------
>
> Key: DOXIA-538
> URL: https://issues.apache.org/jira/browse/DOXIA-538
> Project: Maven Doxia
> Issue Type: Bug
> Components: Core, Module - Xdoc, Module - Xhtml
> Affects Versions: 1.6
> Reporter: Ievgen Degtiarenko
> Attachments: monospaced_for_doxia.patch
>
>
> https://maven.apache.org/doxia/references/apt-format.html
> <<<Monospaced>>> is converted into <tt>Monospaced</tt> that is not valid tag
> in html5
> Attached patch replaces <tt> tag with <kbd> that is the most common tag that
> is displayed as monospaced text in modern browsers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)