File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
feature-group-definitions Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ name : COLRv1
2+ spec : https://learn.microsoft.com/en-us/typography/opentype/otspec191alpha/colr
3+ caniuse : colr-v1
4+ compat_features :
5+ - css.at-rules.font-face.OpenType_COLRv1
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ const defaultAllowlist: allowlistItem[] = [
1717 // "https://example.com/spec/",
1818 // "Allowed because…. Remove this exception when https://example.com/org/repo/pull/1234 merges."
1919 // ]
20+ [
21+ "https://learn.microsoft.com/en-us/typography/opentype/otspec191alpha/colr" ,
22+ "Allowed because COLRv1 is shipping in Chrome and Firefox. Remove this exception when https://github.com/w3c/browser-specs/pull/1211 is released."
23+ ]
2024] ;
2125
2226function isOK ( url : URL , allowlist : allowlistItem [ ] = defaultAllowlist ) {
You can’t perform that action at this time.
0 commit comments