Skip to content

Commit 6bc1f34

Browse files
authored
Add data for HTTP Refresh header (#24273)
1 parent a884632 commit 6bc1f34

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

html/elements/meta.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
},
167167
"content-language": {
168168
"__compat": {
169+
"description": "http-equiv=\"content-language\"",
169170
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-language",
170171
"support": {
171172
"chrome": {
@@ -201,6 +202,7 @@
201202
},
202203
"content-security-policy": {
203204
"__compat": {
205+
"description": "http-equiv=\"content-security-policy\"",
204206
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-security-policy",
205207
"support": {
206208
"chrome": {
@@ -236,6 +238,7 @@
236238
},
237239
"content-type": {
238240
"__compat": {
241+
"description": "http-equiv=\"content-type\"",
239242
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-type",
240243
"support": {
241244
"chrome": {
@@ -271,6 +274,7 @@
271274
},
272275
"refresh": {
273276
"__compat": {
277+
"description": "http-equiv=\"refresh\"",
274278
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-refresh",
275279
"tags": [
276280
"web-features:meta"

http/headers/Refresh.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"http": {
3+
"headers": {
4+
"Refresh": {
5+
"__compat": {
6+
"spec_url": "https://html.spec.whatwg.org/multipage/document-lifecycle.html#the-refresh-header",
7+
"support": {
8+
"chrome": {
9+
"version_added": "1"
10+
},
11+
"chrome_android": "mirror",
12+
"edge": {
13+
"version_added": "12"
14+
},
15+
"firefox": {
16+
"version_added": "1"
17+
},
18+
"firefox_android": "mirror",
19+
"ie": {
20+
"version_added": "≤6"
21+
},
22+
"oculus": "mirror",
23+
"opera": {
24+
"version_added": "≤12.1"
25+
},
26+
"opera_android": {
27+
"version_added": "≤12.1"
28+
},
29+
"safari": {
30+
"version_added": "1"
31+
},
32+
"safari_ios": "mirror",
33+
"samsunginternet_android": "mirror",
34+
"webview_android": "mirror"
35+
},
36+
"status": {
37+
"experimental": false,
38+
"standard_track": true,
39+
"deprecated": false
40+
}
41+
}
42+
}
43+
}
44+
}
45+
}

0 commit comments

Comments
 (0)