Changes between Version 1 and Version 2 of Ticket #54079, comment 3
- Timestamp:
- 09/07/2021 08:55:50 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54079, comment 3
v1 v2 16 16 > - `section` 17 17 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 wrapperto contain some content and the `footer` but still use the base styling referenced above.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 one or more wrappers to contain some content and the `footer` but still use the base styling referenced above. 19 19 20 20 To avoid having a selector like this: