Make WordPress Core

Changes between Initial Version and Version 9 of Ticket #64771


Ignore:
Timestamp:
03/03/2026 06:27:16 AM (5 months ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64771

    • Property Keywords has-patch added
    • Property Component CanonicalEditor
    • Property Milestone Awaiting Review7.0
  • Ticket #64771 – Description

    initial v9  
    33Everything works as expected unless a user without unfiltered_html edits a page/post with block level custom CSS that includes nested selectors, eg.
    44
    5 ```
     5{{{
    66color: green;
    77& p {color: blue}
    8 ```
     8}}}
     9
    910In these cases, entities like & are encoded and the CSS breaks in the editor and the frontend.
    1011