RFR: JDK-8262992: Improve `@see` output [v2]
Hannes Wallnöfer
hannesw at openjdk.java.net
Thu Mar 25 14:23:54 UTC 2021
On Thu, 11 Mar 2021 15:06:57 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update `@see` tag in class java.security.cert.PKIXRevocationChecker
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/stylesheet.css line 346:
>
>> 344: content: ", ";
>> 345: white-space: pre-wrap;
>> 346: }
>
> Cool! I didn't know you could do that. Is this widely supported?
According to MDN documentation all used pseudo-classes/elements are supported in all browsers including Internet Explorer 9.
https://developer.mozilla.org/en-US/docs/Web/CSS/:not
https://developer.mozilla.org/en-US/docs/Web/CSS/:last-child
https://developer.mozilla.org/en-US/docs/Web/CSS/::after
I have tested the pages on my old laptop using IE 11 and Edge 44. These are the oldest browsers I have access to, they both rendered both list styles correctly.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2894
More information about the net-dev
mailing list