From 742a1b375d11f5b504546dbe7c846def5ec9b426 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 13 Oct 2025 16:29:41 +1000 Subject: [PATCH 1/2] DOC-3223: The schema will now allow the RDFa attribute on elements. --- modules/ROOT/pages/8.2.0-release-notes.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ROOT/pages/8.2.0-release-notes.adoc b/modules/ROOT/pages/8.2.0-release-notes.adoc index 72151042b1..cd1364f16d 100644 --- a/modules/ROOT/pages/8.2.0-release-notes.adoc +++ b/modules/ROOT/pages/8.2.0-release-notes.adoc @@ -111,6 +111,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== The schema will now allow the `property` RDFa attribute on `meta` elements +// #TINY-12858 + +Previously, the schema did not include the `property` RDFa attribute as a valid attribute for `meta` elements. This caused the attribute to be filtered out when using features such as the {productname} `fullpagehtml` premium plugin, potentially removing important metadata required by social media or structured data integrations. + +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. [[security-fixes]] == Security fixes From eba9c5045291ef3176da155312d31a1423323414 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 20 Oct 2025 11:07:17 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/8.2.0-release-notes.adoc --- modules/ROOT/pages/8.2.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.2.0-release-notes.adoc b/modules/ROOT/pages/8.2.0-release-notes.adoc index cd1364f16d..4cc249a1a0 100644 --- a/modules/ROOT/pages/8.2.0-release-notes.adoc +++ b/modules/ROOT/pages/8.2.0-release-notes.adoc @@ -114,7 +114,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a === The schema will now allow the `property` RDFa attribute on `meta` elements // #TINY-12858 -Previously, the schema did not include the `property` RDFa attribute as a valid attribute for `meta` elements. This caused the attribute to be filtered out when using features such as the {productname} `fullpagehtml` premium plugin, potentially removing important metadata required by social media or structured data integrations. +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. 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.