Skip to content

Commit

Permalink
Add execCommand (#1469)
Browse files Browse the repository at this point in the history
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! 😎

Co-authored-by: browser-specs-bot <>
  • Loading branch information
browser-specs-bot authored Aug 26, 2024
1 parent 083ce7c commit 0112df7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 8 additions & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,14 @@
"https://urlpattern.spec.whatwg.org/",
"https://w3c.github.io/audio-session/",
"https://w3c.github.io/contentEditable/",
{
"shortname": "execCommand",
"standing": "pending",
"nightly": {
"sourcePath": "docs/execCommand/index.html"
},
"url": "https://w3c.github.io/editing/docs/execCommand/"
},
"https://w3c.github.io/gamepad/extensions.html",
"https://w3c.github.io/long-animation-frames/",
"https://w3c.github.io/mathml-aam/",
Expand Down
4 changes: 0 additions & 4 deletions src/data/monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,6 @@
"comment": "being split-off from main spec https://github.com/w3c/PFE/pull/9/files; stub",
"lastreviewed": "2024-03-01"
},
"https://w3c.github.io/editing/docs/execCommand/": {
"lastreviewed": "2024-03-01",
"comment": "no longer worked on and not implemented consistently or fully by user agents"
},
"https://dev.w3.org/html5/html-sourcing-inband-tracks/": {
"lastreviewed": "2024-03-01",
"comment": "no longer worked on and implementation status is unclear"
Expand Down

0 comments on commit 0112df7

Please sign in to comment.