web-specs 3.17.0 → 3.18.1

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 +83 -7
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -4989,6 +4989,10 @@
4989
4989
  "shortTitle": "Array Grouping",
4990
4990
  "nightlyUrl": "https://tc39.es/proposal-array-grouping/"
4991
4991
  },
4992
+ "standing": "discontinued",
4993
+ "obsoletedBy": [
4994
+ "ecmascript"
4995
+ ],
4992
4996
  "organization": "Ecma International",
4993
4997
  "groups": [
4994
4998
  {
@@ -5009,8 +5013,7 @@
5009
5013
  "shortTitle": "Array Grouping",
5010
5014
  "categories": [
5011
5015
  "browser"
5012
- ],
5013
- "standing": "good"
5016
+ ]
5014
5017
  },
5015
5018
  {
5016
5019
  "url": "https://tc39.es/proposal-arraybuffer-base64/spec/",
@@ -5057,6 +5060,10 @@
5057
5060
  "shortTitle": "ArrayBuffer transfer",
5058
5061
  "nightlyUrl": "https://tc39.es/proposal-arraybuffer-transfer/"
5059
5062
  },
5063
+ "standing": "discontinued",
5064
+ "obsoletedBy": [
5065
+ "ecmascript"
5066
+ ],
5060
5067
  "organization": "Ecma International",
5061
5068
  "groups": [
5062
5069
  {
@@ -5077,8 +5084,7 @@
5077
5084
  "shortTitle": "ArrayBuffer transfer",
5078
5085
  "categories": [
5079
5086
  "browser"
5080
- ],
5081
- "standing": "good"
5087
+ ]
5082
5088
  },
5083
5089
  {
5084
5090
  "url": "https://tc39.es/proposal-async-explicit-resource-management/",
@@ -5865,6 +5871,10 @@
5865
5871
  "shortTitle": "2023",
5866
5872
  "nightlyUrl": "https://tc39.es/proposal-promise-with-resolvers/"
5867
5873
  },
5874
+ "standing": "discontinued",
5875
+ "obsoletedBy": [
5876
+ "ecmascript"
5877
+ ],
5868
5878
  "organization": "Ecma International",
5869
5879
  "groups": [
5870
5880
  {
@@ -5885,8 +5895,7 @@
5885
5895
  "shortTitle": "2023",
5886
5896
  "categories": [
5887
5897
  "browser"
5888
- ],
5889
- "standing": "good"
5898
+ ]
5890
5899
  },
5891
5900
  {
5892
5901
  "url": "https://tc39.es/proposal-regex-escaping/",
@@ -6382,6 +6391,40 @@
6382
6391
  ]
6383
6392
  }
6384
6393
  },
6394
+ {
6395
+ "url": "https://w3c.github.io/editing/docs/execCommand/",
6396
+ "seriesComposition": "full",
6397
+ "shortname": "execCommand",
6398
+ "series": {
6399
+ "shortname": "execCommand",
6400
+ "currentSpecification": "execCommand",
6401
+ "title": "execCommand",
6402
+ "shortTitle": "execCommand",
6403
+ "nightlyUrl": "https://w3c.github.io/editing/docs/execCommand/"
6404
+ },
6405
+ "standing": "pending",
6406
+ "nightly": {
6407
+ "url": "https://w3c.github.io/editing/docs/execCommand/",
6408
+ "status": "Unofficial Proposal Draft",
6409
+ "sourcePath": "docs/execCommand/index.html",
6410
+ "alternateUrls": [],
6411
+ "repository": "https://github.com/w3c/editing",
6412
+ "filename": "index.html"
6413
+ },
6414
+ "organization": "W3C",
6415
+ "groups": [
6416
+ {
6417
+ "name": "Web Editing Working Group",
6418
+ "url": "https://www.w3.org/groups/wg/webediting/"
6419
+ }
6420
+ ],
6421
+ "title": "execCommand",
6422
+ "source": "spec",
6423
+ "shortTitle": "execCommand",
6424
+ "categories": [
6425
+ "browser"
6426
+ ]
6427
+ },
6385
6428
  {
6386
6429
  "url": "https://w3c.github.io/gamepad/extensions.html",
6387
6430
  "seriesComposition": "full",
@@ -8053,7 +8096,8 @@
8053
8096
  },
8054
8097
  "standing": "discontinued",
8055
8098
  "obsoletedBy": [
8056
- "html"
8099
+ "html",
8100
+ "selectors-5"
8057
8101
  ],
8058
8102
  "organization": "W3C",
8059
8103
  "groups": [
@@ -8823,6 +8867,38 @@
8823
8867
  ]
8824
8868
  }
8825
8869
  },
8870
+ {
8871
+ "url": "https://wicg.github.io/isolated-web-apps/isolated-contexts.html",
8872
+ "seriesComposition": "full",
8873
+ "shortname": "isolated-contexts",
8874
+ "series": {
8875
+ "shortname": "isolated-contexts",
8876
+ "currentSpecification": "isolated-contexts",
8877
+ "title": "Isolated Contexts",
8878
+ "shortTitle": "Isolated Contexts",
8879
+ "nightlyUrl": "https://wicg.github.io/isolated-web-apps/isolated-contexts.html"
8880
+ },
8881
+ "categories": [],
8882
+ "organization": "W3C",
8883
+ "groups": [
8884
+ {
8885
+ "name": "Web Platform Incubator Community Group",
8886
+ "url": "https://www.w3.org/community/wicg/"
8887
+ }
8888
+ ],
8889
+ "nightly": {
8890
+ "url": "https://wicg.github.io/isolated-web-apps/isolated-contexts.html",
8891
+ "status": "Draft Community Group Report",
8892
+ "alternateUrls": [],
8893
+ "repository": "https://github.com/WICG/isolated-web-apps",
8894
+ "sourcePath": "isolated-contexts.bs",
8895
+ "filename": "isolated-contexts.html"
8896
+ },
8897
+ "title": "Isolated Contexts",
8898
+ "source": "specref",
8899
+ "shortTitle": "Isolated Contexts",
8900
+ "standing": "good"
8901
+ },
8826
8902
  {
8827
8903
  "url": "https://wicg.github.io/js-self-profiling/",
8828
8904
  "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.1",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",