web-specs 3.73.0 → 3.74.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
@@ -727,51 +727,6 @@
727
727
  "browser"
728
728
  ]
729
729
  },
730
- {
731
- "url": "https://drafts.csswg.org/css-backgrounds-4/",
732
- "seriesComposition": "delta",
733
- "shortname": "css-backgrounds-4",
734
- "series": {
735
- "shortname": "css-backgrounds",
736
- "currentSpecification": "css-backgrounds-3",
737
- "title": "CSS Backgrounds and Borders",
738
- "shortTitle": "CSS Backgrounds",
739
- "releaseUrl": "https://www.w3.org/TR/css-backgrounds/",
740
- "nightlyUrl": "https://drafts.csswg.org/css-backgrounds/"
741
- },
742
- "seriesVersion": "4",
743
- "shortTitle": "CSS Backgrounds 4",
744
- "seriesPrevious": "css-backgrounds-3",
745
- "organization": "W3C",
746
- "groups": [
747
- {
748
- "name": "Cascading Style Sheets (CSS) Working Group",
749
- "url": "https://www.w3.org/groups/wg/css/"
750
- }
751
- ],
752
- "nightly": {
753
- "url": "https://drafts.csswg.org/css-backgrounds-4/",
754
- "status": "Editor's Draft",
755
- "alternateUrls": [
756
- "https://w3c.github.io/csswg-drafts/css-backgrounds-4/"
757
- ],
758
- "repository": "https://github.com/w3c/csswg-drafts",
759
- "sourcePath": "css-backgrounds-4/Overview.bs",
760
- "filename": "index.html"
761
- },
762
- "title": "CSS Backgrounds Module Level 4",
763
- "source": "spec",
764
- "categories": [
765
- "browser"
766
- ],
767
- "standing": "good",
768
- "tests": {
769
- "repository": "https://github.com/web-platform-tests/wpt",
770
- "testPaths": [
771
- "css/css-backgrounds"
772
- ]
773
- }
774
- },
775
730
  {
776
731
  "url": "https://drafts.csswg.org/css-color-6/",
777
732
  "seriesComposition": "delta",
@@ -14956,6 +14911,56 @@
14956
14911
  ]
14957
14912
  }
14958
14913
  },
14914
+ {
14915
+ "url": "https://www.w3.org/TR/css-backgrounds-4/",
14916
+ "seriesComposition": "delta",
14917
+ "shortname": "css-backgrounds-4",
14918
+ "series": {
14919
+ "shortname": "css-backgrounds",
14920
+ "currentSpecification": "css-backgrounds-3",
14921
+ "title": "CSS Backgrounds and Borders",
14922
+ "shortTitle": "CSS Backgrounds",
14923
+ "releaseUrl": "https://www.w3.org/TR/css-backgrounds/",
14924
+ "nightlyUrl": "https://drafts.csswg.org/css-backgrounds/"
14925
+ },
14926
+ "seriesVersion": "4",
14927
+ "shortTitle": "CSS Backgrounds 4",
14928
+ "seriesPrevious": "css-backgrounds-3",
14929
+ "organization": "W3C",
14930
+ "groups": [
14931
+ {
14932
+ "name": "Cascading Style Sheets (CSS) Working Group",
14933
+ "url": "https://www.w3.org/groups/wg/css/"
14934
+ }
14935
+ ],
14936
+ "release": {
14937
+ "url": "https://www.w3.org/TR/css-backgrounds-4/",
14938
+ "status": "First Public Working Draft",
14939
+ "filename": "Overview.html"
14940
+ },
14941
+ "nightly": {
14942
+ "url": "https://drafts.csswg.org/css-backgrounds-4/",
14943
+ "status": "Editor's Draft",
14944
+ "alternateUrls": [
14945
+ "https://w3c.github.io/csswg-drafts/css-backgrounds-4/"
14946
+ ],
14947
+ "repository": "https://github.com/w3c/csswg-drafts",
14948
+ "sourcePath": "css-backgrounds-4/Overview.bs",
14949
+ "filename": "index.html"
14950
+ },
14951
+ "title": "CSS Backgrounds Module Level 4",
14952
+ "source": "w3c",
14953
+ "categories": [
14954
+ "browser"
14955
+ ],
14956
+ "standing": "good",
14957
+ "tests": {
14958
+ "repository": "https://github.com/web-platform-tests/wpt",
14959
+ "testPaths": [
14960
+ "css/css-backgrounds"
14961
+ ]
14962
+ }
14963
+ },
14959
14964
  {
14960
14965
  "url": "https://www.w3.org/TR/css-borders-4/",
14961
14966
  "seriesComposition": "full",
@@ -15639,7 +15644,7 @@
15639
15644
  ],
15640
15645
  "release": {
15641
15646
  "url": "https://www.w3.org/TR/css-color-hdr-1/",
15642
- "status": "First Public Working Draft",
15647
+ "status": "Working Draft",
15643
15648
  "filename": "Overview.html"
15644
15649
  },
15645
15650
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.73.0",
3
+ "version": "3.74.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",