-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Description
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
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
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Priority
Normal
Reactions are currently unavailable