Make WordPress Core

Changes between Version 1 and Version 3 of Ticket #61704


Ignore:
Timestamp:
07/19/2024 05:10:24 AM (8 weeks ago)
Author:
talldanwp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61704 – Description

    v1 v3  
    55It requires a PHP backport, hence the trac ticket.
    66
    7 ## Testing Instructions
     7== What?
     8In WordPress 6.6, there was a general effort to lower and level specificity, but a couple of selectors seem to have mistakenly had their specificity raised.
    89
    9 ### Frontend styles
     10The styles associated with the `body` are an example. In 6.5 these styles used the simple `body` selector. In 6.6 the selector is `:root :where(body)`, an increase in specificity.
     11
     12== Why?
     13These changes may cause some problems for themes, especially the typography styles in the body, which will cascade.
     14
     15== Testing Instructions
    10161. Open the site editor
    11172. Click the editor area to open the editor