Skip to content

Commit dd80988

Browse files
committed
DOC-3264: Copy edits and fixing visual blocks.
1 parent af2b163 commit dd80988

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

modules/ROOT/pages/fullpagehtml.adoc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ If integrators encounter issues with required elements being removed, the follow
4949
Note that `extended_valid_elements` is *additive*, so all standard elements and attributes remain valid while additional ones are permitted.
5050
5151
For more details, see xref:security.adoc#xss_sanitization-option[xss_sanitization option] and xref:content-filtering.adoc#valid_elements[valid_elements option].
52-
====
5352
5453
.Example: disabling DOMPurify with `xss_sanitization`
5554
[source,js]
@@ -84,20 +83,16 @@ tinymce.init({
8483
});
8584
----
8685
87-
[NOTE]
88-
====
8986
Support for the RDFa `property` attribute on `<meta>` elements is planned for inclusion in the default {productname} schema in version 8.2. If you require this attribute now, use `extended_valid_elements` as shown above.
9087
====
9188

92-
[WARNING]
89+
[NOTE]
9390
====
9491
**Incompatibility with Suggested Edits and Revision History**
9592
9693
The Full Page HTML plugin is not compatible with the Suggested Edits and Revision History plugins. Document properties and metadata set by the Full Page HTML plugin are not currently preserved when using these collaboration features, and may be lost during the review process.
9794
98-
**Recommendation:** Avoid using the Full Page HTML plugin in combination with Suggested Edits or Revision History plugins to prevent data loss of document metadata and properties at this current time until this issue is resolved.
99-
100-
For more information, see the xref:8.1.0-release-notes.adoc#full-page-html-plugin-incompatibility-with-suggested-edits-and-revision-history[known issue] in the {productname} 8.1.0 release notes.
95+
**Recommendation:** Avoid using the {pluginname} plugin in combination with Suggested Edits or Revision History plugins to prevent data loss of document metadata and properties at this current time until this issue is resolved.
10196
====
10297

10398
== Options

0 commit comments

Comments
 (0)