web-specs 2.75.1 → 2.77.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 +116 -44
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "series": {
7
7
  "shortname": "afgs1-spec",
8
8
  "currentSpecification": "afgs1-spec",
9
- "title": "AOMedia Film Grain Synthesis 1 (AFGS1) specification (Draft)",
9
+ "title": "AOMedia Film Grain Synthesis 1 (AFGS1) specification",
10
10
  "shortTitle": "AFGS1",
11
11
  "nightlyUrl": "https://aomediacodec.github.io/afgs1-spec/"
12
12
  },
@@ -26,7 +26,7 @@
26
26
  "sourcePath": "index.md",
27
27
  "filename": "index.html"
28
28
  },
29
- "title": "AOMedia Film Grain Synthesis 1 (AFGS1) specification (Draft)",
29
+ "title": "AOMedia Film Grain Synthesis 1 (AFGS1) specification",
30
30
  "source": "spec",
31
31
  "shortTitle": "AFGS1",
32
32
  "standing": "good"
@@ -762,7 +762,7 @@
762
762
  ],
763
763
  "nightly": {
764
764
  "url": "https://drafts.csswg.org/css-color-hdr/",
765
- "status": "Unofficial Proposal Draft",
765
+ "status": "Editor's Draft",
766
766
  "alternateUrls": [
767
767
  "https://w3c.github.io/csswg-drafts/css-color-hdr/"
768
768
  ],
@@ -776,7 +776,7 @@
776
776
  "categories": [
777
777
  "browser"
778
778
  ],
779
- "standing": "pending"
779
+ "standing": "good"
780
780
  },
781
781
  {
782
782
  "url": "https://drafts.csswg.org/css-conditional-values-1/",
@@ -1597,42 +1597,6 @@
1597
1597
  ],
1598
1598
  "standing": "good"
1599
1599
  },
1600
- {
1601
- "url": "https://drafts.csswg.org/css-viewport/",
1602
- "seriesComposition": "full",
1603
- "shortname": "css-viewport",
1604
- "series": {
1605
- "shortname": "css-viewport",
1606
- "currentSpecification": "css-viewport",
1607
- "title": "CSS Viewport",
1608
- "shortTitle": "CSS Viewport",
1609
- "nightlyUrl": "https://drafts.csswg.org/css-viewport/"
1610
- },
1611
- "organization": "W3C",
1612
- "groups": [
1613
- {
1614
- "name": "Cascading Style Sheets (CSS) Working Group",
1615
- "url": "https://www.w3.org/Style/CSS/"
1616
- }
1617
- ],
1618
- "nightly": {
1619
- "url": "https://drafts.csswg.org/css-viewport/",
1620
- "status": "Editor's Draft",
1621
- "alternateUrls": [
1622
- "https://w3c.github.io/csswg-drafts/css-viewport/"
1623
- ],
1624
- "repository": "https://github.com/w3c/csswg-drafts",
1625
- "sourcePath": "css-viewport/Overview.bs",
1626
- "filename": "index.html"
1627
- },
1628
- "title": "CSS Viewport Module Level 1",
1629
- "source": "spec",
1630
- "shortTitle": "CSS Viewport 1",
1631
- "categories": [
1632
- "browser"
1633
- ],
1634
- "standing": "good"
1635
- },
1636
1600
  {
1637
1601
  "url": "https://drafts.fxtf.org/compositing-2/",
1638
1602
  "seriesComposition": "full",
@@ -12148,7 +12112,7 @@
12148
12112
  ],
12149
12113
  "release": {
12150
12114
  "url": "https://www.w3.org/TR/css-2023/",
12151
- "status": "Draft Note",
12115
+ "status": "Note",
12152
12116
  "filename": "Overview.html"
12153
12117
  },
12154
12118
  "nightly": {
@@ -16542,6 +16506,56 @@
16542
16506
  ],
16543
16507
  "standing": "good"
16544
16508
  },
16509
+ {
16510
+ "url": "https://www.w3.org/TR/css-viewport-1/",
16511
+ "seriesComposition": "full",
16512
+ "shortname": "css-viewport-1",
16513
+ "series": {
16514
+ "shortname": "css-viewport",
16515
+ "currentSpecification": "css-viewport-1",
16516
+ "title": "CSS Viewport Module",
16517
+ "shortTitle": "CSS Viewport",
16518
+ "releaseUrl": "https://www.w3.org/TR/css-viewport/",
16519
+ "nightlyUrl": "https://drafts.csswg.org/css-viewport/"
16520
+ },
16521
+ "seriesVersion": "1",
16522
+ "organization": "W3C",
16523
+ "groups": [
16524
+ {
16525
+ "name": "Cascading Style Sheets (CSS) Working Group",
16526
+ "url": "https://www.w3.org/Style/CSS/"
16527
+ }
16528
+ ],
16529
+ "release": {
16530
+ "url": "https://www.w3.org/TR/css-viewport-1/",
16531
+ "status": "First Public Working Draft",
16532
+ "filename": "Overview.html"
16533
+ },
16534
+ "nightly": {
16535
+ "url": "https://drafts.csswg.org/css-viewport-1/",
16536
+ "status": "Editor's Draft",
16537
+ "alternateUrls": [
16538
+ "https://w3c.github.io/csswg-drafts/css-viewport-1/",
16539
+ "https://w3c.github.io/csswg-drafts/css-viewport/"
16540
+ ],
16541
+ "repository": "https://github.com/w3c/csswg-drafts",
16542
+ "sourcePath": "css-viewport/Overview.bs",
16543
+ "filename": "Overview.html"
16544
+ },
16545
+ "title": "CSS Viewport Module Level 1",
16546
+ "source": "w3c",
16547
+ "shortTitle": "CSS Viewport 1",
16548
+ "categories": [
16549
+ "browser"
16550
+ ],
16551
+ "standing": "good",
16552
+ "tests": {
16553
+ "repository": "https://github.com/web-platform-tests/wpt",
16554
+ "testPaths": [
16555
+ "css/css-viewport"
16556
+ ]
16557
+ }
16558
+ },
16545
16559
  {
16546
16560
  "url": "https://www.w3.org/TR/css-will-change-1/",
16547
16561
  "seriesComposition": "full",
@@ -18174,7 +18188,13 @@
18174
18188
  "categories": [
18175
18189
  "browser"
18176
18190
  ],
18177
- "standing": "good"
18191
+ "standing": "good",
18192
+ "tests": {
18193
+ "repository": "https://github.com/web-platform-tests/wpt",
18194
+ "testPaths": [
18195
+ "html-aam"
18196
+ ]
18197
+ }
18178
18198
  },
18179
18199
  {
18180
18200
  "url": "https://www.w3.org/TR/html-aria/",
@@ -18913,7 +18933,7 @@
18913
18933
  "series": {
18914
18934
  "shortname": "mathml",
18915
18935
  "currentSpecification": "mathml4",
18916
- "title": "Mathematical Markup Language (MathML) Version",
18936
+ "title": "Mathematical Markup Language (MathML)",
18917
18937
  "shortTitle": "MathML",
18918
18938
  "releaseUrl": "https://www.w3.org/TR/mathml/",
18919
18939
  "nightlyUrl": "https://w3c.github.io/mathml/"
@@ -19208,7 +19228,13 @@
19208
19228
  "categories": [
19209
19229
  "browser"
19210
19230
  ],
19211
- "standing": "good"
19231
+ "standing": "good",
19232
+ "tests": {
19233
+ "repository": "https://github.com/web-platform-tests/wpt",
19234
+ "testPaths": [
19235
+ "mediacapture-insertable-streams"
19236
+ ]
19237
+ }
19212
19238
  },
19213
19239
  {
19214
19240
  "url": "https://www.w3.org/TR/mediacapture-viewport/",
@@ -19494,6 +19520,52 @@
19494
19520
  ]
19495
19521
  }
19496
19522
  },
19523
+ {
19524
+ "url": "https://www.w3.org/TR/merchant-validation/",
19525
+ "seriesComposition": "full",
19526
+ "shortname": "merchant-validation",
19527
+ "series": {
19528
+ "shortname": "merchant-validation",
19529
+ "currentSpecification": "merchant-validation",
19530
+ "title": "The MerchantValidationEvent interface",
19531
+ "shortTitle": "The MerchantValidationEvent interface",
19532
+ "releaseUrl": "https://www.w3.org/TR/merchant-validation/",
19533
+ "nightlyUrl": "https://w3c.github.io/merchant-validation/"
19534
+ },
19535
+ "standing": "discontinued",
19536
+ "organization": "W3C",
19537
+ "groups": [
19538
+ {
19539
+ "name": "Web Payments Working Group",
19540
+ "url": "https://www.w3.org/Payments/WG/"
19541
+ }
19542
+ ],
19543
+ "release": {
19544
+ "url": "https://www.w3.org/TR/merchant-validation/",
19545
+ "status": "Note",
19546
+ "filename": "Overview.html"
19547
+ },
19548
+ "nightly": {
19549
+ "url": "https://w3c.github.io/merchant-validation/",
19550
+ "status": "Editor's Draft",
19551
+ "alternateUrls": [],
19552
+ "repository": "https://github.com/w3c/merchant-validation",
19553
+ "sourcePath": "index.html",
19554
+ "filename": "index.html"
19555
+ },
19556
+ "title": "The MerchantValidationEvent interface",
19557
+ "source": "w3c",
19558
+ "shortTitle": "The MerchantValidationEvent interface",
19559
+ "categories": [
19560
+ "browser"
19561
+ ],
19562
+ "tests": {
19563
+ "repository": "https://github.com/web-platform-tests/wpt",
19564
+ "testPaths": [
19565
+ "merchant-validation"
19566
+ ]
19567
+ }
19568
+ },
19497
19569
  {
19498
19570
  "url": "https://www.w3.org/TR/miniapp-lifecycle/",
19499
19571
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.75.1",
3
+ "version": "2.77.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",