[00:00:35] (03CR) 10Catrope: [C: 032] Move initialisation browser support checking from downstream [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/271030 (owner: 10Jforrester) [00:04:49] (03CR) 10jenkins-bot: [V: 04-1] Move initialisation browser support checking from downstream [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/271030 (owner: 10Jforrester) [00:12:03] 10TemplateData, 10OOjs-UI: Draggable list not working as expected in TemplateData - https://phabricator.wikimedia.org/T127203#2037312 (10Krenair) Appears to be related to the if ( this.sideInsertion === 'after' ) case in OO.ui.mixin.DraggableGroupElement.prototype.onItemDrop [00:18:56] Hi RoanKattouw [00:19:33] Hey [00:19:56] RoanKattouw, do you remember the plan to stop stripping meta items from the model data? [00:20:02] was there a ticket? [00:20:09] I found https://phabricator.wikimedia.org/T63861#648996 again today [00:21:20] We talked about it at the time, but then for comments we just ended up making them a node instead of a meta item [00:21:20] So I don't think that notion ever got anywhere, because just using a node turned out to work pretty well [00:21:26] For redirects we may want something slightly different, but perhaps along the same lines [00:22:48] well redirects can't occur anywhere in the document, has to be the first thing on the page [00:23:26] but other than that... can't think of any other issues. would parsoid changes be needed? [00:24:23] I don't think so [00:24:32] You could probably experiment with making redirects a node rather than a meta item [00:34:24] hi, for RTL languages, do we do anything magical with CSS? [00:34:37] Yes. [00:34:47] CSSJanus. [00:34:47] Do you know about CSSJanus? [00:35:05] i heard of it, what do i need to do to make sure a CSS passes through it? [00:35:14] Nothing [00:35:22] RoanKattouw, http://en.wikipedia.beta.wmflabs.org/wiki/Map?uselang=he [00:35:22] ResourceLoader does that automatically [00:35:39] Looking [00:35:49] for some reason all the tiles are still loaded as if its an LTR [00:35:56] (with the right LTR positions) [00:36:19] switching the container's dir to RTL solves it [00:36:33] It's possible some CSS is bypassing janus, and for somethings you need /* @noflip */ to bypass it explicitly [00:36:37] Hmm [00:36:41] Which container? [00:37:24] RoanKattouw,