From 01d0b38788e12dda3c4ecc6bfa1fc9e3edac9e29 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 6 May 2024 17:02:46 +1000 Subject: [PATCH] HTMLTemplateElement.shadow RootMode/DelegatesFocus/Clonable link to docs (#23011) --- api/HTMLTemplateElement.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/HTMLTemplateElement.json b/api/HTMLTemplateElement.json index de1beff67dad7a..c6f13908a90436 100644 --- a/api/HTMLTemplateElement.json +++ b/api/HTMLTemplateElement.json @@ -79,6 +79,7 @@ }, "shadowRootClonable": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootClonable", "spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-template-shadowrootclonable", "support": { "chrome": { @@ -112,6 +113,7 @@ }, "shadowRootDelegatesFocus": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootDelegatesFocus", "spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-template-shadowrootdelegatesfocus", "support": { "chrome": { @@ -145,6 +147,7 @@ }, "shadowRootMode": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootMode", "spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-template-shadowrootmode", "tags": [ "web-features:declarative-shadow-dom"