From b6781033dd7a8d861c2ca7144128d24d4a5bd8ee Mon Sep 17 00:00:00 2001 From: Malvoz <26493779+Malvoz@users.noreply.github.com> Date: Sun, 10 May 2020 22:33:07 +0200 Subject: [PATCH 1/2] Add `referrerpolicy` to 's content attributes Closes #23. --- spec/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/index.html b/spec/index.html index 41526d2..06a9211 100644 --- a/spec/index.html +++ b/spec/index.html @@ -446,6 +446,7 @@
4.1.2 The l
label - String label for the layer in the layer control, if displayed
checked - Layer on/off status
hidden - Visibility status of the layer in the layer control
+
referrerpolicy - Referrer policy for fetches initiated by the element
Tag omission in text/html:
Neither tag is omissible
Allowed ARIA role attribute values:
From 6a8cb6260bb25b8aabe1dd64271db184799b7ab8 Mon Sep 17 00:00:00 2001 From: Malvoz <26493779+Malvoz@users.noreply.github.com> Date: Sun, 10 May 2020 23:04:05 +0200 Subject: [PATCH 2/2] `referrerpolicy` IDL --- spec/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/index.html b/spec/index.html index 06a9211..10cf325 100644 --- a/spec/index.html +++ b/spec/index.html @@ -462,6 +462,7 @@
4.1.2 The l readonly attribute boolean disabled; attribute boolean hidden; readonly attribute LegendLink[] legendLinks; + attribute DOMString referrerpolicy; }; interface LegendLink {