Skip to content

Commit 4d88545

Browse files
committed
DOC-3250: HTML comments were not tracked correctly.
1 parent bd08c65 commit 4d88545

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

modules/ROOT/examples/live-demos/button-css-override/index.html

Whitespace-only changes.

modules/ROOT/examples/live-demos/button-css-override/index.js

Whitespace-only changes.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ The {productname} {release-version} release includes an accompanying release of
4343
==== HTML comments were not tracked correctly.
4444
// TINY-12544
4545

46-
//CCFR here.
46+
Previously, pagebreak separators defined as HTML comments (e.g., `+<!-- pagebreak -->+`) were not detected by the suggested edit system. This meant that insertions or deletions of these separators were not displayed in the diff view, making it difficult for reviewers to identify structural changes.
47+
48+
{productname} {release-version} now tracks pagebreak elements defined via HTML comments. When editors insert or delete `+<!-- pagebreak -->+` markers, these changes appear in the review pane, ensuring reviewers have full visibility of all document structure modifications.
4749

4850
==== Elements with no visible height were not displaying in the Review Edits view.
4951
// TINY-12257

modules/ROOT/partials/configuration/button_css_override.adoc

Whitespace-only changes.

0 commit comments

Comments
 (0)