Closed
Description
The @function
rule defines a custom function to be referred to in other style rules. It needs to be defined how the ident will cross shadow boundaries. Will it be available? Can vended shadow styles clobber?
My recommendation is that they should be available but a shadowroot should be able to clobber within its own scope, and functions defined in a shadow root should not leak into the global styles, if at all possible.