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

I think two of cases where the CSS was terminated with a colon may have been my 
fault.

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

Marked as reviewed by alanb (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15762#pullrequestreview-1710024507

Reply via email to