browser-specs 4.2.0 → 4.2.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.
- package/index.json +7 -7
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -304,12 +304,12 @@
|
|
|
304
304
|
"currentSpecification": "partitioned-cookies",
|
|
305
305
|
"title": "Cookies Having Independent Partitioned State specification",
|
|
306
306
|
"shortTitle": "Cookies Having Independent Partitioned State",
|
|
307
|
-
"nightlyUrl": "https://
|
|
307
|
+
"nightlyUrl": "https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html"
|
|
308
308
|
},
|
|
309
309
|
"nightly": {
|
|
310
|
-
"url": "https://
|
|
310
|
+
"url": "https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html",
|
|
311
311
|
"status": "Editor's Draft",
|
|
312
|
-
"repository": "https://github.com/
|
|
312
|
+
"repository": "https://github.com/explainers-by-googlers/CHIPS-spec",
|
|
313
313
|
"alternateUrls": [],
|
|
314
314
|
"sourcePath": "draft-cutler-httpbis-partitioned-cookies.md",
|
|
315
315
|
"filename": "draft-cutler-httpbis-partitioned-cookies.html"
|
|
@@ -5323,8 +5323,8 @@
|
|
|
5323
5323
|
"series": {
|
|
5324
5324
|
"shortname": "mathml-aam",
|
|
5325
5325
|
"currentSpecification": "mathml-aam",
|
|
5326
|
-
"title": "MathML
|
|
5327
|
-
"shortTitle": "MathML
|
|
5326
|
+
"title": "MathML Accessibility API Mappings",
|
|
5327
|
+
"shortTitle": "MathML Accessibility API Mappings",
|
|
5328
5328
|
"nightlyUrl": "https://w3c.github.io/mathml-aam/"
|
|
5329
5329
|
},
|
|
5330
5330
|
"organization": "W3C",
|
|
@@ -5342,9 +5342,9 @@
|
|
|
5342
5342
|
"sourcePath": "index.html",
|
|
5343
5343
|
"filename": "index.html"
|
|
5344
5344
|
},
|
|
5345
|
-
"title": "MathML
|
|
5345
|
+
"title": "MathML Accessibility API Mappings 1.0",
|
|
5346
5346
|
"source": "spec",
|
|
5347
|
-
"shortTitle": "MathML
|
|
5347
|
+
"shortTitle": "MathML Accessibility API Mappings 1.0",
|
|
5348
5348
|
"categories": [
|
|
5349
5349
|
"browser"
|
|
5350
5350
|
],
|
package/package.json
CHANGED