Skip to content

Commit f90768d

Browse files
authored
Add Sec-CH-Width (mdn#28690)
* Add Sec-CH-Width * Fix key * Add doc links
1 parent 0368146 commit f90768d

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

http/headers/Accept-CH.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,38 @@
492492
}
493493
}
494494
},
495+
"Sec-CH-Width": {
496+
"__compat": {
497+
"description": "`Sec-CH-Width` token",
498+
"spec_url": "https://wicg.github.io/responsive-image-client-hints/#sec-ch-width",
499+
"support": {
500+
"chrome": {
501+
"version_added": "97"
502+
},
503+
"chrome_android": "mirror",
504+
"edge": "mirror",
505+
"firefox": {
506+
"version_added": false
507+
},
508+
"firefox_android": "mirror",
509+
"oculus": "mirror",
510+
"opera": "mirror",
511+
"opera_android": "mirror",
512+
"safari": {
513+
"version_added": false
514+
},
515+
"safari_ios": "mirror",
516+
"samsunginternet_android": "mirror",
517+
"webview_android": "mirror",
518+
"webview_ios": "mirror"
519+
},
520+
"status": {
521+
"experimental": true,
522+
"standard_track": true,
523+
"deprecated": false
524+
}
525+
}
526+
},
495527
"Viewport-Width": {
496528
"__compat": {
497529
"description": "`Viewport-Width` token",

http/headers/Sec-CH-Width.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"http": {
3+
"headers": {
4+
"Sec-CH-Width": {
5+
"__compat": {
6+
"description": "`Sec-CH-Width` request header",
7+
"spec_url": "https://wicg.github.io/responsive-image-client-hints/#sec-ch-width",
8+
"support": {
9+
"chrome": [
10+
{
11+
"version_added": "97"
12+
},
13+
{
14+
"alternative_name": "Width",
15+
"version_added": "46"
16+
}
17+
],
18+
"chrome_android": "mirror",
19+
"edge": "mirror",
20+
"firefox": {
21+
"version_added": false
22+
},
23+
"firefox_android": "mirror",
24+
"oculus": "mirror",
25+
"opera": "mirror",
26+
"opera_android": "mirror",
27+
"safari": {
28+
"version_added": false
29+
},
30+
"safari_ios": "mirror",
31+
"samsunginternet_android": "mirror",
32+
"webview_android": "mirror",
33+
"webview_ios": "mirror"
34+
},
35+
"status": {
36+
"experimental": true,
37+
"standard_track": true,
38+
"deprecated": false
39+
}
40+
}
41+
}
42+
}
43+
}
44+
}

0 commit comments

Comments
 (0)