
CSS custom variables not working correctlu
I was reading about CSS custom variables at https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_cascading_variables/Using_CSS_custom_properties, and noticed that the example at "Using @property to control inheritance" does not work as described in the latest Firefox (115.21.0esr, 64-bit. on Windows laptop).
More specifically, both the parent and child divs come our in green, but the child div is supposed to come out in cornflowerblue.
Although it is not affecting me yet (I haven't decided whether to use this particular CSS feature), I was wondering if the issue was known.
All Replies (3)
@property is supported in Firefox since version 128. It won't work on your Win7 machine, as there only security issues are backported.
OK, thanks for the information. This rules out this CSS feature as it must work on Win 7, too, as there remain a significant number of installations.
I must admit to being surprised by this policy. I can understand new features not being "back ported", but I would have expected bug fixes to be. My main reason for using Mozilla software is that they are not tied by Microsoft's "scrap it and rewrite it" policy.
ACProctor said
I must admit to being surprised by this policy. I can understand new features not being "back ported", but I would have expected bug fixes to be.
Some of these, especially the more painful ones, are. But definitely not everything.