Can you provide any use-cases as to how sites would use this? It seems like you’re simply tossing an idea out without any direct goals on how it improves the user experience beyond what is available today.
As much as I wish browsers would have awesome CSS 3D abilities, it will take a looooong time as far as I can tell. At the moment, we are better off using WebGL.
But I do believe browsers will get some cool new language features that will let us, for example, make custom properties and easily observe changes to them. This will let us write (polyfill) any of these proposals much more easily.
The need here is to be able to make custom properties, then to define custom rendering abilities for these custom properties.
Basically, we’d write a custom property, make some custom elements, then based on CSS property changes we could update custom element rendering, where the custom elements might use Three.js/WebGL behind the scenes.
A well-known example of WebGL custom elements is A-Frame, but they don’t have the CSS aspect of custom properties. They do have their own MSS (mixin style sheet) system, which is similar to CSS. (That’s another option, make your own stylesheet system).
I think browsers will have the ability to easily react to custom property changes before they get any fancy 3D rendering properties. And this would be a good thing because community members could implement various rendering features, then browser vendors could later decide which ones are best and which ones to base new features from.