On Mon, 19 Feb 2024 13:32:06 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:
> Please review a simple change to avoid placing non-list content in the > breadcrumb navigation bar. The solution I chose is to use the ` > ` separator > as list marker for all list items except the first one using the > `list-style-type` CSS property. An alternative solution would have been to > add the separator character to the list item content, but I think its role is > that of a list marker rather than list content. > > The visual presentation is very close to the previous solution with tiny bit > more spacing between list items. This pull request has now been integrated. Changeset: a2d027ea Author: Hannes Wallnöfer <hann...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a2d027eaa0b11b6bca39bc88a66304ba149721bf Stats: 39 lines in 5 files changed: 4 ins; 32 del; 3 mod 8326089: Text incorrectly placed in breadcrumbs list in generated docs Reviewed-by: jjg ------------- PR: https://git.openjdk.org/jdk/pull/17917