Skip to content

Commit bb1d6ab

Browse files
DOC-3147: Strikethrough format could be added outside font size format, which renders incorrectly in some browsers. (#3778)
* DOC-3147: Strikethrough format could be added outside font size format, which renders incorrectly in some browsers. * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: CODE:AG <[email protected]> --------- Co-authored-by: CODE:AG <[email protected]>
1 parent 0856479 commit bb1d6ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/ROOT/pages/8.0-release-notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,13 @@ Previously, deleting a complete HTML element using the "Source Code" editor eith
227227

228228
This issue has been resolved in {productname} {release-version} by improving how element deletions are handled within the editor's DOM logic. Cutting or deleting a selected element now preserves the integrity and tag type of adjacent elements. Users can expect consistent and predictable editing behavior when modifying HTML source content.
229229

230+
=== Strikethrough format could be added outside font size format, which renders incorrectly in some browsers.
231+
// #TINY-12004
232+
233+
Previously, there was an issue where combining strikethrough (`s` element) and font size formatting could lead to incorrect rendering in some browsers, particularly Chrome. This occurred when the `s` (strikethrough) element was placed outside a font size `span`, causing the strikethrough line to render incorrectly.
234+
235+
The fix ensures that the `s` element is now properly nested inside the font size element, improving visual consistency across browsers.
236+
230237

231238
[[security-fixes]]
232239
== Security fixes

0 commit comments

Comments
 (0)