This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-01
Channels
- # announcements (3)
- # aws (1)
- # babashka (56)
- # beginners (42)
- # calva (9)
- # cider (6)
- # circleci (5)
- # clj-kondo (17)
- # cljs-experience (1)
- # cljsjs (2)
- # clojure (106)
- # clojure-australia (1)
- # clojure-europe (36)
- # clojure-germany (5)
- # clojure-italy (13)
- # clojure-nl (14)
- # clojure-spec (19)
- # clojure-uk (27)
- # clojurescript (27)
- # cursive (20)
- # datomic (24)
- # events (2)
- # fulcro (11)
- # graalvm (1)
- # jobs (6)
- # lsp (6)
- # malli (5)
- # meander (36)
- # membrane (17)
- # nbb (4)
- # nextjournal (86)
- # off-topic (18)
- # pathom (3)
- # polylith (5)
- # portal (14)
- # rdf (5)
- # re-frame (5)
- # releases (6)
- # remote-jobs (3)
- # reveal (2)
- # ring (6)
- # shadow-cljs (139)
- # tools-deps (61)
- # vim (10)
- # xtdb (6)
Does anyone know what its called when you have to reverse the direction of UI elements for different languages
This might help: https://rtlstyling.com/posts/rtl-styling
Decent orange site discussion of it: https://news.ycombinator.com/item?id=29508828
yeah - but with that text direction reversal sometimes you need to flip ui elements - i remember @seancorfield mentioning that WSN has to do something similar a blue moon or two ago
probably not what you're looking for but you never know https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdi
I'm not sure whether you're asking for a name for the concept (text direction, bidirectional text support, etc), or for ways to implement it?
There's the CSS direction
property: https://developer.mozilla.org/en-US/docs/Web/CSS/direction
There's also the CSS writing-mode
property: https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode
Specifically I am trying to figure out the right way to apply it to thishttps://blog.rust-lang.org/2016/08/10/Shape-of-errors-to-come.html I think everything in here is more than enough info