Page MenuHomePhabricator

Add 'noflip' option to ResourceLoader modules to disable CSSJanus flipping globally for the module
Closed, ResolvedPublic

Description

External libraries such as video.js may apply their own RTL-specific styles which get munged by our CSSJanus into incorrect values (T148565).

Rather than editing the entire upstream stylesheet to add a bunch of /* @noflip */ rules, it'd be nice to set a 'noflip' => true flag on the module definition and let it Just Work.

Event Timeline

Change 316611 had a related patch set uploaded (by Brion VIBBER):
Add 'noflip' option on RL modules to disable CSSJanus

https://gerrit.wikimedia.org/r/316611

Change 316611 merged by jenkins-bot:
Add 'noflip' option on RL modules to disable CSSJanus

https://gerrit.wikimedia.org/r/316611

Resolving as this was merged last night.