File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
feature-group-definitions Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- spec : https://wicg.github.io/ navigation-api/
1+ spec : https://html.spec.whatwg.org/multipage/nav-history-apis.html# navigation-api
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ const specUrls: URL[] = webSpecs.flatMap(spec => {
1313
1414type allowlistItem = [ url : string , message : string ] ;
1515const defaultAllowlist : allowlistItem [ ] = [
16- [
17- "https://wicg.github.io/navigation-api /" ,
18- "This spec is moving to WHATWG HTML . Remove this exception when https://github .com/whatwg/html /pull/8502 merges."
19- ] ,
16+ // [
17+ // "https://example.com/spec /",
18+ // "This spec is allowed because… . Remove this exception when https://example .com/org/repo /pull/1234 merges."
19+ // ]
2020] ;
2121
2222function isOK ( url : URL , allowlist : allowlistItem [ ] = defaultAllowlist ) {
You can’t perform that action at this time.
0 commit comments