browser-specs 4.50.0 → 4.51.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
@@ -919,51 +919,6 @@
919
919
  ],
920
920
  "standing": "good"
921
921
  },
922
- {
923
- "url": "https://drafts.csswg.org/css-position-4/",
924
- "seriesComposition": "delta",
925
- "shortname": "css-position-4",
926
- "series": {
927
- "shortname": "css-position",
928
- "currentSpecification": "css-position-3",
929
- "title": "CSS Positioned Layout",
930
- "shortTitle": "CSS Positioned Layout",
931
- "releaseUrl": "https://www.w3.org/TR/css-position/",
932
- "nightlyUrl": "https://drafts.csswg.org/css-position/"
933
- },
934
- "seriesVersion": "4",
935
- "seriesPrevious": "css-position-3",
936
- "organization": "W3C",
937
- "groups": [
938
- {
939
- "name": "Cascading Style Sheets (CSS) Working Group",
940
- "url": "https://www.w3.org/Style/CSS/"
941
- }
942
- ],
943
- "nightly": {
944
- "url": "https://drafts.csswg.org/css-position-4/",
945
- "status": "Editor's Draft",
946
- "alternateUrls": [
947
- "https://w3c.github.io/csswg-drafts/css-position-4/"
948
- ],
949
- "repository": "https://github.com/w3c/csswg-drafts",
950
- "sourcePath": "css-position-4/Overview.bs",
951
- "filename": "index.html"
952
- },
953
- "title": "CSS Positioned Layout Module Level 4",
954
- "source": "spec",
955
- "shortTitle": "CSS Positioned Layout 4",
956
- "categories": [
957
- "browser"
958
- ],
959
- "standing": "good",
960
- "tests": {
961
- "repository": "https://github.com/web-platform-tests/wpt",
962
- "testPaths": [
963
- "css/css-position"
964
- ]
965
- }
966
- },
967
922
  {
968
923
  "url": "https://drafts.csswg.org/css-shapes-2/",
969
924
  "seriesComposition": "delta",
@@ -14926,6 +14881,56 @@
14926
14881
  ]
14927
14882
  }
14928
14883
  },
14884
+ {
14885
+ "url": "https://www.w3.org/TR/css-position-4/",
14886
+ "seriesComposition": "delta",
14887
+ "shortname": "css-position-4",
14888
+ "series": {
14889
+ "shortname": "css-position",
14890
+ "currentSpecification": "css-position-3",
14891
+ "title": "CSS Positioned Layout",
14892
+ "shortTitle": "CSS Positioned Layout",
14893
+ "releaseUrl": "https://www.w3.org/TR/css-position/",
14894
+ "nightlyUrl": "https://drafts.csswg.org/css-position/"
14895
+ },
14896
+ "seriesVersion": "4",
14897
+ "seriesPrevious": "css-position-3",
14898
+ "organization": "W3C",
14899
+ "groups": [
14900
+ {
14901
+ "name": "Cascading Style Sheets (CSS) Working Group",
14902
+ "url": "https://www.w3.org/Style/CSS/"
14903
+ }
14904
+ ],
14905
+ "release": {
14906
+ "url": "https://www.w3.org/TR/css-position-4/",
14907
+ "status": "First Public Working Draft",
14908
+ "filename": "Overview.html"
14909
+ },
14910
+ "nightly": {
14911
+ "url": "https://drafts.csswg.org/css-position-4/",
14912
+ "status": "Editor's Draft",
14913
+ "alternateUrls": [
14914
+ "https://w3c.github.io/csswg-drafts/css-position-4/"
14915
+ ],
14916
+ "repository": "https://github.com/w3c/csswg-drafts",
14917
+ "sourcePath": "css-position-4/Overview.bs",
14918
+ "filename": "index.html"
14919
+ },
14920
+ "title": "CSS Positioned Layout Module Level 4",
14921
+ "source": "w3c",
14922
+ "shortTitle": "CSS Positioned Layout 4",
14923
+ "categories": [
14924
+ "browser"
14925
+ ],
14926
+ "standing": "good",
14927
+ "tests": {
14928
+ "repository": "https://github.com/web-platform-tests/wpt",
14929
+ "testPaths": [
14930
+ "css/css-position"
14931
+ ]
14932
+ }
14933
+ },
14929
14934
  {
14930
14935
  "url": "https://www.w3.org/TR/css-properties-values-api-1/",
14931
14936
  "seriesComposition": "full",
@@ -17270,7 +17275,7 @@
17270
17275
  ],
17271
17276
  "release": {
17272
17277
  "url": "https://www.w3.org/TR/digital-credentials/",
17273
- "status": "First Public Working Draft",
17278
+ "status": "Working Draft",
17274
17279
  "filename": "Overview.html"
17275
17280
  },
17276
17281
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.50.0",
3
+ "version": "4.51.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",