diff --git a/modules/ROOT/examples/live-demos/button-css-override/index.html b/modules/ROOT/examples/live-demos/button-css-override/index.html new file mode 100644 index 0000000000..e69de29bb2 diff --git a/modules/ROOT/examples/live-demos/button-css-override/index.js b/modules/ROOT/examples/live-demos/button-css-override/index.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/modules/ROOT/pages/8.0.2-release-notes.adoc b/modules/ROOT/pages/8.0.2-release-notes.adoc index 087f6a0720..edb4393a00 100644 --- a/modules/ROOT/pages/8.0.2-release-notes.adoc +++ b/modules/ROOT/pages/8.0.2-release-notes.adoc @@ -43,7 +43,9 @@ The {productname} {release-version} release includes an accompanying release of ==== HTML comments were not tracked correctly. // TINY-12544 -//CCFR here. +Previously, pagebreak separators defined as HTML comments (e.g., `++`) were not detected by the suggested edit system. This meant that insertions or deletions of these separators were not displayed as edits, making it difficult for reviewers to identify structural changes. + +{productname} {release-version} now tracks pagebreak elements defined via HTML comments. When editors insert or delete `++` markers, these changes appear in the Review Edits view, ensuring reviewers have full visibility of all document structure modifications. ==== Elements with no visible height were not displaying in the Review Edits view. // TINY-12257 diff --git a/modules/ROOT/partials/configuration/button_css_override.adoc b/modules/ROOT/partials/configuration/button_css_override.adoc new file mode 100644 index 0000000000..e69de29bb2