browser-specs 4.63.0 → 4.64.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 +51 -46
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -652,51 +652,6 @@
652
652
  "browser"
653
653
  ]
654
654
  },
655
- {
656
- "url": "https://drafts.csswg.org/css-backgrounds-4/",
657
- "seriesComposition": "delta",
658
- "shortname": "css-backgrounds-4",
659
- "series": {
660
- "shortname": "css-backgrounds",
661
- "currentSpecification": "css-backgrounds-3",
662
- "title": "CSS Backgrounds and Borders",
663
- "shortTitle": "CSS Backgrounds",
664
- "releaseUrl": "https://www.w3.org/TR/css-backgrounds/",
665
- "nightlyUrl": "https://drafts.csswg.org/css-backgrounds/"
666
- },
667
- "seriesVersion": "4",
668
- "shortTitle": "CSS Backgrounds 4",
669
- "seriesPrevious": "css-backgrounds-3",
670
- "organization": "W3C",
671
- "groups": [
672
- {
673
- "name": "Cascading Style Sheets (CSS) Working Group",
674
- "url": "https://www.w3.org/groups/wg/css/"
675
- }
676
- ],
677
- "nightly": {
678
- "url": "https://drafts.csswg.org/css-backgrounds-4/",
679
- "status": "Editor's Draft",
680
- "alternateUrls": [
681
- "https://w3c.github.io/csswg-drafts/css-backgrounds-4/"
682
- ],
683
- "repository": "https://github.com/w3c/csswg-drafts",
684
- "sourcePath": "css-backgrounds-4/Overview.bs",
685
- "filename": "index.html"
686
- },
687
- "title": "CSS Backgrounds Module Level 4",
688
- "source": "spec",
689
- "categories": [
690
- "browser"
691
- ],
692
- "standing": "good",
693
- "tests": {
694
- "repository": "https://github.com/web-platform-tests/wpt",
695
- "testPaths": [
696
- "css/css-backgrounds"
697
- ]
698
- }
699
- },
700
655
  {
701
656
  "url": "https://drafts.csswg.org/css-color-6/",
702
657
  "seriesComposition": "delta",
@@ -12411,6 +12366,56 @@
12411
12366
  ]
12412
12367
  }
12413
12368
  },
12369
+ {
12370
+ "url": "https://www.w3.org/TR/css-backgrounds-4/",
12371
+ "seriesComposition": "delta",
12372
+ "shortname": "css-backgrounds-4",
12373
+ "series": {
12374
+ "shortname": "css-backgrounds",
12375
+ "currentSpecification": "css-backgrounds-3",
12376
+ "title": "CSS Backgrounds and Borders",
12377
+ "shortTitle": "CSS Backgrounds",
12378
+ "releaseUrl": "https://www.w3.org/TR/css-backgrounds/",
12379
+ "nightlyUrl": "https://drafts.csswg.org/css-backgrounds/"
12380
+ },
12381
+ "seriesVersion": "4",
12382
+ "shortTitle": "CSS Backgrounds 4",
12383
+ "seriesPrevious": "css-backgrounds-3",
12384
+ "organization": "W3C",
12385
+ "groups": [
12386
+ {
12387
+ "name": "Cascading Style Sheets (CSS) Working Group",
12388
+ "url": "https://www.w3.org/groups/wg/css/"
12389
+ }
12390
+ ],
12391
+ "release": {
12392
+ "url": "https://www.w3.org/TR/css-backgrounds-4/",
12393
+ "status": "First Public Working Draft",
12394
+ "filename": "Overview.html"
12395
+ },
12396
+ "nightly": {
12397
+ "url": "https://drafts.csswg.org/css-backgrounds-4/",
12398
+ "status": "Editor's Draft",
12399
+ "alternateUrls": [
12400
+ "https://w3c.github.io/csswg-drafts/css-backgrounds-4/"
12401
+ ],
12402
+ "repository": "https://github.com/w3c/csswg-drafts",
12403
+ "sourcePath": "css-backgrounds-4/Overview.bs",
12404
+ "filename": "index.html"
12405
+ },
12406
+ "title": "CSS Backgrounds Module Level 4",
12407
+ "source": "w3c",
12408
+ "categories": [
12409
+ "browser"
12410
+ ],
12411
+ "standing": "good",
12412
+ "tests": {
12413
+ "repository": "https://github.com/web-platform-tests/wpt",
12414
+ "testPaths": [
12415
+ "css/css-backgrounds"
12416
+ ]
12417
+ }
12418
+ },
12414
12419
  {
12415
12420
  "url": "https://www.w3.org/TR/css-borders-4/",
12416
12421
  "seriesComposition": "full",
@@ -13094,7 +13099,7 @@
13094
13099
  ],
13095
13100
  "release": {
13096
13101
  "url": "https://www.w3.org/TR/css-color-hdr-1/",
13097
- "status": "First Public Working Draft",
13102
+ "status": "Working Draft",
13098
13103
  "filename": "Overview.html"
13099
13104
  },
13100
13105
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.63.0",
3
+ "version": "4.64.0",
4
4
  "description": "Curated list of technical Web specifications that are directly implemented or that will be implemented by Web browsers.",
5
5
  "repository": {
6
6
  "type": "git",