RFR: 8320796: CssMetaData.combine() [v4]
Andy Goryachev
angorya at openjdk.org
Tue Nov 28 15:32:08 UTC 2023
On Tue, 28 Nov 2023 00:55:58 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
> 1. A derived class must include the metadata of its base class.
> 2. The inherited metadata must come before the new metadata in the list.
1. what if the intent is to disallow certain parent properties from being modified by CSS? I know it's highly unlikely, but what is the reason we should impose this requirement?
2. What is the reason for this particular requirement? Does SceneView or any other tools rely somehow on the order of properties?
Absent specific reasons, I'd rather leave these as is.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1296#issuecomment-1830079322
More information about the openjfx-dev
mailing list