From 6bc1f34dc42d3729abe6c2cf435c8324b745ef68 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Fri, 6 Sep 2024 03:24:54 -0400 Subject: [PATCH] Add data for HTTP Refresh header (#24273) --- html/elements/meta.json | 4 ++++ http/headers/Refresh.json | 45 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 http/headers/Refresh.json diff --git a/html/elements/meta.json b/html/elements/meta.json index 22edf350f1a015..9d982f3855b703 100644 --- a/html/elements/meta.json +++ b/html/elements/meta.json @@ -166,6 +166,7 @@ }, "content-language": { "__compat": { + "description": "http-equiv=\"content-language\"", "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-language", "support": { "chrome": { @@ -201,6 +202,7 @@ }, "content-security-policy": { "__compat": { + "description": "http-equiv=\"content-security-policy\"", "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-security-policy", "support": { "chrome": { @@ -236,6 +238,7 @@ }, "content-type": { "__compat": { + "description": "http-equiv=\"content-type\"", "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-type", "support": { "chrome": { @@ -271,6 +274,7 @@ }, "refresh": { "__compat": { + "description": "http-equiv=\"refresh\"", "spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-refresh", "tags": [ "web-features:meta" diff --git a/http/headers/Refresh.json b/http/headers/Refresh.json new file mode 100644 index 00000000000000..ea44a7226b7ae9 --- /dev/null +++ b/http/headers/Refresh.json @@ -0,0 +1,45 @@ +{ + "http": { + "headers": { + "Refresh": { + "__compat": { + "spec_url": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-refresh-header", + "support": { + "chrome": { + "version_added": "1" + }, + "chrome_android": "mirror", + "edge": { + "version_added": "12" + }, + "firefox": { + "version_added": "1" + }, + "firefox_android": "mirror", + "ie": { + "version_added": "≤6" + }, + "oculus": "mirror", + "opera": { + "version_added": "≤12.1" + }, + "opera_android": { + "version_added": "≤12.1" + }, + "safari": { + "version_added": "1" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } + } + } + } +}