[
https://issues.apache.org/jira/browse/DOXIA-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16832829#comment-16832829
]
Sylwester Lachiewicz commented on DOXIA-538:
--------------------------------------------
[https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tt]
{quote}This feature is obsolete. Although it may still work in some browsers,
its use is discouraged since it could be removed at any time. Try to avoid
using it.
{quote}
{{Maybe we should switch to <code> tag?}}
> 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
> Priority: Major
> 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
(v7.6.3#76005)