Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58475


Ignore:
Timestamp:
06/07/2023 08:28:10 PM (22 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58475

    • Property Focuses css added
    • Property Summary changed from TT3 Aubergine variation: background implementation causes any block that impacts page height to impact header to Twenty Twenty-Three: Aubergine variation's background implementation causes any block that impacts page height to impact header
  • Ticket #58475 – Description

    initial v1  
    1 Originally reported here and moving over: https://github.com/WordPress/gutenberg/issues/51248 This variation does the following for the background:
     1Originally reported here and moving over: GB51248
    22
     3This variation does the following for the background:
    34
    45{{{
     
    67}}}
    78
    8 As Justin notes, in particular, the min(24rem, 10%) is essentially saying to use the lower value (either 24rem or 10%). On pages with little content, it is pretty much guaranteed to be 10% of the <body> height.
     9As Justin notes, in particular, the `min(24rem, 10%)` is essentially saying to use the lower value (either `24rem` or `10%`). On pages with little content, it is pretty much guaranteed to be 10% of the `<body>` height.
    910
    1011As a result, any block that can change the page height will run into issues.