Skip to content

Commit

Permalink
Add the Browser Testing API Workstream and Standard
Browse files Browse the repository at this point in the history
Closes #140.
  • Loading branch information
foolip authored and annevk committed Jul 19, 2021
1 parent 6108ab9 commit d3d562c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
{
"workstreams": [
{
"id": "browser-testing-api",
"name": "Browser Testing API",
"scope": "Internal APIs for automating testing of web platform features implemented in web browsers, e.g., to trigger JavaScript garbage collection.",
"editors": [
{
"name": "James Graham",
"email": "james@hoppipolla.co.uk"
}
],
"standards": [
{
"name": "Browser Testing API",
"href": "https://browser-testing-api.spec.whatwg.org/",
"description": "The Browser Testing API Standard defines internal APIs for automating testing of web platform features implemented in web browsers.",
"authors": [
{
"name": "James Graham",
"email": "james@hoppipolla.co.uk"
}
],
"reference": "BROWSER-TESTING-API",
"review_draft_schedule": [
3,
9
],
"twitter": "browser-testing-api"
}
]
},
{
"id": "compat",
"name": "Compatibility",
Expand Down

0 comments on commit d3d562c

Please sign in to comment.