<Swing Dev> RFR: 8257664: HTMLEditorKit: Wrong CSS relative font sizes [v4]

Stanimir Stamenkov github.com+1247730+stanio at openjdk.java.net
Sat Jan 16 06:56:16 UTC 2021


On Fri, 15 Jan 2021 23:27:33 GMT, Alexey Ivanov <aivanov at openjdk.org> 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


More information about the swing-dev mailing list