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
Given the following two files, the <a href> is rewritten to "subdir/#ref". If the href is filled using data-binding (href="#{{ref}}"), it doesn't get broken.
It's a feature of the HTML Imports polyfill that static urls are rewritten to resolve as relative to the import itself. This important feature allows imports to be relocatable.
No rewriting is done for dynamic urls, e.g. bindings.
Given the following two files, the <a href> is rewritten to "subdir/#ref". If the href is filled using data-binding (
href="#{{ref}}"
), it doesn't get broken.test-import.html:
subdir/test-elem.html:
The text was updated successfully, but these errors were encountered: