On Thu, 2 Nov 2023 10:57:15 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:

>> This change fixes two errors in inline HTML styles in the `java.lang` 
>> package: 
>> 
>>  - wrong CSS property name in `java.lang.String` 
>>  - CSS declaration terminated by colon instead of semicolon in 
>> `java.lang.Thread`
>> 
>> Both errors caused the style declarations to be ignored and an error message 
>> to be shown in the browser console. 
>> 
>> The bug is `noreg-doc`, I tested the docs in the browser to make sure the 
>> error message is gone and the HTML displays as intended.
>
> Hannes Wallnöfer has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Find and fix more invalid CSS declarations

Thanks, I won't blame you, CSS within HTML within JavaDoc comments is weird. :)

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15762#issuecomment-1790588443

Reply via email to