#6012 - Comcode to HTML converts b Comcode tag to b HTML tag; this violates webstandards (should be strong)
| Identifier | #6012 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Comcode to HTML converts b Comcode tag to b HTML tag; this violates webstandards (should be strong) |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Version | 11 beta4 |
| Addon | core_rich_media |
| Description | The Comcode b tag should be converting to the HTML strong tag, not the legacy HTML b tag. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
In semiparse mode, Comcode tags b and i were converting to HTML b and i tags. These are outdated and violate webstandards.
This hotfix ensures Comcode b converts to HTML strong, and Comcode i converts to HTML em.