Check for elements like: span[style="color:#\d{6}"] (mby also legacy tags? like font).
Quick Fix
We might add a simple QuickFix for that, to apply em or mark element.
Eventually it might also fetch classes applicable for em or mark elements available in styles dropdown. This way end user might use some pre predefined styling, so he'll have his colors : )
New Assessment
Base Information
Rationale: When end user wants to emphasize some text with color, most likely he want to... well emphasize it!
Testability:
0.5
Techniques:
Implementation
span[style="color:#\d{6}"]
(mby also legacy tags? likefont
).Quick Fix
We might add a simple QuickFix for that, to apply
em
ormark
element.Eventually it might also fetch classes applicable for
em
ormark
elements available in styles dropdown. This way end user might use some pre predefined styling, so he'll have his colors : )