Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #54079, comment 3


Ignore:
Timestamp:
09/07/2021 08:55:50 AM (4 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54079, comment 3

    v1 v2  
    1616> - `section`
    1717
    18 As "context of the body element" can mean inside any number of non-sectioning elements, we can't use `body > footer` as the selector, as child themes may add a wrapper to contain some content and the `footer` but still use the base styling referenced above.
     18As "context of the body element" can mean inside any number of non-sectioning elements, we can't use `body > footer` as the selector, as child themes may add one or more wrappers to contain some content and the `footer` but still use the base styling referenced above.
    1919
    2020To avoid having a selector like this: