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
There's an issue on Firefox with border-image where it will overwrite the fallback border as intended (in the example below the double, solid, orange lines) but the border-image-source will not render on the element. You can however make the border-image-source appear by tabbing away and then returning to the codepen or dragging the code windows over the page view....
a hard reload is required to make it happen consistently
What I hope will be a complete PaintAPI CSS corner-shape polyfill. In Firefox it performs OK onload but if you change any of the custom properties, to let's say change a border-width, all of the examples need to re-paint and this takes a while. Some times like above you need to resize the viewport to get the examples to re-paint.
There's an issue on Firefox with
border-image
where it will overwrite the fallback border as intended (in the example below the double, solid, orange lines) but theborder-image-source
will not render on the element. You can however make theborder-image-source
appear by tabbing away and then returning to the codepen or dragging the code windows over the page view....a hard reload is required to make it happen consistently
https://codepen.io/jsnkuhn/pen/PoJbWwy?editors=1100
The text was updated successfully, but these errors were encountered: