On Tue, 28 Nov 2023 00:55:58 GMT, Michael Strauß <mstra...@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