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
Folks are using this with elements that are styled dynamically with JS (#31, #15 (comment), #32 (comment)), so we need a way for site scripts to trigger an update after they're done styling.
The text was updated successfully, but these errors were encountered:
Until this is done, a workaround is to "touch" the element, i.e. assign to any property of the DOM object (it doesn't matter if the property value remains unchanged).
For example, if the elements that use the polyfill all <div class="bg">, then this should cause an update:
Folks are using this with elements that are styled dynamically with JS (#31, #15 (comment), #32 (comment)), so we need a way for site scripts to trigger an update after they're done styling.
The text was updated successfully, but these errors were encountered: