Skip to content

Commit 564b374

Browse files
authored
Merge pull request #265 from ddbeck/remove-spec-exception
Update Navigation API URL (and remove exception)
2 parents 3334bbc + 20c1c3a commit 564b374

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
spec: https://wicg.github.io/navigation-api/
1+
spec: https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigation-api

scripts/specs.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ const specUrls: URL[] = webSpecs.flatMap(spec => {
1313

1414
type allowlistItem = [url: string, message: string];
1515
const 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

2222
function isOK(url: URL, allowlist: allowlistItem[] = defaultAllowlist) {

0 commit comments

Comments
 (0)