Opened 4 years ago
Closed 3 years ago
#48211 closed defect (bug) (reported-upstream)
Minor Gutenberg/editor bug
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 5.2.3 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
I am using the following on a page:
<ul><li>Consultancy</li><li><abbr title="General Data Protection Regulation">GDPR</abbr> Compliance</li><li>Succession Planning </li><li>Web development (WordPress)</li><li>Bookkeeping/accounting</li><li>Skill Training</li><li>Event management</li><li>Marketing and <abbr title="Search Engine Optimization">SEO</abbr></li><li>Data management</li><li>Governance and Policy</li><li>Member/Volunteer Recruitment</li><li>Communications</li></ul>
The Gutenberg block has become an HTML block because it can't come with the <abbr> tag, which is fine but when asked to preview the text in the back end it then shows the text in a different font, although it displays correctly on the front end, this could be seen as confusing.
code used