Put behind a new feature flag to coordinate with existing announcements.
Notes:
- This is about a colorblind friendly scheme. It's only available in combination with the new more accessible scheme behind the $wgCodeMirrorAccessibilityColors flag.
Put behind a new feature flag to coordinate with existing announcements.
Notes:
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Add colorblind-friendly scheme | mediawiki/extensions/CodeMirror | master | +112 -4 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Lena_WMDE | T306867 Deploy colorblind friendly color scheme for CodeMirror to all wikis using CodeMirror | |||
Resolved | Lena_WMDE | T292968 Color improvements: alternative/optional color scheme for colorblindness | |||
Resolved | Lena_WMDE | T305027 Implement optional colorblind friendly color scheme for CodeMirror |
Change 777806 had a related patch set uploaded (by WMDE-Fisch; author: WMDE-Fisch):
[mediawiki/extensions/CodeMirror@master] Add colorblind-friendly scheme
Change 777806 merged by jenkins-bot:
[mediawiki/extensions/CodeMirror@master] Add colorblind-friendly scheme
From today's demo time: On the Beta cluster only the brown color of the "color blind" color scheme is visible. The other colors can be found in the code, but don't become visible because they have a priority that's to low for some reason. It even looks like the two CSS files are loaded via different mechanisms.
Figured it out: I still had user CSS in place. Without this everything works as it should.