RFR: JDK-8261499: Simplify HTML for javadoc links

2021-02-10 Thread Hannes Wallnöfer
This change gets rid of `` elements used in conjunction with HTML links whose only purpose is to apply a CSS class to the link. Instead, the CSS class attribute is applied directly to the link's `` element. There are three CSS styles for links previously used with embedded or embedding `` ele

Re: RFR: JDK-8261499: Simplify HTML for javadoc links

2021-02-10 Thread Jonathan Gibbons
On Wed, 10 Feb 2021 18:20:02 GMT, Hannes Wallnöfer wrote: > This change gets rid of `` elements used in conjunction with HTML links > whose only purpose is to apply a CSS class to the link. Instead, the CSS > class attribute is applied directly to the link's `` element. > > There are three C

Re: RFR: JDK-8261079: Fix support for @hidden in classes and interfaces

2021-02-10 Thread Jonathan Gibbons
On Thu, 4 Feb 2021 13:18:09 GMT, Hannes Wallnöfer wrote: > This change improves support for the `@hidden` tag to suppress documentation > for specific elements, especially in the context of classes, interfaces and > inheritance/method overriding. > > The important changes are in `Utils` and in

Re: RFR: JDK-8261079: Fix support for @hidden in classes and interfaces

2021-02-10 Thread Jonathan Gibbons
On Thu, 4 Feb 2021 13:18:09 GMT, Hannes Wallnöfer wrote: > This change improves support for the `@hidden` tag to suppress documentation > for specific elements, especially in the context of classes, interfaces and > inheritance/method overriding. > > The important changes are in `Utils` and in