Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61704


Ignore:
Timestamp:
07/19/2024 04:56:31 AM (8 weeks ago)
Author:
talldanwp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61704 – Description

    initial v1  
    66
    77## Testing Instructions
    8 ### Editor styles
     8
     9### Frontend styles
    9101. Open the site editor
    10112. Click the editor area to open the editor
    11 3. Using browser dev tools, inspect the `body` element inside the `edit-site-visual-editor__editor-canvas` iframe.
    12 4. Check that the styles are like 'expected' snippet  below, with a simple `body` selector and not a `:root :where(body)` selector.
    13 
    14 ### Frontend styles
    15 1. Click 'View site' to view the frontend
    16 2. Insect the body element's styles
    17 3. Check that the styles are like 'expected' snippet below, with a simple `body` selector and not a `:root :where(body)` selector.
     123. Click 'View site' to view the frontend
     134. Insect the body element's styles
     145. Check that the styles are like 'expected' snippet below, with a simple `body` selector and not a `:root :where(body)` selector.
    1815
    1916Expected: