https://bugzilla.wikimedia.org/show_bug.cgi?id=72584
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Bartosz Dziewoński <[email protected]> --- There's also the bigger question of whether we want to support per-document or per-element directionality. Currently JS sorta-kinda supports per-element directionality, but it's largely by chance – per comment 1, we just look at CSS 'direction' property and use that. We don't support changing the direction of existing elements. I don't think anybody has tried actually using this and seeing what happens when you mix-and-match. I discussed it with Moriel on IRC and for now we're only going to support per-document directionality in PHP, and implement per-element support when it turns out that we actually need it. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
