web-specs 3.5.0 → 3.6.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 (3) hide show
  1. package/README.md +7 -4
  2. package/index.json +45 -21
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -672,9 +672,12 @@ in patch releases.
672
672
 
673
673
  ## How to add/update/delete a spec
674
674
 
675
- If you believe that a spec should be added, modified, or removed from the list,
676
- or if you would like to otherwise contribute to this project, please check
677
- [contributing instructions](CONTRIBUTING.md).
675
+ If you believe that a spec should be added to the list, check the [selection
676
+ criteria](#spec-selection-criteria) below and use the ["New spec" issue
677
+ template](https://github.com/w3c/browser-specs/issues/new/choose).
678
+
679
+ For other types of changes, please check [contributing
680
+ instructions](CONTRIBUTING.md).
678
681
 
679
682
 
680
683
  ## Spec selection criteria
@@ -692,7 +695,7 @@ appear in the list. For instance, the list contains the HTML LS spec, but not
692
695
  HTML 4.01 or HTML 5).
693
696
  2. The spec is being developed by a well-known standardization or
694
697
  pre-standardization group. Today, this means a W3C Working Group or Community
695
- Group, the WHATWG, the IETF, the TC39 group or the Khronos Group.
698
+ Group, the WHATWG, the IETF, the TC39 group, the Khronos Group, the Alliance for Open Media (AOM), or ISO.
696
699
  4. The spec sits at the application layer or is "close to it". For instance,
697
700
  most IETF specs are likely out of scope, but some that are exposed to Web developers are in scope.
698
701
  5. The spec defines normative content (terms, CSS, IDL), or it contains
package/index.json CHANGED
@@ -125,7 +125,7 @@
125
125
  "organization": "Alliance for Open Media",
126
126
  "nightly": {
127
127
  "url": "https://aomediacodec.github.io/av1-isobmff/",
128
- "status": "Draft Deliverable",
128
+ "status": "Working Group Approved Draft",
129
129
  "alternateUrls": [],
130
130
  "repository": "https://github.com/AOMediaCodec/av1-isobmff",
131
131
  "sourcePath": "index.bs",
@@ -438,7 +438,7 @@
438
438
  "currentSpecification": "webp",
439
439
  "title": "WebP Image Format",
440
440
  "shortTitle": "WebP Image Format",
441
- "nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-13.html"
441
+ "nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-14.html"
442
442
  },
443
443
  "organization": "IETF",
444
444
  "groups": [
@@ -448,10 +448,10 @@
448
448
  }
449
449
  ],
450
450
  "nightly": {
451
- "url": "https://www.ietf.org/archive/id/draft-zern-webp-13.html",
451
+ "url": "https://www.ietf.org/archive/id/draft-zern-webp-14.html",
452
452
  "status": "Editor's Draft",
453
453
  "alternateUrls": [],
454
- "filename": "draft-zern-webp-13.html"
454
+ "filename": "draft-zern-webp-14.html"
455
455
  },
456
456
  "title": "WebP Image Format",
457
457
  "source": "ietf",
@@ -7480,7 +7480,9 @@
7480
7480
  },
7481
7481
  "source": "spec",
7482
7482
  "shortTitle": "Close Watcher API",
7483
- "categories": [],
7483
+ "categories": [
7484
+ "browser"
7485
+ ],
7484
7486
  "tests": {
7485
7487
  "repository": "https://github.com/web-platform-tests/wpt",
7486
7488
  "testPaths": [
@@ -10057,6 +10059,40 @@
10057
10059
  ],
10058
10060
  "standing": "pending"
10059
10061
  },
10062
+ {
10063
+ "url": "https://wicg.github.io/WebApiDevice/device_attributes/",
10064
+ "seriesComposition": "full",
10065
+ "shortname": "device-attributes",
10066
+ "series": {
10067
+ "shortname": "device-attributes",
10068
+ "currentSpecification": "device-attributes",
10069
+ "title": "Device Attributes API",
10070
+ "shortTitle": "Device Attributes API",
10071
+ "nightlyUrl": "https://wicg.github.io/WebApiDevice/device_attributes/"
10072
+ },
10073
+ "nightly": {
10074
+ "url": "https://wicg.github.io/WebApiDevice/device_attributes/",
10075
+ "status": "Draft Community Group Report",
10076
+ "sourcePath": "device_attributes/index.bs",
10077
+ "alternateUrls": [],
10078
+ "repository": "https://github.com/WICG/WebApiDevice",
10079
+ "filename": "index.html"
10080
+ },
10081
+ "organization": "W3C",
10082
+ "groups": [
10083
+ {
10084
+ "name": "Web Platform Incubator Community Group",
10085
+ "url": "https://www.w3.org/community/wicg/"
10086
+ }
10087
+ ],
10088
+ "title": "Device Attributes API",
10089
+ "source": "spec",
10090
+ "shortTitle": "Device Attributes API",
10091
+ "categories": [
10092
+ "browser"
10093
+ ],
10094
+ "standing": "good"
10095
+ },
10060
10096
  {
10061
10097
  "url": "https://wicg.github.io/WebApiDevice/managed_config/",
10062
10098
  "seriesComposition": "full",
@@ -12495,10 +12531,6 @@
12495
12531
  "seriesNext": "compositing-2",
12496
12532
  "organization": "W3C",
12497
12533
  "groups": [
12498
- {
12499
- "name": "SVG Working Group",
12500
- "url": "https://www.w3.org/Graphics/SVG/WG/"
12501
- },
12502
12534
  {
12503
12535
  "name": "Cascading Style Sheets (CSS) Working Group",
12504
12536
  "url": "https://www.w3.org/Style/CSS/"
@@ -12506,7 +12538,7 @@
12506
12538
  ],
12507
12539
  "release": {
12508
12540
  "url": "https://www.w3.org/TR/compositing-1/",
12509
- "status": "Candidate Recommendation Snapshot",
12541
+ "status": "Candidate Recommendation Draft",
12510
12542
  "filename": "Overview.html"
12511
12543
  },
12512
12544
  "nightly": {
@@ -12964,7 +12996,7 @@
12964
12996
  ],
12965
12997
  "release": {
12966
12998
  "url": "https://www.w3.org/TR/css-anchor-position-1/",
12967
- "status": "First Public Working Draft",
12999
+ "status": "Working Draft",
12968
13000
  "filename": "Overview.html"
12969
13001
  },
12970
13002
  "nightly": {
@@ -15638,10 +15670,6 @@
15638
15670
  {
15639
15671
  "name": "Cascading Style Sheets (CSS) Working Group",
15640
15672
  "url": "https://www.w3.org/Style/CSS/"
15641
- },
15642
- {
15643
- "name": "Technical Architecture Group",
15644
- "url": "https://www.w3.org/2001/tag/"
15645
15673
  }
15646
15674
  ],
15647
15675
  "release": {
@@ -16933,10 +16961,6 @@
16933
16961
  {
16934
16962
  "name": "Cascading Style Sheets (CSS) Working Group",
16935
16963
  "url": "https://www.w3.org/Style/CSS/"
16936
- },
16937
- {
16938
- "name": "Technical Architecture Group",
16939
- "url": "https://www.w3.org/2001/tag/"
16940
16964
  }
16941
16965
  ],
16942
16966
  "release": {
@@ -17091,7 +17115,7 @@
17091
17115
  ],
17092
17116
  "release": {
17093
17117
  "url": "https://www.w3.org/TR/css-values-3/",
17094
- "status": "Candidate Recommendation Snapshot",
17118
+ "status": "Candidate Recommendation Draft",
17095
17119
  "filename": "Overview.html"
17096
17120
  },
17097
17121
  "nightly": {
@@ -21758,7 +21782,7 @@
21758
21782
  ],
21759
21783
  "release": {
21760
21784
  "url": "https://www.w3.org/TR/rdf-canon/",
21761
- "status": "Candidate Recommendation Draft",
21785
+ "status": "Proposed Recommendation",
21762
21786
  "filename": "Overview.html"
21763
21787
  },
21764
21788
  "title": "RDF Dataset Canonicalization",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",