mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-27 17:20:12 +00:00
Merge "Add inline background color"
This commit is contained in:
commit
1ec12943e9
|
@ -189,6 +189,11 @@
|
|||
"enabled": true,
|
||||
"priority": "low",
|
||||
"has-name": true
|
||||
},
|
||||
"night-mode-unaware-background-color": {
|
||||
"dbid": 22,
|
||||
"enabled": true,
|
||||
"priority": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
"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-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-desc": "These pages have other issues that cause them to be rendered differently from how they appeared previously",
|
||||
"linter-category-misnested-tag": "Misnested tags",
|
||||
|
@ -74,6 +76,7 @@
|
|||
"linter-pager-deletable-table-tag-details": "Table tag that should be deleted",
|
||||
"linter-pager-details-header": "Additional info",
|
||||
"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-misnested-tag-details": "Misnested tag which should be properly nested",
|
||||
"linter-pager-missing-end-tag-details": "Missing end tag",
|
||||
|
|
|
@ -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-html5-misnesting": "Name of lint error category. See [[:mw:Help:Lint errors/html5-misnesting]]",
|
||||
"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-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]]",
|
||||
|
@ -82,6 +84,7 @@
|
|||
"linter-pager-deletable-table-tag-details": "Table column heading",
|
||||
"linter-pager-details-header": "Table column heading for the linter error details",
|
||||
"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-misnested-tag-details": "Table column heading",
|
||||
"linter-pager-missing-end-tag-details": "Table column heading",
|
||||
|
|
Loading…
Reference in a new issue