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
Web components are only shown when they are defined - meaning when the JavaScript has been downloaded and parsed. At this moment, the HTML and CSS have already rendered on the page and web components are plopping in. To prevent layout shift, the styles package should set the height of <post-header> initially. The styles should also take into account that the header is flexible, for example the title is optional and has an influence on the height.
The content you are editing has changed. Please copy your edits and refresh the page.
Resolution:
Header custom properties will be moved to the styles package, they can then be used to add a min-height to the post-heade:not(:defined) element.
Web components are only shown when they are defined - meaning when the JavaScript has been downloaded and parsed. At this moment, the HTML and CSS have already rendered on the page and web components are plopping in. To prevent layout shift, the styles package should set the height of
<post-header>
initially. The styles should also take into account that the header is flexible, for example the title is optional and has an influence on the height.Tasks
The text was updated successfully, but these errors were encountered: