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 new spec: execCommand #1468

Closed
tidoust opened this issue Aug 23, 2024 · 2 comments · Fixed by #1469
Closed

Add new spec: execCommand #1468

tidoust opened this issue Aug 23, 2024 · 2 comments · Fixed by #1469
Labels
new spec Suggestion to add a new spec

Comments

@tidoust
Copy link
Member

tidoust commented Aug 23, 2024

URL

https://w3c.github.io/editing/docs/execCommand/

Rationale

See discussion in #1429 (and past discussions on the topic). I propose to add the spec with a "pending" standing because the spec has not yet been udpated, and is a potential deliverable of the working group.

Additional properties

{
  "shortname": "execCommand",
  "standing": "pending",
  "nightly": {
    "sourcePath": "docs/execCommand/index.html"
  }
}
@tidoust tidoust added the new spec Suggestion to add a new spec label Aug 23, 2024
@browser-specs-bot
Copy link
Collaborator

Changes to index.json

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

Add spec (1)
{
  "url": "https://w3c.github.io/editing/docs/execCommand/",
  "seriesComposition": "full",
  "shortname": "execCommand",
  "series": {
    "shortname": "execCommand",
    "currentSpecification": "execCommand",
    "title": "execCommand",
    "shortTitle": "execCommand",
    "nightlyUrl": "https://w3c.github.io/editing/docs/execCommand/"
  },
  "standing": "pending",
  "nightly": {
    "url": "https://w3c.github.io/editing/docs/execCommand/",
    "status": "Unofficial Proposal Draft",
    "sourcePath": "docs/execCommand/index.html",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/editing",
    "filename": "index.html"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "Web Editing Working Group",
      "url": "https://www.w3.org/groups/wg/webediting/"
    }
  ],
  "title": "execCommand",
  "source": "spec",
  "shortTitle": "execCommand",
  "categories": [
    "browser"
  ]
}

Tests

These changes look good! 😎

@tidoust
Copy link
Member Author

tidoust commented Aug 23, 2024

@browser-specs-bot pr

github-actions bot pushed a commit that referenced this issue Aug 23, 2024
Close #1468, 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/editing/docs/execCommand/",
  "seriesComposition": "full",
  "shortname": "execCommand",
  "series": {
    "shortname": "execCommand",
    "currentSpecification": "execCommand",
    "title": "execCommand",
    "shortTitle": "execCommand",
    "nightlyUrl": "https://w3c.github.io/editing/docs/execCommand/"
  },
  "standing": "pending",
  "nightly": {
    "url": "https://w3c.github.io/editing/docs/execCommand/",
    "status": "Unofficial Proposal Draft",
    "sourcePath": "docs/execCommand/index.html",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/editing",
    "filename": "index.html"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "Web Editing Working Group",
      "url": "https://www.w3.org/groups/wg/webediting/"
    }
  ],
  "title": "execCommand",
  "source": "spec",
  "shortTitle": "execCommand",
  "categories": [
    "browser"
  ]
}
```
</details>

### Tests
These changes look good! 😎
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