Steps to replicate the issue (include links if applicable):
Visit https://www.mediawiki.org/wiki/Special:Preferences
- Add <span style="border:3px outset;border-radius:8pt 0;padding:1px 5px;background:linear-gradient(6rad,#86c,#2b9)"><a href="/wiki/User:Sdkb" title="Testing"><span style="color:#FFF;text-decoration:inherit;font:1em Lucida Sans">Testing</span></a></span> to new signature.
What happens?:
- It triggers a lint error
What should have happened instead?:
- No lint error - signatures shouldn't need to confirm to lint errors IMO. Is this intentional behaviour? and should at least be able to save preferences when there is a lint error.
Software version (skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
- Workaround **
Signatures need to define color as well as background color.
<span style="border:3px outset;border-radius:8pt 0;padding:1px 5px;color:inherit;background:linear-gradient(6rad,#86c,#2b9)"><a href="/wiki/User:Sdkb" title="Testing"><span style="color:#FFF;text-decoration:inherit;font:1em Lucida Sans">Testing</span></a></span>` to new signature.