web-specs 3.64.0 → 3.65.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 -47
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -866,50 +866,6 @@
866
866
  ],
867
867
  "standing": "pending"
868
868
  },
869
- {
870
- "url": "https://drafts.csswg.org/css-env-1/",
871
- "seriesComposition": "full",
872
- "shortname": "css-env-1",
873
- "series": {
874
- "shortname": "css-env",
875
- "currentSpecification": "css-env-1",
876
- "title": "CSS Environment Variables",
877
- "shortTitle": "CSS Environment Variables",
878
- "nightlyUrl": "https://drafts.csswg.org/css-env/"
879
- },
880
- "seriesVersion": "1",
881
- "organization": "W3C",
882
- "groups": [
883
- {
884
- "name": "Cascading Style Sheets (CSS) Working Group",
885
- "url": "https://www.w3.org/groups/wg/css/"
886
- }
887
- ],
888
- "nightly": {
889
- "url": "https://drafts.csswg.org/css-env-1/",
890
- "status": "Editor's Draft",
891
- "alternateUrls": [
892
- "https://w3c.github.io/csswg-drafts/css-env-1/",
893
- "https://w3c.github.io/csswg-drafts/css-env/"
894
- ],
895
- "repository": "https://github.com/w3c/csswg-drafts",
896
- "sourcePath": "css-env-1/Overview.bs",
897
- "filename": "index.html"
898
- },
899
- "title": "CSS Environment Variables Module Level 1",
900
- "source": "spec",
901
- "shortTitle": "CSS Environment Variables 1",
902
- "categories": [
903
- "browser"
904
- ],
905
- "standing": "good",
906
- "tests": {
907
- "repository": "https://github.com/web-platform-tests/wpt",
908
- "testPaths": [
909
- "css/css-env"
910
- ]
911
- }
912
- },
913
869
  {
914
870
  "url": "https://drafts.csswg.org/css-extensions-1/",
915
871
  "seriesComposition": "full",
@@ -16016,6 +15972,56 @@
16016
15972
  ]
16017
15973
  }
16018
15974
  },
15975
+ {
15976
+ "url": "https://www.w3.org/TR/css-env-1/",
15977
+ "seriesComposition": "full",
15978
+ "shortname": "css-env-1",
15979
+ "series": {
15980
+ "shortname": "css-env",
15981
+ "currentSpecification": "css-env-1",
15982
+ "title": "CSS Environment Variables Module",
15983
+ "shortTitle": "CSS Environment Variables",
15984
+ "releaseUrl": "https://www.w3.org/TR/css-env/",
15985
+ "nightlyUrl": "https://drafts.csswg.org/css-env/"
15986
+ },
15987
+ "seriesVersion": "1",
15988
+ "organization": "W3C",
15989
+ "groups": [
15990
+ {
15991
+ "name": "Cascading Style Sheets (CSS) Working Group",
15992
+ "url": "https://www.w3.org/groups/wg/css/"
15993
+ }
15994
+ ],
15995
+ "release": {
15996
+ "url": "https://www.w3.org/TR/css-env-1/",
15997
+ "status": "First Public Working Draft",
15998
+ "filename": "Overview.html"
15999
+ },
16000
+ "nightly": {
16001
+ "url": "https://drafts.csswg.org/css-env-1/",
16002
+ "status": "Editor's Draft",
16003
+ "alternateUrls": [
16004
+ "https://w3c.github.io/csswg-drafts/css-env-1/",
16005
+ "https://w3c.github.io/csswg-drafts/css-env/"
16006
+ ],
16007
+ "repository": "https://github.com/w3c/csswg-drafts",
16008
+ "sourcePath": "css-env-1/Overview.bs",
16009
+ "filename": "index.html"
16010
+ },
16011
+ "title": "CSS Environment Variables Module Level 1",
16012
+ "source": "w3c",
16013
+ "shortTitle": "CSS Environment Variables 1",
16014
+ "categories": [
16015
+ "browser"
16016
+ ],
16017
+ "standing": "good",
16018
+ "tests": {
16019
+ "repository": "https://github.com/web-platform-tests/wpt",
16020
+ "testPaths": [
16021
+ "css/css-env"
16022
+ ]
16023
+ }
16024
+ },
16019
16025
  {
16020
16026
  "url": "https://www.w3.org/TR/css-flexbox-1/",
16021
16027
  "seriesComposition": "full",
@@ -28537,9 +28543,7 @@
28537
28543
  "title": "Extensions to the Semantic Sensor Network Ontology",
28538
28544
  "source": "w3c",
28539
28545
  "shortTitle": "Extensions to the Semantic Sensor Network Ontology",
28540
- "categories": [
28541
- "browser"
28542
- ],
28546
+ "categories": [],
28543
28547
  "standing": "good"
28544
28548
  },
28545
28549
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.64.0",
3
+ "version": "3.65.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",