Skip to content

Commit 2bae50b

Browse files
DOC-3132: The semantics element in MathML was not properly retained when annotation elements was allowed. (#3609)
* DOC-3132: The element in MathML was not properly retained when elements was allowed. * Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 59b4285 commit 2bae50b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,13 @@ the help dialog would not open if the plugin was disabled, leading to confusion.
196196

197197
{productname} {release-version} addresses this issue by ensuring that if the help plugin is disabled, the screen reader announces only "Rich Text Area." If the help plugin is enabled, the screen reader announces "Rich Text Area. Press `ALT-0` for help.".
198198

199+
=== The `semantics` element in MathML was not properly preserved when `annotation` elements were allowed.
200+
// #TINY-11755
201+
202+
Previously, in {productname}, an issue was identified in which the `semantics` MathML element was removed, even when a specific annotation element was allowed by the `allow_mathml_annotation_encodings` property. As a result, the generated MathML was invalid because the annotation element must be a child of a `semantics` element. This also caused rendering issues in some browsers.
203+
204+
In {productname} {release-version}, this issue has been resolved by preserving the `semantics` element whenever the `allow_mathml_annotation_encodings` property is set to a non-empty array. This ensures that valid MathML is generated, improving compatibility with third-party tools and browser rendering.
205+
199206
=== Toolbar groups had both a `title` attribute and a custom tooltip, causing overlapping tooltips
200207
// #TINY-11768
201208

0 commit comments

Comments
 (0)