diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96874-CKEditor5.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96874-CKEditor5.rst index 0baca20018b25f15be1055816fd8748336e98fe6..98e49d1d0c70d42120dd9c5b500ecfa21bbcc986 100644 --- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96874-CKEditor5.rst +++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96874-CKEditor5.rst @@ -42,10 +42,11 @@ CSS Styling CKEditor 5 does not load its editor in a specific iframe anymore. Especially for adding custom styling and fonts, all CSS declarations now need to be prefixed -with ".ck-content". This can be achieved via SCSS, which TYPO3 natively -handles for custom CSS styles. -However, <body> tag CSS declarations won't work, as the `<body>` tag does not -apply to the editor HTML rendering anymore. +with ".ck-content". This scoping is applied by TYPO3 automatically to all custom +CSS styles. + +Please be aware that referenced CSS stylesheets need to be downloadable via +:js:`fetch()` in order for the JavaScript based prefixing to work. Configuration Options ---------------------