[04:24:18] CSS background: image(ltr arrow.png). This will, one day, natively flip the image in RTL mode. https://developer.mozilla.org/en-US/docs/Web/CSS/image/image [04:24:48] RoanKattouw: fyi, tho vapourware right now [04:54:26] Oooh that would be nice [04:55:04] The other thing I need CSS to fix is a logical properties version of translateX [04:56:48] Instead of left: 4px; I can do inset-inline-start: 4px; , but there's no way to do that for transform: translateX( 4px );, or more to the point transform: translateX( 10% ); [04:57:54] (one big reason to use translateX/Y instead of left/top is that percentages are relative to the dimensions of the element itself, rather [04:58:08] than in terms of the offset parent's dimensions)