-
Notifications
You must be signed in to change notification settings - Fork 9
glosslist broken in HTML #432
Copy link
Copy link
Open
Labels
effort:MMedium effortMedium effortformat-htmlhtml, xhtml, html5, webhelp, jsp supporthtml, xhtml, html5, webhelp, jsp supportskill-css/jsCSS and/or Javascript knowledge necessaryCSS and/or Javascript knowledge necessaryskill-xsltXSLT knowledge necessaryXSLT knowledge necessarystyles-2022"suse2022-ns" styles"suse2022-ns" styles
Metadata
Metadata
Assignees
Labels
effort:MMedium effortMedium effortformat-htmlhtml, xhtml, html5, webhelp, jsp supporthtml, xhtml, html5, webhelp, jsp supportskill-css/jsCSS and/or Javascript knowledge necessaryCSS and/or Javascript knowledge necessaryskill-xsltXSLT knowledge necessaryXSLT knowledge necessarystyles-2022"suse2022-ns" styles"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:
glossdefand the nextglosstermis broken.the reference of the(see "Update" below)glossseealsodoes 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.