Skip to content

Commit 07a2a3a

Browse files
author
curation-bot
committed
Publish curated data from 32fb2b3
Curated data generated from raw data at 32fb2b3
1 parent c1fa91b commit 07a2a3a

18 files changed

+288
-314
lines changed

ed/dfns/compute-pressure.json

Lines changed: 75 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,16 @@
176176
"definedIn": "prose"
177177
},
178178
{
179-
"id": "dfn-options",
180-
"href": "https://wicg.github.io/compute-pressure/#dfn-options",
179+
"id": "dfn-callback",
180+
"href": "https://wicg.github.io/compute-pressure/#dfn-callback",
181181
"linkingText": [
182-
"options"
182+
"[[Callback]]"
183183
],
184184
"localLinkingText": [],
185-
"type": "dfn",
186-
"for": [],
185+
"type": "attribute",
186+
"for": [
187+
"ComputePressureObserver"
188+
],
187189
"access": "private",
188190
"informative": false,
189191
"heading": {
@@ -195,10 +197,10 @@
195197
"definedIn": "prose"
196198
},
197199
{
198-
"id": "dfn-callback",
199-
"href": "https://wicg.github.io/compute-pressure/#dfn-callback",
200+
"id": "dfn-options",
201+
"href": "https://wicg.github.io/compute-pressure/#dfn-options",
200202
"linkingText": [
201-
"[[Callback]]"
203+
"[[Options]]"
202204
],
203205
"localLinkingText": [],
204206
"type": "attribute",
@@ -236,6 +238,27 @@
236238
},
237239
"definedIn": "prose"
238240
},
241+
{
242+
"id": "dfn-lastrecordmap",
243+
"href": "https://wicg.github.io/compute-pressure/#dfn-lastrecordmap",
244+
"linkingText": [
245+
"[[LastRecordMap]]"
246+
],
247+
"localLinkingText": [],
248+
"type": "attribute",
249+
"for": [
250+
"ComputePressureObserver"
251+
],
252+
"access": "private",
253+
"informative": false,
254+
"heading": {
255+
"id": "internal-slot-definitions",
256+
"href": "https://wicg.github.io/compute-pressure/#internal-slot-definitions",
257+
"title": "Internal Slot Definitions",
258+
"number": "6"
259+
},
260+
"definedIn": "prose"
261+
},
239262
{
240263
"id": "dfn-max-queued-records",
241264
"href": "https://wicg.github.io/compute-pressure/#dfn-max-queued-records",
@@ -540,7 +563,8 @@
540563
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-constructor",
541564
"linkingText": [
542565
"constructor()",
543-
"constructor(callback)"
566+
"constructor(callback)",
567+
"constructor(callback, options)"
544568
],
545569
"localLinkingText": [
546570
"ComputePressureObserver.constructor",
@@ -566,8 +590,7 @@
566590
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-observe",
567591
"linkingText": [
568592
"observe()",
569-
"observe(source)",
570-
"observe(source, options)"
593+
"observe(source)"
571594
],
572595
"localLinkingText": [
573596
"ComputePressureObserver.observe",
@@ -815,27 +838,6 @@
815838
},
816839
"definedIn": "heading"
817840
},
818-
{
819-
"id": "dom-computepressurerecord-options",
820-
"href": "https://wicg.github.io/compute-pressure/#dom-computepressurerecord-options",
821-
"linkingText": [
822-
"options"
823-
],
824-
"localLinkingText": [],
825-
"type": "dict-member",
826-
"for": [
827-
"ComputePressureRecord"
828-
],
829-
"access": "public",
830-
"informative": false,
831-
"heading": {
832-
"id": "the-options-attribute",
833-
"href": "https://wicg.github.io/compute-pressure/#the-options-attribute",
834-
"title": "The options attribute",
835-
"number": "9.3.5"
836-
},
837-
"definedIn": "heading"
838-
},
839841
{
840842
"id": "dom-computepressureobserveroptions",
841843
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserveroptions",
@@ -896,10 +898,48 @@
896898
"definedIn": "prose"
897899
},
898900
{
899-
"id": "dfn-should-receive-readings",
900-
"href": "https://wicg.github.io/compute-pressure/#dfn-should-receive-readings",
901+
"id": "dfn-passes-privacy-test",
902+
"href": "https://wicg.github.io/compute-pressure/#dfn-passes-privacy-test",
903+
"linkingText": [
904+
"passes privacy test"
905+
],
906+
"localLinkingText": [],
907+
"type": "dfn",
908+
"for": [],
909+
"access": "private",
910+
"informative": false,
911+
"heading": {
912+
"id": "supporting-algorithms",
913+
"href": "https://wicg.github.io/compute-pressure/#supporting-algorithms",
914+
"title": "Supporting algorithms",
915+
"number": "9.6.1"
916+
},
917+
"definedIn": "prose"
918+
},
919+
{
920+
"id": "dfn-passes-frequency-test",
921+
"href": "https://wicg.github.io/compute-pressure/#dfn-passes-frequency-test",
922+
"linkingText": [
923+
"passes frequency test"
924+
],
925+
"localLinkingText": [],
926+
"type": "dfn",
927+
"for": [],
928+
"access": "private",
929+
"informative": false,
930+
"heading": {
931+
"id": "supporting-algorithms",
932+
"href": "https://wicg.github.io/compute-pressure/#supporting-algorithms",
933+
"title": "Supporting algorithms",
934+
"number": "9.6.1"
935+
},
936+
"definedIn": "prose"
937+
},
938+
{
939+
"id": "dfn-has-change-in-data",
940+
"href": "https://wicg.github.io/compute-pressure/#dfn-has-change-in-data",
901941
"linkingText": [
902-
"should receive readings"
942+
"has change in data"
903943
],
904944
"localLinkingText": [],
905945
"type": "dfn",

ed/dfns/webdriver-bidi.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@
11151115
"title": "SandboxWindowProxy",
11161116
"number": "5.3"
11171117
},
1118-
"definedIn": "pre"
1118+
"definedIn": "prose"
11191119
},
11201120
{
11211121
"id": "remotereference",
@@ -1718,25 +1718,6 @@
17181718
},
17191719
"definedIn": "prose"
17201720
},
1721-
{
1722-
"id": "get-the-descendent-browsing-contexts",
1723-
"href": "https://w3c.github.io/webdriver-bidi/#get-the-descendent-browsing-contexts",
1724-
"linkingText": [
1725-
"get the descendent browsing contexts"
1726-
],
1727-
"localLinkingText": [],
1728-
"type": "dfn",
1729-
"for": [],
1730-
"access": "private",
1731-
"informative": false,
1732-
"heading": {
1733-
"id": "type-browsingContext-BrowsingContextInfo",
1734-
"href": "https://w3c.github.io/webdriver-bidi/#type-browsingContext-BrowsingContextInfo",
1735-
"title": "The browsingContext.BrowsingContextInfo Type",
1736-
"number": "7.2.2.2"
1737-
},
1738-
"definedIn": "prose"
1739-
},
17401721
{
17411722
"id": "await-a-navigation",
17421723
"href": "https://w3c.github.io/webdriver-bidi/#await-a-navigation",

ed/headings/compute-pressure.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,6 @@
198198
"title": "The timestamp attribute",
199199
"number": "9.3.4"
200200
},
201-
{
202-
"id": "the-options-attribute",
203-
"href": "https://wicg.github.io/compute-pressure/#the-options-attribute",
204-
"level": 4,
205-
"title": "The options attribute",
206-
"number": "9.3.5"
207-
},
208201
{
209202
"id": "the-computepressureobserveroptions-dictionary",
210203
"href": "https://wicg.github.io/compute-pressure/#the-computepressureobserveroptions-dictionary",

0 commit comments

Comments
 (0)