web-specs 4.0.0 → 4.1.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.
- package/index.json +38 -1
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -5850,6 +5850,40 @@
|
|
|
5850
5850
|
"browser"
|
|
5851
5851
|
]
|
|
5852
5852
|
},
|
|
5853
|
+
{
|
|
5854
|
+
"url": "https://tc39.es/proposal-iterator-includes/",
|
|
5855
|
+
"seriesComposition": "full",
|
|
5856
|
+
"shortname": "tc39-iterator-includes",
|
|
5857
|
+
"series": {
|
|
5858
|
+
"shortname": "tc39-iterator-includes",
|
|
5859
|
+
"currentSpecification": "tc39-iterator-includes",
|
|
5860
|
+
"title": "Iterator Includes",
|
|
5861
|
+
"shortTitle": "Iterator Includes",
|
|
5862
|
+
"nightlyUrl": "https://tc39.es/proposal-iterator-includes/"
|
|
5863
|
+
},
|
|
5864
|
+
"organization": "Ecma International",
|
|
5865
|
+
"groups": [
|
|
5866
|
+
{
|
|
5867
|
+
"name": "TC39",
|
|
5868
|
+
"url": "https://tc39.es/"
|
|
5869
|
+
}
|
|
5870
|
+
],
|
|
5871
|
+
"nightly": {
|
|
5872
|
+
"url": "https://tc39.es/proposal-iterator-includes/",
|
|
5873
|
+
"status": "Editor's Draft",
|
|
5874
|
+
"alternateUrls": [],
|
|
5875
|
+
"repository": "https://github.com/tc39/proposal-iterator-includes",
|
|
5876
|
+
"sourcePath": "spec.emu",
|
|
5877
|
+
"filename": "index.html"
|
|
5878
|
+
},
|
|
5879
|
+
"title": "Iterator Includes",
|
|
5880
|
+
"source": "spec",
|
|
5881
|
+
"shortTitle": "Iterator Includes",
|
|
5882
|
+
"categories": [
|
|
5883
|
+
"browser"
|
|
5884
|
+
],
|
|
5885
|
+
"standing": "good"
|
|
5886
|
+
},
|
|
5853
5887
|
{
|
|
5854
5888
|
"url": "https://tc39.es/proposal-iterator-join/",
|
|
5855
5889
|
"seriesComposition": "full",
|
|
@@ -10900,6 +10934,10 @@
|
|
|
10900
10934
|
"shortTitle": "HTML Sanitizer API",
|
|
10901
10935
|
"nightlyUrl": "https://wicg.github.io/sanitizer-api/"
|
|
10902
10936
|
},
|
|
10937
|
+
"standing": "discontinued",
|
|
10938
|
+
"obsoletedBy": [
|
|
10939
|
+
"html"
|
|
10940
|
+
],
|
|
10903
10941
|
"organization": "W3C",
|
|
10904
10942
|
"groups": [
|
|
10905
10943
|
{
|
|
@@ -10921,7 +10959,6 @@
|
|
|
10921
10959
|
"categories": [
|
|
10922
10960
|
"browser"
|
|
10923
10961
|
],
|
|
10924
|
-
"standing": "good",
|
|
10925
10962
|
"tests": {
|
|
10926
10963
|
"repository": "https://github.com/web-platform-tests/wpt",
|
|
10927
10964
|
"testPaths": [
|