It's possible for custom-style to upgrade when its textContent is not yet available, for example due to the browser's html parser yielding. In this case, any custom properties defined in a custom-style will not apply. To address this, custom-style should defer acting until it has content.
It's possible for
custom-styleto upgrade when its textContent is not yet available, for example due to the browser's html parser yielding. In this case, any custom properties defined in a custom-style will not apply. To address this, custom-style should defer acting until it has content.