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
the third example in this pen (the one with the text "Hover Me" and .example-4) has a paint() background image attached to a :before pseudo element. This renders in chrome without the polyfill but in Firefox with the polyfill no dice
FYI, already checked to make sure -moz-element() works on pseudo-elements in FF and yes it does so that isn't the problem
Pseudo element with paint() not rendering in Firefox
https://codepen.io/jsnkuhn/pen/NWgBBdO?editors=0100
the third example in this pen (the one with the text "Hover Me" and
.example-4
) has a paint() background image attached to a :before pseudo element. This renders in chrome without the polyfill but in Firefox with the polyfill no diceFYI, already checked to make sure -moz-element() works on pseudo-elements in FF and yes it does so that isn't the problem
https://codepen.io/jsnkuhn/pen/QWQxKNb?editors=1100
The text was updated successfully, but these errors were encountered: