Skip to content

Commit 73f5bc1

Browse files
DOC-3250: HTML comments were not tracked correctly. (#3813)
* DOC-3250: HTML comments were not tracked correctly. * Apply suggestions from code review Co-authored-by: Shan <[email protected]> --------- Co-authored-by: Shan <[email protected]>
1 parent 9015b08 commit 73f5bc1

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
@@ -48,7 +48,9 @@ The {productname} {release-version} release includes an accompanying release of
4848
==== HTML comments were not tracked correctly.
4949
// TINY-12544
5050

51-
//CCFR here.
51+
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 as edits, making it difficult for reviewers to identify structural changes.
52+
53+
{productname} {release-version} now tracks pagebreak elements defined via HTML comments. When editors insert or delete `+<!-- pagebreak -->+` markers, these changes appear in the Review Edits view, ensuring reviewers have full visibility of all document structure modifications.
5254

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

modules/ROOT/partials/configuration/button_css_override.adoc

Whitespace-only changes.

0 commit comments

Comments
 (0)