You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in nested header elements for the site header, and because it's a pattern, updating the header-default.php markup doesn't update the markup for the existing site header.
I'd think <header class="wp-block-group"> should be changed to <div class="wp-block-group">
The text was updated successfully, but these errors were encountered:
Updated to the latest wd_f, and the header template now eventually includes a pattern.
templates/index.html:
<!-- wp:template-part {"slug":"header","tagName":"header","className":"site-header"} /-->
parts/header.html:
<!-- wp:pattern {"slug":"wds/header-default"} /-->
patterns/header-default.php contains
<header class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)">
This results in nested header elements for the site header, and because it's a pattern, updating the header-default.php markup doesn't update the markup for the existing site header.
I'd think
<header class="wp-block-group">
should be changed to<div class="wp-block-group">
The text was updated successfully, but these errors were encountered: