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
When the inlineStyles plugin inlines a style with an id selector, it is removing the id attribute from the target element. It shouldn't do this, as it has no way of knowing whether the id is used elsewhere.
To Reproduce
Optimize the following with the inlineStyles plugin:
When the inlineStyles plugin inlines a style with an id selector, it is removing the id attribute from the target element. It shouldn't do this, as it has no way of knowing whether the id is used elsewhere.
To Reproduce
Optimize the following with the inlineStyles plugin:
Expected behavior
The style should be inlined, but the id attribute should not be deleted.
Version 4.0.0-rc.1
The text was updated successfully, but these errors were encountered: