web-specs 3.66.0 → 3.67.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 +44 -7
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -5709,6 +5709,40 @@
5709
5709
  ],
5710
5710
  "standing": "good"
5711
5711
  },
5712
+ {
5713
+ "url": "https://tc39.es/proposal-nonextensible-applies-to-private/",
5714
+ "seriesComposition": "full",
5715
+ "shortname": "tc39-nonextensible-applies-to-private",
5716
+ "series": {
5717
+ "shortname": "tc39-nonextensible-applies-to-private",
5718
+ "currentSpecification": "tc39-nonextensible-applies-to-private",
5719
+ "title": "Disallow Adding New Private Fields to Non-extensible Objects",
5720
+ "shortTitle": "Disallow Adding New Private Fields to Non-extensible Objects",
5721
+ "nightlyUrl": "https://tc39.es/proposal-nonextensible-applies-to-private/"
5722
+ },
5723
+ "organization": "Ecma International",
5724
+ "groups": [
5725
+ {
5726
+ "name": "TC39",
5727
+ "url": "https://tc39.es/"
5728
+ }
5729
+ ],
5730
+ "nightly": {
5731
+ "url": "https://tc39.es/proposal-nonextensible-applies-to-private/",
5732
+ "status": "Editor's Draft",
5733
+ "alternateUrls": [],
5734
+ "repository": "https://github.com/tc39/proposal-nonextensible-applies-to-private",
5735
+ "sourcePath": "spec.emu",
5736
+ "filename": "index.html"
5737
+ },
5738
+ "title": "Disallow Adding New Private Fields to Non-extensible Objects",
5739
+ "source": "spec",
5740
+ "shortTitle": "Disallow Adding New Private Fields to Non-extensible Objects",
5741
+ "categories": [
5742
+ "browser"
5743
+ ],
5744
+ "standing": "good"
5745
+ },
5712
5746
  {
5713
5747
  "url": "https://tc39.es/proposal-promise-try/",
5714
5748
  "seriesComposition": "full",
@@ -17714,7 +17748,7 @@
17714
17748
  ],
17715
17749
  "release": {
17716
17750
  "url": "https://www.w3.org/TR/css-position-4/",
17717
- "status": "First Public Working Draft",
17751
+ "status": "Working Draft",
17718
17752
  "filename": "Overview.html"
17719
17753
  },
17720
17754
  "nightly": {
@@ -21014,12 +21048,12 @@
21014
21048
  "standing": "good"
21015
21049
  },
21016
21050
  {
21017
- "url": "https://www.w3.org/TR/epub-a11y-111/",
21051
+ "url": "https://www.w3.org/TR/epub-a11y-12/",
21018
21052
  "seriesComposition": "full",
21019
- "shortname": "epub-a11y-111",
21053
+ "shortname": "epub-a11y-12",
21020
21054
  "series": {
21021
21055
  "shortname": "epub-a11y",
21022
- "currentSpecification": "epub-a11y-111",
21056
+ "currentSpecification": "epub-a11y-12",
21023
21057
  "title": "EPUB Accessibility",
21024
21058
  "shortTitle": "EPUB Accessibility",
21025
21059
  "releaseUrl": "https://www.w3.org/TR/epub-a11y/",
@@ -21034,6 +21068,9 @@
21034
21068
  "repository": "https://github.com/w3c/epub-specs",
21035
21069
  "filename": "index.html"
21036
21070
  },
21071
+ "formerNames": [
21072
+ "epub-a11y-111"
21073
+ ],
21037
21074
  "organization": "W3C",
21038
21075
  "groups": [
21039
21076
  {
@@ -21042,13 +21079,13 @@
21042
21079
  }
21043
21080
  ],
21044
21081
  "release": {
21045
- "url": "https://www.w3.org/TR/epub-a11y-111/",
21082
+ "url": "https://www.w3.org/TR/epub-a11y-12/",
21046
21083
  "status": "Working Draft",
21047
21084
  "filename": "Overview.html"
21048
21085
  },
21049
- "title": "EPUB Accessibility 1.1.1",
21086
+ "title": "EPUB Accessibility 1.2",
21050
21087
  "source": "w3c",
21051
- "shortTitle": "EPUB Accessibility 1.1.1",
21088
+ "shortTitle": "EPUB Accessibility 1.2",
21052
21089
  "categories": [],
21053
21090
  "standing": "good"
21054
21091
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.66.0",
3
+ "version": "3.67.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",