Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link href should be resolved against base URI rather than window location #4888

Closed
dinofx opened this issue Aug 2, 2018 · 1 comment
Closed

Comments

@dinofx
Copy link

dinofx commented Aug 2, 2018

Bug report

Describe the bug

It seems like LInk's href property should be resolved against the document's baseURI (instead of window.location), which is how <a> tags would generally work.

To Reproduce

In a page which sets the compare the behavior of a plain anchor tag to that of the Link with only href set.

Expected behavior

same resolution semantics as , without requiring the user of "as".

@timneutkens
Copy link
Member

Tracking this in #4998

@lock lock bot locked as resolved and limited conversation to collaborators Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants