RT @shadeed9: âœï¸ RTL Styling 101, A comprehensive guide for right-to-left styling in CSS.
It includes everything you need to write for rig…
@rauschma Make sure this doesn’t happen 😂. I found it more important to think about an image-dimension-independent fallback. For my needs, https://t.co/d6DmJr8sjb has worked well enough.
@edent You can handle the `error` event and show a fallback: https://t.co/7XT3dEEmhL.
@edent 1) Create `<a download=”b.html”>` programmatically.
2) Set its `href` attribute to a data URL representation of the `outerHTML` of `#b`.
3) Programmatically `click` the link.
4) Profit.
@fernap3 Yes, this comes up frequently and is tracked as https://t.co/qYGVdStLAO. Feel free to chime in and/or subscribe to the issue to be informed of progress.