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
Describe the bug
Certain URL attributes currently do not currently handle calculating the full URL from the relative URL. Links (<a>) handle it, but all other attributes do not.
Expected behavior
All of the attributes above should return the absolute URL to the resource, like the <a> tag currently does. This is the behavior in a real browser, and we can also see that JSDOM handles all these attributes.
Actual Behavior
Only the <a> tag has the proper attribute handling.
Device:
Lib: v12.9.1
NodeJS: v16.20.2
OS: macOS Sonoma
The text was updated successfully, but these errors were encountered:
Describe the bug
Certain URL attributes currently do not currently handle calculating the full URL from the relative URL. Links (
<a>
) handle it, but all other attributes do not.To Reproduce
Demo: https://runkit.com/embed/3ysykfxe8h47
Expected behavior
All of the attributes above should return the absolute URL to the resource, like the
<a>
tag currently does. This is the behavior in a real browser, and we can also see that JSDOM handles all these attributes.Actual Behavior
Only the
<a>
tag has the proper attribute handling.Device:
The text was updated successfully, but these errors were encountered: