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
Currently only native html elements will adjust their url attributes during inlining. We should really be doing this for custom elements which extend certain native html elements as well.
For instance if you have a custom element that extends <img> then the src attribute should still be rewritten.
Currently only native html elements will adjust their url attributes during inlining. We should really be doing this for custom elements which extend certain native html elements as well.
For instance if you have a custom element that extends <img> then the src attribute should still be rewritten.
See issue #19770 for more history.
The text was updated successfully, but these errors were encountered: