Library
React / v8 (@fluentui/react)
Describe the feature that you would like added
For shadow DOM support we need a constructable stylesheets/adopted stylesheets polyfill to fully cover our browser support matrix.
Have you discussed this feature with our team
@spmonahan
Additional context
Constructable stylesheets are how we scope styles to a shadow root. We can implement a polyfill by copying <style> elements as needed instead.
Validations
Priority
Normal
Library
React / v8 (@fluentui/react)
Describe the feature that you would like added
For shadow DOM support we need a constructable stylesheets/adopted stylesheets polyfill to fully cover our browser support matrix.
Have you discussed this feature with our team
@spmonahan
Additional context
Constructable stylesheets are how we scope styles to a shadow root. We can implement a polyfill by copying
<style>elements as needed instead.Validations
Priority
Normal