-
Enhancement
-
Resolution: Fixed
-
P3
-
15
-
b18
"block-list" is used for multiple purposes within the generated output, which makes it difficult to update for any individual situation. It is also used in nested situations, which makes it hard to analyze the css class structure.
Internally, the code to generate lists is also confused and tangled, with methods sometimes being shared for the wrong reasons.
We should separate the uses of block-list into separate CSS classes.
This issue is about separating the list of members in a "Details" section into a list with CSS class "member-list".
Internally, the code to generate lists is also confused and tangled, with methods sometimes being shared for the wrong reasons.
We should separate the uses of block-list into separate CSS classes.
This issue is about separating the list of members in a "Details" section into a list with CSS class "member-list".
- is cloned by
-
JDK-8241895 use new "details-list" CSS class instead of general "block-list" for list of details sections
- Resolved