Steps to replicate the issue (include links if applicable):
What happens?:
A 'Background color inline style rule exists without a corresponding text color' lint is reported as arising inside the inputbox tag.
What should have happened instead?:
The inputbox pusedo-tag should be generating an appropriate 'color:' to pair with the background. (typicaly:'color:inherit') if a foreground color is not supplied as a parameter.
Looking at the code in https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/InputBox/+/refs/heads/master/includes/InputBox.php (around line 822) this should be a relatively simple patch
QA Results - PROD
AC | Status | Details |
---|---|---|
1 | ✅ | Pass per T369619#9993259 |