Skip to content

Commit ad6384d

Browse files
committed
DOC-3147: Strikethrough format could be added outside font size format, which renders incorrectly in some browsers.
1 parent b3a9cdd commit ad6384d

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
@@ -148,6 +148,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
148148

149149
// CCFR here.
150150

151+
=== Strikethrough format could be added outside font size format, which renders incorrectly in some browsers.
152+
// #TINY-12004
153+
154+
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.
155+
156+
The fix ensures that the `s` element is now properly nested inside the font size element, improving visual consistency across browsers.
157+
151158

152159
[[security-fixes]]
153160
== Security fixes

0 commit comments

Comments
 (0)