Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add at-driver #1519

Closed
browser-specs-bot opened this issue Oct 7, 2024 · 2 comments · Fixed by #1520
Closed

Add at-driver #1519

browser-specs-bot opened this issue Oct 7, 2024 · 2 comments · Fixed by #1520
Labels
new spec Suggestion to add a new spec

Comments

@browser-specs-bot
Copy link
Collaborator

URL

https://w3c.github.io/at-driver/

Rationale

Additional properties

{}
@browser-specs-bot browser-specs-bot added the new spec Suggestion to add a new spec label Oct 7, 2024
@browser-specs-bot
Copy link
Collaborator Author

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "url": "https://w3c.github.io/at-driver/",
  "seriesComposition": "full",
  "shortname": "at-driver",
  "series": {
    "shortname": "at-driver",
    "currentSpecification": "at-driver",
    "title": "AT Driver",
    "shortTitle": "AT Driver",
    "nightlyUrl": "https://w3c.github.io/at-driver/"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "Browser Testing and Tools Working Group",
      "url": "https://www.w3.org/groups/wg/browser-tools-testing/"
    }
  ],
  "nightly": {
    "url": "https://w3c.github.io/at-driver/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/at-driver",
    "sourcePath": "index.bs",
    "filename": "index.html"
  },
  "title": "AT Driver",
  "source": "spec",
  "shortTitle": "AT Driver",
  "categories": [
    "browser"
  ],
  "standing": "good"
}

Tests

These changes look good! 😎

@tidoust
Copy link
Member

tidoust commented Oct 7, 2024

(This WG spec had not been reported until now because the repo did not have a w3c.json file. I added it last week)

@browser-specs-bot pr

github-actions bot pushed a commit that referenced this issue Oct 7, 2024
Close #1519, adding the suggested spec to the list.

### Changes to `index.json`
This update would trigger the following changes in `index.json`:

<details><summary>Add spec (1)</summary>

```json
{
  "url": "https://w3c.github.io/at-driver/",
  "seriesComposition": "full",
  "shortname": "at-driver",
  "series": {
    "shortname": "at-driver",
    "currentSpecification": "at-driver",
    "title": "AT Driver",
    "shortTitle": "AT Driver",
    "nightlyUrl": "https://w3c.github.io/at-driver/"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "Browser Testing and Tools Working Group",
      "url": "https://www.w3.org/groups/wg/browser-tools-testing/"
    }
  ],
  "nightly": {
    "url": "https://w3c.github.io/at-driver/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/at-driver",
    "sourcePath": "index.bs",
    "filename": "index.html"
  },
  "title": "AT Driver",
  "source": "spec",
  "shortTitle": "AT Driver",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
```
</details>

### Tests
These changes look good! 😎
@tidoust tidoust closed this as completed in 7a7f458 Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new spec Suggestion to add a new spec
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants