glosslist broken in HTML #432
Labels
effort:M
Medium effort
format-html
html, xhtml, html5, webhelp, jsp support
skill-css/js
CSS and/or Javascript knowledge necessary
skill-xslt
XSLT knowledge necessary
styles-2022
"suse2022-ns" styles
Problem Description
The current stylesheets creates broken HTML for a
<glosslist>
.Here is an example:
After transforming it to HTML, you get this output:
So to summarize the issues here:
glossdef
and the nextglossterm
is broken.the reference of the(see "Update" below)glossseealso
does not work.For PDF,
only point 2 is broken.it works.Expected Behaviour
I would propose to use the same rendering than in PDF: render it as a variablelist. We have that already in PDF, so we only need to adapt it to HTML.
Update: I made a mistake: it should be
<glossseealso otherterm="..."/>
instead of<glossseealso linkend="gl-head-nodes"/>
. If I use this, point 2 from above works.The text was updated successfully, but these errors were encountered: