Skip to content

Commit

Permalink
Force update of index.json, adjusting discontinued entry (#1341)
Browse files Browse the repository at this point in the history
The build code gets lost with the `custom-state-pseudo-class` entry because the
URL now redirects to a section of the HTML spec. Goal is to make the entry
discontinued. Once that is done, the build code should reuse the info from
index.json directly (the discontinued state is a frozen state).

This update forces the standing of the entry to discontinued, reusing previous
info for other entry properties. This should fix the issue at hand and allow
build to resume.

The other updates are triggered by recent changes to `specs.json` that have not
yet been integrated in `index.json` because the build could not succeed. No
manual changes were made to these updates.
  • Loading branch information
tidoust authored May 31, 2024
1 parent d72798e commit 6281256
Showing 1 changed file with 104 additions and 96 deletions.
200 changes: 104 additions & 96 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,46 @@
]
}
},
{
"url": "https://compression.spec.whatwg.org/",
"seriesComposition": "full",
"shortname": "compression",
"series": {
"shortname": "compression",
"currentSpecification": "compression",
"title": "Compression Streams",
"shortTitle": "Compression Streams",
"nightlyUrl": "https://wicg.github.io/compression/"
},
"organization": "WHATWG",
"groups": [
{
"name": "Streams Workstream",
"url": "https://compression.spec.whatwg.org/"
}
],
"nightly": {
"url": "https://wicg.github.io/compression/",
"status": "Draft Community Group Report",
"alternateUrls": [],
"repository": "https://github.com/WICG/compression",
"sourcePath": "index.bs",
"filename": "index.html"
},
"title": "Compression Streams",
"source": "specref",
"shortTitle": "Compression Streams",
"categories": [
"browser"
],
"standing": "good",
"tests": {
"repository": "https://github.com/web-platform-tests/wpt",
"testPaths": [
"compression"
]
}
},
{
"url": "https://console.spec.whatwg.org/",
"seriesComposition": "full",
Expand Down Expand Up @@ -1530,45 +1570,6 @@
]
}
},
{
"url": "https://drafts.csswg.org/css-view-transitions-2/",
"seriesComposition": "delta",
"shortname": "css-view-transitions-2",
"series": {
"shortname": "css-view-transitions",
"currentSpecification": "css-view-transitions-1",
"title": "CSS View Transitions Module",
"shortTitle": "CSS View Transitions",
"releaseUrl": "https://www.w3.org/TR/css-view-transitions/",
"nightlyUrl": "https://drafts.csswg.org/css-view-transitions/"
},
"seriesVersion": "2",
"seriesPrevious": "css-view-transitions-1",
"organization": "W3C",
"groups": [
{
"name": "Cascading Style Sheets (CSS) Working Group",
"url": "https://www.w3.org/Style/CSS/"
}
],
"nightly": {
"url": "https://drafts.csswg.org/css-view-transitions-2/",
"status": "Editor's Draft",
"alternateUrls": [
"https://w3c.github.io/csswg-drafts/css-view-transitions-2/"
],
"repository": "https://github.com/w3c/csswg-drafts",
"sourcePath": "css-view-transitions-2/Overview.bs",
"filename": "index.html"
},
"title": "CSS View Transitions Module Level 2",
"source": "spec",
"shortTitle": "CSS View Transitions 2",
"categories": [
"browser"
],
"standing": "good"
},
{
"url": "https://drafts.fxtf.org/compositing-2/",
"seriesComposition": "full",
Expand Down Expand Up @@ -7592,46 +7593,6 @@
]
}
},
{
"url": "https://wicg.github.io/compression/",
"seriesComposition": "full",
"shortname": "compression",
"series": {
"shortname": "compression",
"currentSpecification": "compression",
"title": "Compression Streams",
"shortTitle": "Compression Streams",
"nightlyUrl": "https://wicg.github.io/compression/"
},
"organization": "W3C",
"groups": [
{
"name": "Web Platform Incubator Community Group",
"url": "https://www.w3.org/community/wicg/"
}
],
"nightly": {
"url": "https://wicg.github.io/compression/",
"status": "Draft Community Group Report",
"alternateUrls": [],
"repository": "https://github.com/WICG/compression",
"sourcePath": "index.bs",
"filename": "index.html"
},
"title": "Compression Streams",
"source": "specref",
"shortTitle": "Compression Streams",
"categories": [
"browser"
],
"standing": "good",
"tests": {
"repository": "https://github.com/web-platform-tests/wpt",
"testPaths": [
"compression"
]
}
},
{
"url": "https://wicg.github.io/content-index/spec/",
"seriesComposition": "full",
Expand Down Expand Up @@ -7831,6 +7792,10 @@
"shortTitle": "Custom State Pseudo Class",
"nightlyUrl": "https://wicg.github.io/custom-state-pseudo-class/"
},
"standing": "discontinued",
"obsoletedBy": [
"html"
],
"organization": "W3C",
"groups": [
{
Expand All @@ -7851,8 +7816,7 @@
"shortTitle": "Custom State Pseudo Class",
"categories": [
"browser"
],
"standing": "good"
]
},
{
"url": "https://wicg.github.io/datacue/",
Expand Down Expand Up @@ -17391,6 +17355,50 @@
],
"standing": "good"
},
{
"url": "https://www.w3.org/TR/css-view-transitions-2/",
"seriesComposition": "delta",
"shortname": "css-view-transitions-2",
"series": {
"shortname": "css-view-transitions",
"currentSpecification": "css-view-transitions-1",
"title": "CSS View Transitions Module",
"shortTitle": "CSS View Transitions",
"releaseUrl": "https://www.w3.org/TR/css-view-transitions/",
"nightlyUrl": "https://drafts.csswg.org/css-view-transitions/"
},
"seriesVersion": "2",
"seriesPrevious": "css-view-transitions-1",
"organization": "W3C",
"groups": [
{
"name": "Cascading Style Sheets (CSS) Working Group",
"url": "https://www.w3.org/Style/CSS/"
}
],
"release": {
"url": "https://www.w3.org/TR/css-view-transitions-2/",
"status": "First Public Working Draft",
"filename": "Overview.html"
},
"nightly": {
"url": "https://drafts.csswg.org/css-view-transitions-2/",
"status": "Editor's Draft",
"alternateUrls": [
"https://w3c.github.io/csswg-drafts/css-view-transitions-2/"
],
"repository": "https://github.com/w3c/csswg-drafts",
"sourcePath": "css-view-transitions-2/Overview.bs",
"filename": "index.html"
},
"title": "CSS View Transitions Module Level 2",
"source": "w3c",
"shortTitle": "CSS View Transitions 2",
"categories": [
"browser"
],
"standing": "good"
},
{
"url": "https://www.w3.org/TR/css-viewport-1/",
"seriesComposition": "full",
Expand Down Expand Up @@ -21087,9 +21095,9 @@
"shortname": "orientation-event",
"series": {
"shortname": "orientation-event",
"title": "Device Orientation and Motion",
"currentSpecification": "orientation-event",
"title": "DeviceOrientation Event",
"shortTitle": "DeviceOrientation Event",
"shortTitle": "Device Orientation and Motion",
"releaseUrl": "https://www.w3.org/TR/orientation-event/",
"nightlyUrl": "https://w3c.github.io/deviceorientation/"
},
Expand Down Expand Up @@ -21117,9 +21125,9 @@
"sourcePath": "index.bs",
"filename": "index.html"
},
"title": "DeviceOrientation Event Specification",
"title": "Device Orientation and Motion",
"source": "w3c",
"shortTitle": "DeviceOrientation Event",
"shortTitle": "Device Orientation and Motion",
"categories": [
"browser"
],
Expand Down Expand Up @@ -21887,7 +21895,7 @@
],
"release": {
"url": "https://www.w3.org/TR/rdf-canon/",
"status": "Proposed Recommendation",
"status": "Recommendation",
"filename": "Overview.html"
},
"title": "RDF Dataset Canonicalization",
Expand Down Expand Up @@ -23458,18 +23466,18 @@
"nightlyUrl": "https://w3c.github.io/webappsec-subresource-integrity/"
},
"shortTitle": "SRI",
"release": {
"url": "https://www.w3.org/TR/SRI/",
"status": "Recommendation",
"filename": "index.html"
},
"organization": "W3C",
"groups": [
{
"name": "Web Application Security Working Group",
"url": "https://www.w3.org/groups/wg/webappsec/"
}
],
"release": {
"url": "https://www.w3.org/TR/SRI/",
"status": "Recommendation",
"filename": "index.html"
},
"nightly": {
"url": "https://w3c.github.io/webappsec-subresource-integrity/",
"status": "Editor's Draft",
Expand Down Expand Up @@ -24030,18 +24038,18 @@
"releaseUrl": "https://www.w3.org/TR/trusted-types/",
"nightlyUrl": "https://w3c.github.io/trusted-types/dist/spec/"
},
"release": {
"url": "https://www.w3.org/TR/trusted-types/",
"status": "First Public Working Draft",
"filename": "index.html"
},
"organization": "W3C",
"groups": [
{
"name": "Web Application Security Working Group",
"url": "https://www.w3.org/groups/wg/webappsec/"
}
],
"release": {
"url": "https://www.w3.org/TR/trusted-types/",
"status": "First Public Working Draft",
"filename": "index.html"
},
"nightly": {
"url": "https://w3c.github.io/trusted-types/dist/spec/",
"status": "Editor's Draft",
Expand Down

0 comments on commit 6281256

Please sign in to comment.