Changes between Version 1 and Version 3 of Ticket #61704
- Timestamp:
- 07/19/2024 05:10:24 AM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61704 – Description
v1 v3 5 5 It requires a PHP backport, hence the trac ticket. 6 6 7 ## Testing Instructions 7 == What? 8 In 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. 8 9 9 ### Frontend styles 10 The 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? 13 These changes may cause some problems for themes, especially the typography styles in the body, which will cascade. 14 15 == Testing Instructions 10 16 1. Open the site editor 11 17 2. Click the editor area to open the editor