web-specs 3.17.0 → 3.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.json +68 -1
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -6382,6 +6382,40 @@
6382
6382
  ]
6383
6383
  }
6384
6384
  },
6385
+ {
6386
+ "url": "https://w3c.github.io/editing/docs/execCommand/",
6387
+ "seriesComposition": "full",
6388
+ "shortname": "execCommand",
6389
+ "series": {
6390
+ "shortname": "execCommand",
6391
+ "currentSpecification": "execCommand",
6392
+ "title": "execCommand",
6393
+ "shortTitle": "execCommand",
6394
+ "nightlyUrl": "https://w3c.github.io/editing/docs/execCommand/"
6395
+ },
6396
+ "standing": "pending",
6397
+ "nightly": {
6398
+ "url": "https://w3c.github.io/editing/docs/execCommand/",
6399
+ "status": "Unofficial Proposal Draft",
6400
+ "sourcePath": "docs/execCommand/index.html",
6401
+ "alternateUrls": [],
6402
+ "repository": "https://github.com/w3c/editing",
6403
+ "filename": "index.html"
6404
+ },
6405
+ "organization": "W3C",
6406
+ "groups": [
6407
+ {
6408
+ "name": "Web Editing Working Group",
6409
+ "url": "https://www.w3.org/groups/wg/webediting/"
6410
+ }
6411
+ ],
6412
+ "title": "execCommand",
6413
+ "source": "spec",
6414
+ "shortTitle": "execCommand",
6415
+ "categories": [
6416
+ "browser"
6417
+ ]
6418
+ },
6385
6419
  {
6386
6420
  "url": "https://w3c.github.io/gamepad/extensions.html",
6387
6421
  "seriesComposition": "full",
@@ -8053,7 +8087,8 @@
8053
8087
  },
8054
8088
  "standing": "discontinued",
8055
8089
  "obsoletedBy": [
8056
- "html"
8090
+ "html",
8091
+ "selectors-5"
8057
8092
  ],
8058
8093
  "organization": "W3C",
8059
8094
  "groups": [
@@ -8823,6 +8858,38 @@
8823
8858
  ]
8824
8859
  }
8825
8860
  },
8861
+ {
8862
+ "url": "https://wicg.github.io/isolated-web-apps/isolated-contexts.html",
8863
+ "seriesComposition": "full",
8864
+ "shortname": "isolated-contexts",
8865
+ "series": {
8866
+ "shortname": "isolated-contexts",
8867
+ "currentSpecification": "isolated-contexts",
8868
+ "title": "Isolated Contexts",
8869
+ "shortTitle": "Isolated Contexts",
8870
+ "nightlyUrl": "https://wicg.github.io/isolated-web-apps/isolated-contexts.html"
8871
+ },
8872
+ "categories": [],
8873
+ "organization": "W3C",
8874
+ "groups": [
8875
+ {
8876
+ "name": "Web Platform Incubator Community Group",
8877
+ "url": "https://www.w3.org/community/wicg/"
8878
+ }
8879
+ ],
8880
+ "nightly": {
8881
+ "url": "https://wicg.github.io/isolated-web-apps/isolated-contexts.html",
8882
+ "status": "Draft Community Group Report",
8883
+ "alternateUrls": [],
8884
+ "repository": "https://github.com/WICG/isolated-web-apps",
8885
+ "sourcePath": "isolated-contexts.bs",
8886
+ "filename": "isolated-contexts.html"
8887
+ },
8888
+ "title": "Isolated Contexts",
8889
+ "source": "specref",
8890
+ "shortTitle": "Isolated Contexts",
8891
+ "standing": "good"
8892
+ },
8826
8893
  {
8827
8894
  "url": "https://wicg.github.io/js-self-profiling/",
8828
8895
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.17.0",
3
+ "version": "3.18.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",