Merge "Add inline background color"

This commit is contained in:
jenkins-bot 2024-03-13 19:35:14 +00:00 committed by Gerrit Code Review
commit 1ec12943e9
3 changed files with 11 additions and 0 deletions

View file

@ -189,6 +189,11 @@
"enabled": true, "enabled": true,
"priority": "low", "priority": "low",
"has-name": true "has-name": true
},
"night-mode-unaware-background-color": {
"dbid": 22,
"enabled": true,
"priority": "none"
} }
} }
}, },

View file

@ -15,6 +15,8 @@
"linter-category-fostered-desc": "These pages have fostered content.", "linter-category-fostered-desc": "These pages have fostered content.",
"linter-category-html5-misnesting": "Misnested tag with different rendering in HTML5 and HTML4", "linter-category-html5-misnesting": "Misnested tag with different rendering in HTML5 and HTML4",
"linter-category-html5-misnesting-desc": "These misnested tags will behave differently in HTML5 compared to HTML4.", "linter-category-html5-misnesting-desc": "These misnested tags will behave differently in HTML5 compared to HTML4.",
"linter-category-night-mode-unaware-background-color": "Background color inline style rule exists without a corresponding text color",
"linter-category-night-mode-unaware-background-color-desc": "These pages have background color inline style rules but no corresponding text color, which breaks dark mode",
"linter-category-misc-tidy-replacement-issues": "Miscellaneous issues", "linter-category-misc-tidy-replacement-issues": "Miscellaneous issues",
"linter-category-misc-tidy-replacement-issues-desc": "These pages have other issues that cause them to be rendered differently from how they appeared previously", "linter-category-misc-tidy-replacement-issues-desc": "These pages have other issues that cause them to be rendered differently from how they appeared previously",
"linter-category-misnested-tag": "Misnested tags", "linter-category-misnested-tag": "Misnested tags",
@ -74,6 +76,7 @@
"linter-pager-deletable-table-tag-details": "Table tag that should be deleted", "linter-pager-deletable-table-tag-details": "Table tag that should be deleted",
"linter-pager-details-header": "Additional info", "linter-pager-details-header": "Additional info",
"linter-pager-html5-misnesting-details": "Misnesting (now broken)", "linter-pager-html5-misnesting-details": "Misnesting (now broken)",
"linter-pager-night-mode-unaware-background-color-details": "Background color inline style needs text color",
"linter-pager-misc-tidy-replacement-issues-details": "Miscellaneous markup errors", "linter-pager-misc-tidy-replacement-issues-details": "Miscellaneous markup errors",
"linter-pager-misnested-tag-details": "Misnested tag which should be properly nested", "linter-pager-misnested-tag-details": "Misnested tag which should be properly nested",
"linter-pager-missing-end-tag-details": "Missing end tag", "linter-pager-missing-end-tag-details": "Missing end tag",

View file

@ -23,6 +23,8 @@
"linter-category-fostered-desc": "Description of category. This lint error is explained on [[mw:Special:MyLanguage/Help:Lint errors/fostered]].\n\nSimilar messages:\n* {{msg-mw|Linter-category-bogus-image-options-desc}}\n* {{msg-mw|Linter-category-deletable-table-tag-desc}}\netc.", "linter-category-fostered-desc": "Description of category. This lint error is explained on [[mw:Special:MyLanguage/Help:Lint errors/fostered]].\n\nSimilar messages:\n* {{msg-mw|Linter-category-bogus-image-options-desc}}\n* {{msg-mw|Linter-category-deletable-table-tag-desc}}\netc.",
"linter-category-html5-misnesting": "Name of lint error category. See [[:mw:Help:Lint errors/html5-misnesting]]", "linter-category-html5-misnesting": "Name of lint error category. See [[:mw:Help:Lint errors/html5-misnesting]]",
"linter-category-html5-misnesting-desc": "Description of category", "linter-category-html5-misnesting-desc": "Description of category",
"linter-category-night-mode-unaware-background-color": "Name of lint error category. See [[:mw:Help:Lint errors/night-mode-unaware-background-color]]",
"linter-category-night-mode-unaware-background-color-desc": "Description of category",
"linter-category-misc-tidy-replacement-issues": "Name of lint error category. See [[:mw:Help:Lint errors/misc-tidy-replacement-issues]]", "linter-category-misc-tidy-replacement-issues": "Name of lint error category. See [[:mw:Help:Lint errors/misc-tidy-replacement-issues]]",
"linter-category-misc-tidy-replacement-issues-desc": "Description of category\n\nSimilar messages:\n* {{msg-mw|Linter-category-bogus-image-options-desc}}\n* {{msg-mw|Linter-category-deletable-table-tag-desc}}\n* {{msg-mw|Linter-category-fostered-desc}}\netc.", "linter-category-misc-tidy-replacement-issues-desc": "Description of category\n\nSimilar messages:\n* {{msg-mw|Linter-category-bogus-image-options-desc}}\n* {{msg-mw|Linter-category-deletable-table-tag-desc}}\n* {{msg-mw|Linter-category-fostered-desc}}\netc.",
"linter-category-misnested-tag": "Name of lint error category. See [[:mw:Help:Lint errors/misnested-tag]]", "linter-category-misnested-tag": "Name of lint error category. See [[:mw:Help:Lint errors/misnested-tag]]",
@ -82,6 +84,7 @@
"linter-pager-deletable-table-tag-details": "Table column heading", "linter-pager-deletable-table-tag-details": "Table column heading",
"linter-pager-details-header": "Table column heading for the linter error details", "linter-pager-details-header": "Table column heading for the linter error details",
"linter-pager-html5-misnesting-details": "Table column heading.", "linter-pager-html5-misnesting-details": "Table column heading.",
"linter-pager-night-mode-unaware-background-color-details": "Table column heading",
"linter-pager-misc-tidy-replacement-issues-details": "Table column heading", "linter-pager-misc-tidy-replacement-issues-details": "Table column heading",
"linter-pager-misnested-tag-details": "Table column heading", "linter-pager-misnested-tag-details": "Table column heading",
"linter-pager-missing-end-tag-details": "Table column heading", "linter-pager-missing-end-tag-details": "Table column heading",