browser-specs 3.27.0 → 3.28.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 +39 -40
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -721,42 +721,6 @@
721
721
  ]
722
722
  }
723
723
  },
724
- {
725
- "url": "https://drafts.csswg.org/css-view-transitions-1/",
726
- "seriesComposition": "full",
727
- "shortname": "css-view-transitions-1",
728
- "series": {
729
- "shortname": "css-view-transitions",
730
- "currentSpecification": "css-view-transitions-1",
731
- "title": "CSS View Transitions",
732
- "shortTitle": "CSS View Transitions",
733
- "nightlyUrl": "https://drafts.csswg.org/css-view-transitions/"
734
- },
735
- "seriesVersion": "1",
736
- "organization": "W3C",
737
- "groups": [
738
- {
739
- "name": "Cascading Style Sheets (CSS) Working Group",
740
- "url": "https://www.w3.org/Style/CSS/"
741
- }
742
- ],
743
- "nightly": {
744
- "url": "https://drafts.csswg.org/css-view-transitions-1/",
745
- "alternateUrls": [
746
- "https://w3c.github.io/csswg-drafts/css-view-transitions-1/",
747
- "https://w3c.github.io/csswg-drafts/css-view-transitions/"
748
- ],
749
- "repository": "https://github.com/w3c/csswg-drafts",
750
- "sourcePath": "css-view-transitions-1/Overview.bs",
751
- "filename": "Overview.html"
752
- },
753
- "title": "CSS View Transitions Module Level 1",
754
- "source": "spec",
755
- "shortTitle": "CSS View Transitions 1",
756
- "categories": [
757
- "browser"
758
- ]
759
- },
760
724
  {
761
725
  "url": "https://drafts.csswg.org/css-size-adjust-1/",
762
726
  "seriesComposition": "full",
@@ -928,6 +892,42 @@
928
892
  ]
929
893
  }
930
894
  },
895
+ {
896
+ "url": "https://drafts.csswg.org/css-view-transitions-1/",
897
+ "seriesComposition": "full",
898
+ "shortname": "css-view-transitions-1",
899
+ "series": {
900
+ "shortname": "css-view-transitions",
901
+ "currentSpecification": "css-view-transitions-1",
902
+ "title": "CSS View Transitions",
903
+ "shortTitle": "CSS View Transitions",
904
+ "nightlyUrl": "https://drafts.csswg.org/css-view-transitions/"
905
+ },
906
+ "seriesVersion": "1",
907
+ "organization": "W3C",
908
+ "groups": [
909
+ {
910
+ "name": "Cascading Style Sheets (CSS) Working Group",
911
+ "url": "https://www.w3.org/Style/CSS/"
912
+ }
913
+ ],
914
+ "nightly": {
915
+ "url": "https://drafts.csswg.org/css-view-transitions-1/",
916
+ "alternateUrls": [
917
+ "https://w3c.github.io/csswg-drafts/css-view-transitions-1/",
918
+ "https://w3c.github.io/csswg-drafts/css-view-transitions/"
919
+ ],
920
+ "repository": "https://github.com/w3c/csswg-drafts",
921
+ "sourcePath": "css-view-transitions-1/Overview.bs",
922
+ "filename": "Overview.html"
923
+ },
924
+ "title": "CSS View Transitions Module Level 1",
925
+ "source": "spec",
926
+ "shortTitle": "CSS View Transitions 1",
927
+ "categories": [
928
+ "browser"
929
+ ]
930
+ },
931
931
  {
932
932
  "url": "https://drafts.csswg.org/scroll-animations-1/",
933
933
  "seriesComposition": "full",
@@ -16481,18 +16481,17 @@
16481
16481
  ]
16482
16482
  },
16483
16483
  {
16484
- "url": "https://www.w3.org/TR/resource-timing-2/",
16484
+ "url": "https://www.w3.org/TR/resource-timing/",
16485
16485
  "seriesComposition": "full",
16486
- "shortname": "resource-timing-2",
16486
+ "shortname": "resource-timing",
16487
16487
  "series": {
16488
16488
  "shortname": "resource-timing",
16489
- "currentSpecification": "resource-timing-2",
16489
+ "currentSpecification": "resource-timing",
16490
16490
  "title": "Resource Timing",
16491
16491
  "shortTitle": "Resource Timing",
16492
16492
  "releaseUrl": "https://www.w3.org/TR/resource-timing/",
16493
16493
  "nightlyUrl": "https://w3c.github.io/resource-timing/"
16494
16494
  },
16495
- "seriesVersion": "2",
16496
16495
  "organization": "W3C",
16497
16496
  "groups": [
16498
16497
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.27.0",
3
+ "version": "3.28.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",