Skip to content

Commit

Permalink
Add data for HTTP Refresh header (#24273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Sep 6, 2024
1 parent a884632 commit 6bc1f34
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
4 changes: 4 additions & 0 deletions html/elements/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
Expand Down
45 changes: 45 additions & 0 deletions http/headers/Refresh.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}
}
}
}

0 comments on commit 6bc1f34

Please sign in to comment.