web-specs 2.51.0 → 2.53.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 +14 -54
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1514,8 +1514,8 @@
1514
1514
  "fetch"
1515
1515
  ],
1516
1516
  "excludePaths": [
1517
- "fetch/metadata",
1518
- "fetch/private-network-access"
1517
+ "fetch/local-network-access",
1518
+ "fetch/metadata"
1519
1519
  ]
1520
1520
  }
1521
1521
  },
@@ -2036,15 +2036,15 @@
2036
2036
  "standing": "good"
2037
2037
  },
2038
2038
  {
2039
- "url": "https://privacycg.github.io/requestStorageAccessForOrigin/",
2039
+ "url": "https://privacycg.github.io/requestStorageAccessFor/",
2040
2040
  "seriesComposition": "full",
2041
- "shortname": "requestStorageAccessForOrigin",
2041
+ "shortname": "requestStorageAccessFor",
2042
2042
  "series": {
2043
- "shortname": "requestStorageAccessForOrigin",
2044
- "currentSpecification": "requestStorageAccessForOrigin",
2045
- "title": "requestStorageAccessForOrigin API",
2046
- "shortTitle": "requestStorageAccessForOrigin API",
2047
- "nightlyUrl": "https://privacycg.github.io/requestStorageAccessForOrigin/"
2043
+ "shortname": "requestStorageAccessFor",
2044
+ "currentSpecification": "requestStorageAccessFor",
2045
+ "title": "requestStorageAccessFor API",
2046
+ "shortTitle": "requestStorageAccessFor API",
2047
+ "nightlyUrl": "https://privacycg.github.io/requestStorageAccessFor/"
2048
2048
  },
2049
2049
  "organization": "W3C",
2050
2050
  "groups": [
@@ -2054,16 +2054,16 @@
2054
2054
  }
2055
2055
  ],
2056
2056
  "nightly": {
2057
- "url": "https://privacycg.github.io/requestStorageAccessForOrigin/",
2057
+ "url": "https://privacycg.github.io/requestStorageAccessFor/",
2058
2058
  "status": "Editor's Draft",
2059
2059
  "alternateUrls": [],
2060
- "repository": "https://github.com/privacycg/requestStorageAccessForOrigin",
2060
+ "repository": "https://github.com/privacycg/requestStorageAccessFor",
2061
2061
  "sourcePath": "index.bs",
2062
2062
  "filename": "index.html"
2063
2063
  },
2064
- "title": "requestStorageAccessForOrigin API",
2064
+ "title": "requestStorageAccessFor API",
2065
2065
  "source": "spec",
2066
- "shortTitle": "requestStorageAccessForOrigin API",
2066
+ "shortTitle": "requestStorageAccessFor API",
2067
2067
  "categories": [
2068
2068
  "browser"
2069
2069
  ],
@@ -11884,7 +11884,7 @@
11884
11884
  ],
11885
11885
  "release": {
11886
11886
  "url": "https://www.w3.org/TR/css-cascade-6/",
11887
- "status": "First Public Working Draft",
11887
+ "status": "Working Draft",
11888
11888
  "filename": "Overview.html"
11889
11889
  },
11890
11890
  "nightly": {
@@ -19777,46 +19777,6 @@
19777
19777
  ]
19778
19778
  }
19779
19779
  },
19780
- {
19781
- "url": "https://www.w3.org/TR/resource-hints/",
19782
- "seriesComposition": "full",
19783
- "shortname": "resource-hints",
19784
- "series": {
19785
- "shortname": "resource-hints",
19786
- "currentSpecification": "resource-hints",
19787
- "title": "Resource Hints",
19788
- "shortTitle": "Resource Hints",
19789
- "releaseUrl": "https://www.w3.org/TR/resource-hints/",
19790
- "nightlyUrl": "https://w3c.github.io/resource-hints/"
19791
- },
19792
- "organization": "W3C",
19793
- "groups": [
19794
- {
19795
- "name": "Web Performance Working Group",
19796
- "url": "https://www.w3.org/webperf/"
19797
- }
19798
- ],
19799
- "release": {
19800
- "url": "https://www.w3.org/TR/resource-hints/",
19801
- "status": "Working Draft",
19802
- "filename": "Overview.html"
19803
- },
19804
- "nightly": {
19805
- "url": "https://w3c.github.io/resource-hints/",
19806
- "status": "Editor's Draft",
19807
- "alternateUrls": [],
19808
- "repository": "https://github.com/w3c/resource-hints",
19809
- "sourcePath": "index.html",
19810
- "filename": "index.html"
19811
- },
19812
- "title": "Resource Hints",
19813
- "source": "w3c",
19814
- "shortTitle": "Resource Hints",
19815
- "categories": [
19816
- "browser"
19817
- ],
19818
- "standing": "good"
19819
- },
19820
19780
  {
19821
19781
  "url": "https://www.w3.org/TR/resource-timing/",
19822
19782
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.51.0",
3
+ "version": "2.53.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",