On Fri, 15 Jan 2021 23:27:33 GMT, Alexey Ivanov <[email protected]> wrote:
>> Stanimir Stamenkov has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> fixup! 8257664: Fix font-size inheritance with percentage values
>>
>> Init the "fontSizeInherit" value using the instance "StyleSheet.css".
>
> src/java.desktop/share/classes/javax/swing/text/html/StyleSheet.java line
> 1737:
>
>> 1735: * property values, Cascading, and Inheritance</a>
>> 1736: */
>> 1737: Object fontSizeInherit() {
>
> The method can be private, right?
Made it private now.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1759