On Tue, 28 Nov 2023 19:02:27 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
> But I've already explained the rationale: a subclass **cannot** hide its > inherited JavaFX properties. It can, but only from the CSS subsystem. Whether it makes sense or not is a different topic, but it can - by not reporting it via getClassCssMetaData(); (verified by removing FONT styleable from TextArea (TextInputControl:1649) - the user cannot change the font via CSS) ------------- PR Comment: https://git.openjdk.org/jfx/pull/1296#issuecomment-1830814585