You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's good to switch on it for the Symbiote CSS workflow. But, we should support older browsers, so we need to consider creation of polyfill, that can work synchronously and not violate CSP settings in common.
The idea is to try approach with base64 encoded src for the inline style element, added to the each root.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
adoptedStyleSheets
- is a very important and useful API implemented in all modern browsers:https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptedStyleSheets
It's good to switch on it for the Symbiote CSS workflow. But, we should support older browsers, so we need to consider creation of polyfill, that can work synchronously and not violate CSP settings in common.
The idea is to try approach with
base64
encodedsrc
for the inlinestyle
element, added to the each root.What we should chek:
Beta Was this translation helpful? Give feedback.
All reactions