mediawiki-extensions-CodeMi.../tests
MusikAnimal 18a92122ef CodeMirror 6: Add bidi isolation to HTML tags
HTML tags and similar markup may appear jumbled on RTL pages due to the
standard algorithm used for character placement. With this patch, we
detect all tags (HTML or MediaWiki-supplied) and wrap them with
<span class=cm-bidi-isolate>. This CSS class forces the content to be
LTR, making the tags easier to work with on RTL pages.

Bug: T358804
Change-Id: I1338afeefa16102d5cc8fd6c8a236c144e5cf81f
2024-03-11 17:34:41 -04:00
..
jest CodeMirror 6: Add bidi isolation to HTML tags 2024-03-11 17:34:41 -04:00
phpunit Hooks: further limit where CodeMirror RL modules are loaded 2024-03-11 17:30:10 -04:00
selenium CodeMirror 6 template folding 2024-03-07 13:47:47 +08:00