-
Bug
-
Resolution: Fixed
-
P3
-
10
-
b18
In a module summary page, the Navbar may contain a link to "SERVICES", even when there are no services. This means there is a broken link on the page.
We can discuss (separately) whether the word should appear in the subnavbar, but if it does appear, it should not be linked when there is nop target to link to.
<ul class="subNavList">
<li>Module: </li>
<li><a href="#module.description">Description</a> | Modules | <a href="#packages.summary">Packages</a> | <a href="#services.summary">Services</a></li>
</ul>
We can discuss (separately) whether the word should appear in the subnavbar, but if it does appear, it should not be linked when there is nop target to link to.
<ul class="subNavList">
<li>Module: </li>
<li><a href="#module.description">Description</a> | Modules | <a href="#packages.summary">Packages</a> | <a href="#services.summary">Services</a></li>
</ul>
- relates to
-
JDK-8185788 langtools test jdk/javadoc/doclet/testModules/TestModuleServicesLink.java fails with compilation error
-
- Resolved
-