-
Enhancement
-
Resolution: Fixed
-
P3
-
13
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8225985 | 14 | Hannes Wallnoefer | P3 | Resolved | Fixed | team |
The javadoc stylesheet uses blockListLast on the last item of a block list. This is unnecessary, since CSS supports the :last-child selector. It should therefore be possible to replace use of blockListLast with just blockList, and to update the stylesheet as needed.
- backported by
-
JDK-8225985 replace use of style blockListLast
-
- Resolved
-