RFR: 8336097: UserAgent Styles using lookups are promoted to Author level if look-up is defined in Author stylesheet [v4]
John Hendrikx
jhendrikx at openjdk.org
Mon Jul 22 16:01:13 UTC 2024
On Mon, 22 Jul 2024 15:06:24 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review comments
>
> modules/javafx.graphics/src/test/java/test/javafx/scene/CssStyleHelperTest.java line 689:
>
>> 687: PROPERTY_OVERRIDES_INDIRECT_UA(RED_INDIRECT_STYLESHEET, Color.web("#808080"), null, null),
>> 688:
>> 689: // Property wins even if indirectly overridden by author or inline style (resolving of a lookup does not change priority of the user agent style)::
>
> You might want to remove the double colon at the end of the sentence.
Fixed, thanks
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1503#discussion_r1686782371
More information about the openjfx-dev
mailing list