Skip to content

Commit 5a677c7

Browse files
authored
DOC-3223: The schema will now allow the RDFa attribute on elements. (#3886)
* DOC-3223: The schema will now allow the RDFa attribute on elements. * Update modules/ROOT/pages/8.2.0-release-notes.adoc
1 parent 859f0cc commit 5a677c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@ For an example of using custom elements with block-level and inline-level compon
167167

168168
// CCFR here.
169169

170+
=== The schema will now allow the `property` RDFa attribute on `meta` elements
171+
// #TINY-12858
172+
173+
Previously, the schema did not recognize the `property` RDFa attribute as valid for `meta` elements, causing it to be removed during content validation in features such as the {productname} `fullpagehtml` premium plugin. This behavior could strip essential metadata used for social media previews or structured data integrations, and required integrators to manually whitelist the attribute to retain it.
174+
175+
In {release-version}, the schema has been updated to include `property` as a valid attribute for `meta` elements. This change ensures compatibility with common metadata standards.
176+
170177
=== The editor would upon gaining focus scroll to the center of the editor on some browsers if the top of the editor was out of frame
171178
// #TINY-12626
172179

@@ -205,7 +212,6 @@ Previously, button tooltips were not always dismissed correctly when icons were
205212

206213
Previously, certain elements received an additional newline when indented due to the title not being correctly recognized as a block by the DOM Parser serializer. This caused unwanted whitespace to appear in the output. The issue was resolved by explicitly marking the title as a block within the code, ensuring that serialization no longer introduces unnecessary whitespace.
207214

208-
209215
[[security-fixes]]
210216
== Security fixes
211217

0 commit comments

Comments
 (0)