It is not possible to use defer or async attribute on stylesheet link, it's reserved only to
Active
1.0
Code
Yes, as you said, the async/defer is just for script tag. The option attribute to CSS link tag could be rel="preload".