[Feature Request] Support URIs in the href
property of link
tags (like <link href = "file://">
).
#2073
Labels
href
property of link
tags (like <link href = "file://">
).
#2073
Is your feature request related to a problem? Please describe.
I am unable to link a CSS file via the
file://
URI schema. Instead, I must utilize a path.Describe the solution you'd like
Support the undermentioned HTML:
Specifically, support URIs as the value of the
href
property, at leastfile:
-schema URIs.Describe alternatives you've considered
file:
-schema URIs, if support forHTTP(S)://
(etcetera) is undesirable.<style>
.Additional context
Originally reported at microsoft/vscode#225927 (comment), but closed due to lack of response by developers.
The text was updated successfully, but these errors were encountered: