content
content copied to clipboard
Content suggestion: Add a page about inheritance with a list of CSS inheritable properties
I've been working on some content and it came up that it would be handy to have a list on MDN of inheritable CSS properties.
I could write a page on inheritance, but given we already have the info about inheritance in the data, seems as if we could pull the list of properties with a script.
+1
The page is https://developer.mozilla.org/en-US/docs/Web/CSS/Inheritance. Since the issue has been open for two years, it seems no one is devoted to this work. In particular, after the discussion in https://github.com/mdn/content/issues/27042, I think we are no longer interested in hand-maintaining a list of properties because that could easily go out of sync, and a macro-based solution is not ideal either. People could build their own reference based on webref, like in https://vallek.github.io/animatable-css/.