Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 15.2.0.
  • Loading branch information
reffy-bot committed Apr 30, 2024
1 parent 274e240 commit 3773690
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 187 deletions.
63 changes: 41 additions & 22 deletions tr/dfns/compute-pressure.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"definedIn": "prose"
},
{
"id": "dfn-supported-source-types",
"href": "https://www.w3.org/TR/compute-pressure/#dfn-supported-source-types",
"id": "dfn-valid-source-types",
"href": "https://www.w3.org/TR/compute-pressure/#dfn-valid-source-types",
"linkingText": [
"supported source types"
"valid source types"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "supported-sources",
"href": "https://www.w3.org/TR/compute-pressure/#supported-sources",
"title": "Supported sources",
"id": "pressure-sources",
"href": "https://www.w3.org/TR/compute-pressure/#pressure-sources",
"title": "Pressure sources",
"number": "3.2"
},
"definedIn": "prose"
Expand All @@ -56,9 +56,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "supported-sources",
"href": "https://www.w3.org/TR/compute-pressure/#supported-sources",
"title": "Supported sources",
"id": "pressure-sources",
"href": "https://www.w3.org/TR/compute-pressure/#pressure-sources",
"title": "Pressure sources",
"number": "3.2"
},
"definedIn": "pre"
Expand All @@ -77,9 +77,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "supported-sources",
"href": "https://www.w3.org/TR/compute-pressure/#supported-sources",
"title": "Supported sources",
"id": "pressure-sources",
"href": "https://www.w3.org/TR/compute-pressure/#pressure-sources",
"title": "Pressure sources",
"number": "3.2"
},
"definedIn": "pre"
Expand All @@ -96,9 +96,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "supported-sources",
"href": "https://www.w3.org/TR/compute-pressure/#supported-sources",
"title": "Supported sources",
"id": "pressure-sources",
"href": "https://www.w3.org/TR/compute-pressure/#pressure-sources",
"title": "Pressure sources",
"number": "3.2"
},
"definedIn": "prose"
Expand Down Expand Up @@ -331,6 +331,25 @@
},
"definedIn": "prose"
},
{
"id": "dfn-supported-source-types",
"href": "https://www.w3.org/TR/compute-pressure/#dfn-supported-source-types",
"linkingText": [
"supported source types"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "internal-slot-definitions",
"href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions",
"title": "Internal Slot Definitions",
"number": "7"
},
"definedIn": "prose"
},
{
"id": "dfn-callback",
"href": "https://www.w3.org/TR/compute-pressure/#dfn-callback",
Expand Down Expand Up @@ -888,13 +907,13 @@
"definedIn": "heading"
},
{
"id": "dom-pressureobserver-supportedsources",
"href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-supportedsources",
"id": "dom-pressureobserver-knownsources",
"href": "https://www.w3.org/TR/compute-pressure/#dom-pressureobserver-knownsources",
"linkingText": [
"supportedSources"
"knownSources"
],
"localLinkingText": [
"PressureObserver.supportedSources"
"PressureObserver.knownSources"
],
"type": "attribute",
"for": [
Expand All @@ -903,9 +922,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "the-supportedsources-attribute",
"href": "https://www.w3.org/TR/compute-pressure/#the-supportedsources-attribute",
"title": "The supportedSources attribute",
"id": "the-knownsources-attribute",
"href": "https://www.w3.org/TR/compute-pressure/#the-knownsources-attribute",
"title": "The knownSources attribute",
"number": "10.2.6"
},
"definedIn": "heading"
Expand Down
12 changes: 6 additions & 6 deletions tr/headings/compute-pressure.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"number": "3.1"
},
{
"id": "supported-sources",
"href": "https://www.w3.org/TR/compute-pressure/#supported-sources",
"id": "pressure-sources",
"href": "https://www.w3.org/TR/compute-pressure/#pressure-sources",
"level": 3,
"title": "Supported sources",
"title": "Pressure sources",
"number": "3.2"
},
{
Expand Down Expand Up @@ -156,10 +156,10 @@
"number": "10.2.5"
},
{
"id": "the-supportedsources-attribute",
"href": "https://www.w3.org/TR/compute-pressure/#the-supportedsources-attribute",
"id": "the-knownsources-attribute",
"href": "https://www.w3.org/TR/compute-pressure/#the-knownsources-attribute",
"level": 4,
"title": "The supportedSources attribute",
"title": "The knownSources attribute",
"number": "10.2.6"
},
{
Expand Down
2 changes: 1 addition & 1 deletion tr/idl/compute-pressure.idl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface PressureObserver {
undefined disconnect();
sequence<PressureRecord> takeRecords();

[SameObject] static readonly attribute FrozenArray<PressureSource> supportedSources;
[SameObject] static readonly attribute FrozenArray<PressureSource> knownSources;
};

[Exposed=(DedicatedWorker,SharedWorker,Window), SecureContext]
Expand Down
Loading

0 comments on commit 3773690

Please sign in to comment.