From 048a15ee6ee050dee4333302be7c1df91cc3a27c Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Sun, 30 Apr 2023 11:44:51 +0300 Subject: [PATCH 1/2] Use base URL instead of URL for links Closes #8330 --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index a275cab3264..62bbf71665a 100644 --- a/source +++ b/source @@ -15518,7 +15518,7 @@ interface HTMLLinkElement : HTMLElement {
el's source set
base URL
-
document's URL
+
document's document base URL
origin
document's origin
From b237a3cffcbae53c432890b333829951b7d54bd6 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Mon, 1 May 2023 10:46:31 +0300 Subject: [PATCH 2/2] apply to headers --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index 62bbf71665a..ddaee780fd8 100644 --- a/source +++ b/source @@ -15637,7 +15637,7 @@ interface HTMLLinkElement : HTMLElement {
linkObject["target_uri"]
base URL
-
doc's URL
+
doc's document base URL
origin
doc's origin