Bug #18520
Cleanup html code
Start date:
12/11/2017
Due date:
% Done:
0%
Estimated time:
First Occurred:
Occurs In:
Stakeholders:
Description
The HTML code in the documentation is displaying as intended in the browsers tested but contains errors according to XHTML or HTML4/5.
E.g. these constructs recur several times:
<a name="ancor" /> - "a" cannot be an em[ty element . --> should be changed <a ...></a>
<li><p>Text
<div class="xml">
</div>
<ul>...
</ul>
</p></li> - "p" can contain only phrasing content, no flow content (p, ul, div, ...) --> probably div should be used