Skip to content

Commit

Permalink
Merge pull request #265 from ddbeck/remove-spec-exception
Browse files Browse the repository at this point in the history
Update Navigation API URL (and remove exception)
  • Loading branch information
ddbeck authored Aug 10, 2023
2 parents 3334bbc + 20c1c3a commit 564b374
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion feature-group-definitions/navigation.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
spec: https://wicg.github.io/navigation-api/
spec: https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigation-api
8 changes: 4 additions & 4 deletions scripts/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const specUrls: URL[] = webSpecs.flatMap(spec => {

type allowlistItem = [url: string, message: string];
const defaultAllowlist: allowlistItem[] = [
[
"https://wicg.github.io/navigation-api/",
"This spec is moving to WHATWG HTML. Remove this exception when https://github.com/whatwg/html/pull/8502 merges."
],
// [
// "https://example.com/spec/",
// "This spec is allowed because…. Remove this exception when https://example.com/org/repo/pull/1234 merges."
// ]
];

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

0 comments on commit 564b374

Please sign in to comment.