Skip to content

Commit 380bda7

Browse files
committed
Add url(… referrer-policy()) modifier
1 parent 9c77cf8 commit 380bda7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

css/types/url.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,39 @@
7575
"deprecated": false
7676
}
7777
}
78+
},
79+
"referrer-policy": {
80+
"__compat": {
81+
"description": "`referrer-policy()` modifier",
82+
"spec_url": "https://drafts.csswg.org/css-values-5/#typedef-request-url-modifier-referrer-policy-modifier",
83+
"support": {
84+
"chrome": {
85+
"version_added": false,
86+
"impl_url": "https://crbug.com/435625756"
87+
},
88+
"chrome_android": "mirror",
89+
"edge": "mirror",
90+
"firefox": {
91+
"version_added": false
92+
},
93+
"firefox_android": "mirror",
94+
"oculus": "mirror",
95+
"opera": "mirror",
96+
"opera_android": "mirror",
97+
"safari": {
98+
"version_added": "26.2"
99+
},
100+
"safari_ios": "mirror",
101+
"samsunginternet_android": "mirror",
102+
"webview_android": "mirror",
103+
"webview_ios": "mirror"
104+
},
105+
"status": {
106+
"experimental": true,
107+
"standard_track": true,
108+
"deprecated": false
109+
}
110+
}
78111
}
79112
}
80113
}

0 commit comments

Comments
 (0)