Skip to content

Commit

Permalink
Merge branch 'master' of github.com:w3c/browser-specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tidoust committed Mar 15, 2021
2 parents 0226e6e + 5cd2281 commit 2eb8258
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/candidate-specs.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: New specs for review
assignees: tidoust, dontcallmedom
assignees: tidoust, dontcallmedom, sideshowbarker
labels: enhancement
---
[find-specs](../blob/master/src/find-specs.js) has identified the following candidates as potential new specs to consider:

{{ env.candidate_list }}

Please review if they match the inclusion criteria. Those that don't and never will should be added to [ignore.json](../blob/master/src/data/ignore.json), those that don't match yet but may in the future can be added to [monitor-repo.json](../blob/master/src/data/monitor-repos.json), and those that do match should be brought as a pull request on [specs.json](../blob/master/specs.json).
Please review if they match the inclusion criteria. Those that don't and never will should be added to [ignore.json](../blob/master/src/data/ignore.json), those that don't match yet but may in the future can be added to [monitor-repo.json](../blob/master/src/data/monitor-repos.json), and those that do match should be brought as a pull request on [specs.json](../blob/master/specs.json).
50 changes: 43 additions & 7 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,24 @@
"source": "spec",
"shortTitle": "Public and private instance fields proposal"
},
{
"url": "https://tc39.es/proposal-error-cause/",
"seriesComposition": "full",
"shortname": "tc39-error-cause",
"series": {
"shortname": "tc39-error-cause",
"currentSpecification": "tc39-error-cause"
},
"nightly": {
"url": "https://tc39.es/proposal-error-cause/",
"repository": "https://github.com/tc39/proposal-error-cause",
"sourcePath": "index.html",
"filename": "index.html"
},
"title": "Error Cause",
"source": "spec",
"shortTitle": "Error Cause"
},
{
"url": "https://tc39.es/proposal-import-assertions/",
"seriesComposition": "full",
Expand Down Expand Up @@ -1212,6 +1230,24 @@
"source": "spec",
"shortTitle": "Static class features"
},
{
"url": "https://tc39.es/proposal-temporal/",
"seriesComposition": "full",
"shortname": "tc39-temporal",
"series": {
"shortname": "tc39-temporal",
"currentSpecification": "tc39-temporal"
},
"nightly": {
"url": "https://tc39.es/proposal-temporal/",
"repository": "https://github.com/tc39/proposal-temporal",
"sourcePath": "spec.html",
"filename": "index.html"
},
"title": "Temporal proposal",
"source": "spec",
"shortTitle": "Temporal proposal"
},
{
"url": "https://tc39.es/proposal-top-level-await/",
"seriesComposition": "full",
Expand Down Expand Up @@ -7467,17 +7503,17 @@
"shortTitle": "Image Resource"
},
{
"url": "https://www.w3.org/TR/IndexedDB-2/",
"url": "https://www.w3.org/TR/IndexedDB-3/",
"seriesComposition": "full",
"shortname": "IndexedDB-2",
"shortname": "IndexedDB-3",
"series": {
"shortname": "IndexedDB",
"currentSpecification": "IndexedDB-2"
"currentSpecification": "IndexedDB-3"
},
"seriesVersion": "2",
"shortTitle": "Indexed DB 2.0",
"seriesVersion": "3",
"shortTitle": "Indexed DB 3.0",
"release": {
"url": "https://www.w3.org/TR/IndexedDB-2/",
"url": "https://www.w3.org/TR/IndexedDB-3/",
"filename": "Overview.html"
},
"nightly": {
Expand All @@ -7486,7 +7522,7 @@
"sourcePath": "index.bs",
"filename": "index.html"
},
"title": "Indexed Database API 2.0",
"title": "Indexed Database API 3.0",
"source": "w3c",
"tests": {
"repository": "https://github.com/web-platform-tests/wpt",
Expand Down
6 changes: 4 additions & 2 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,15 @@
},
"https://tc39.es/proposal-atomics-wait-async/",
"https://tc39.es/proposal-class-fields/",
"https://tc39.es/proposal-error-cause/",
"https://tc39.es/proposal-import-assertions/",
"https://tc39.es/proposal-json-modules/",
"https://tc39.es/proposal-private-fields-in-in/",
"https://tc39.es/proposal-private-methods/",
"https://tc39.es/proposal-regexp-match-indices/",
"https://tc39.es/proposal-relative-indexing-method/",
"https://tc39.es/proposal-static-class-features/",
"https://tc39.es/proposal-temporal/",
"https://tc39.es/proposal-top-level-await/",
"https://url.spec.whatwg.org/",
"https://w3c.github.io/badging/",
Expand Down Expand Up @@ -480,8 +482,8 @@
"https://www.w3.org/TR/image-capture/",
"https://www.w3.org/TR/image-resource/",
{
"url": "https://www.w3.org/TR/IndexedDB-2/",
"shortTitle": "Indexed DB 2.0"
"url": "https://www.w3.org/TR/IndexedDB-3/",
"shortTitle": "Indexed DB 3.0"
},
"https://www.w3.org/TR/input-events-2/",
"https://www.w3.org/TR/intersection-observer/",
Expand Down

0 comments on commit 2eb8258

Please sign in to comment.