Closed
Description
As detailed in the #7302 (review) thread, the CodeText
utility component seems to need a refactor replacing the <span>
tag with a <code>
tag which is the right semantic choice for such a component.
Beware:
- Are there any cases in the codebase where a
<span>
tag is actually the best choice? - Will this change work seamlessly? Better check each occurrence.