Skip to content

Commit 6f0eef8

Browse files
author
curation-bot
committed
Publish curated data from 86da013
Curated data generated from raw data at 86da013
1 parent 54a4c86 commit 6f0eef8

File tree

9 files changed

+227
-157
lines changed

9 files changed

+227
-157
lines changed

ed/algorithms/infra.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
{
618618
"name": "map/getting the keys",
619619
"href": "https://infra.spec.whatwg.org/#map-getting-the-keys",
620-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"map\" data-dfn-type=\"dfn\" data-export=\"\" data-lt=\"getting the keys|get the keys|keys\" id=\"map-getting-the-keys\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get the keys</dfn> of an <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map①②\">ordered map</a>, return a new <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set②\">ordered set</a> whose <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-item\" id=\"ref-for-list-item②④\">items</a> are each of the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-getting-the-keys\" id=\"ref-for-map-getting-the-keys\">keys</a> in the map’s <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-entry\" id=\"ref-for-map-entry⑥\">entries</a>.",
620+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"map\" data-dfn-type=\"dfn\" data-export=\"\" data-lt=\"getting the keys|get the keys|keys\" id=\"map-getting-the-keys\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get the keys</dfn> of an <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map①②\">ordered map</a>, return a new <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set②\">ordered set</a> whose <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-item\" id=\"ref-for-list-item②④\">items</a> are each of the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-getting-the-keys\" id=\"ref-for-map-getting-the-keys\">keys</a> in the map’s <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-entry\" id=\"ref-for-map-entry⑥\">entries</a>.",
621621
"rationale": "To <dfn>"
622622
},
623623
{
@@ -757,7 +757,7 @@
757757
"html": "<p>Let <var>length</var> be ! <a data-link-type=\"abstract-op\" href=\"https://tc39.github.io/ecma262/#sec-tolength\" id=\"ref-for-sec-tolength\">ToLength</a>(! <a data-link-type=\"abstract-op\" href=\"https://tc39.github.io/ecma262/#sec-get-o-p\" id=\"ref-for-sec-get-o-p\">Get</a>(<var>jsValue</var>, \"<code>length</code>\")). </p>"
758758
},
759759
{
760-
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate①\">For each</a> <var>index</var> of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#the-range\" id=\"ref-for-the-range①\">the range</a> 0 to <var>length</var> − 1, inclusive:",
760+
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate①\">For each</a> <var>index</var> of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#the-range\" id=\"ref-for-the-range①\">the range</a> 0 to <var>length</var> − 1, inclusive:",
761761
"rationale": "let",
762762
"steps": [
763763
{
@@ -783,7 +783,7 @@
783783
"html": "<p>Let <var>result</var> be an empty <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map②⑥\">ordered map</a>. </p>"
784784
},
785785
{
786-
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate①\">For each</a> <var>key</var> of ! <var>jsValue</var>.[[OwnPropertyKeys]]():",
786+
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate①\">For each</a> <var>key</var> of ! <var>jsValue</var>.[[OwnPropertyKeys]]():",
787787
"rationale": "let",
788788
"steps": [
789789
{
@@ -850,7 +850,7 @@
850850
"html": "<p>Let <var>i</var> be 0. </p>"
851851
},
852852
{
853-
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate①\">For each</a> <var>listItem</var> of <var>value</var>:",
853+
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate①\">For each</a> <var>listItem</var> of <var>value</var>:",
854854
"rationale": "let",
855855
"steps": [
856856
{
@@ -876,7 +876,7 @@
876876
"html": "<p>Let <var>jsValue</var> be ! <a data-link-type=\"abstract-op\" href=\"https://tc39.github.io/ecma262/#sec-ordinaryobjectcreate\" id=\"ref-for-sec-ordinaryobjectcreate\">OrdinaryObjectCreate</a>(null). </p>"
877877
},
878878
{
879-
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate①\">For each</a> <var>mapKey</var> → <var>mapValue</var> of <var>value</var>:",
879+
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate①\">For each</a> <var>mapKey</var> → <var>mapValue</var> of <var>value</var>:",
880880
"rationale": "assert",
881881
"steps": [
882882
{

ed/dfns/infra.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,6 +2565,27 @@
25652565
},
25662566
"definedIn": "prose"
25672567
},
2568+
{
2569+
"id": "set-difference",
2570+
"href": "https://infra.spec.whatwg.org/#set-difference",
2571+
"linkingText": [
2572+
"difference"
2573+
],
2574+
"localLinkingText": [],
2575+
"type": "dfn",
2576+
"for": [
2577+
"set"
2578+
],
2579+
"access": "public",
2580+
"informative": false,
2581+
"heading": {
2582+
"id": "sets",
2583+
"href": "https://infra.spec.whatwg.org/#sets",
2584+
"title": "Sets",
2585+
"number": "5.1.3"
2586+
},
2587+
"definedIn": "prose"
2588+
},
25682589
{
25692590
"id": "the-range",
25702591
"href": "https://infra.spec.whatwg.org/#the-range",

ed/headings/compute-pressure.json

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -430,54 +430,68 @@
430430
"title": "Acknowledgments",
431431
"number": "A"
432432
},
433+
{
434+
"id": "substantive-changes-summary",
435+
"href": "https://w3c.github.io/compute-pressure/#substantive-changes-summary",
436+
"level": 2,
437+
"title": "Summary of substantive changes",
438+
"number": "B"
439+
},
440+
{
441+
"id": "substantive-changes-summary-fpwd",
442+
"href": "https://w3c.github.io/compute-pressure/#substantive-changes-summary-fpwd",
443+
"level": 3,
444+
"title": "Changes since the First Public Working Draft (2022/12/20)",
445+
"number": "B.1"
446+
},
433447
{
434448
"id": "index",
435449
"href": "https://w3c.github.io/compute-pressure/#index",
436-
"level": 2,
450+
"level": 3,
437451
"title": "Index",
438-
"number": "B"
452+
"number": "B.2"
439453
},
440454
{
441455
"id": "index-defined-here",
442456
"href": "https://w3c.github.io/compute-pressure/#index-defined-here",
443-
"level": 3,
457+
"level": 4,
444458
"title": "Terms defined by this specification",
445-
"number": "B.1"
459+
"number": "B.2.1"
446460
},
447461
{
448462
"id": "index-defined-elsewhere",
449463
"href": "https://w3c.github.io/compute-pressure/#index-defined-elsewhere",
450-
"level": 3,
464+
"level": 4,
451465
"title": "Terms defined by reference",
452-
"number": "B.2"
466+
"number": "B.2.2"
453467
},
454468
{
455469
"id": "idl-index",
456470
"href": "https://w3c.github.io/compute-pressure/#idl-index",
457-
"level": 2,
471+
"level": 3,
458472
"title": "IDL Index",
459-
"number": "C"
473+
"number": "B.3"
460474
},
461475
{
462476
"id": "references",
463477
"href": "https://w3c.github.io/compute-pressure/#references",
464478
"level": 2,
465479
"title": "References",
466-
"number": "D"
480+
"number": "C"
467481
},
468482
{
469483
"id": "normative-references",
470484
"href": "https://w3c.github.io/compute-pressure/#normative-references",
471485
"level": 3,
472486
"title": "Normative references",
473-
"number": "D.1"
487+
"number": "C.1"
474488
},
475489
{
476490
"id": "informative-references",
477491
"href": "https://w3c.github.io/compute-pressure/#informative-references",
478492
"level": 3,
479493
"title": "Informative references",
480-
"number": "D.2"
494+
"number": "C.2"
481495
}
482496
]
483497
}

ed/ids/compute-pressure.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,12 +1019,16 @@
10191019
"https://w3c.github.io/compute-pressure/#dfn-user-agent",
10201020
"https://w3c.github.io/compute-pressure/#acknowledgments",
10211021
"https://w3c.github.io/compute-pressure/#a-acknowledgments",
1022+
"https://w3c.github.io/compute-pressure/#substantive-changes-summary",
1023+
"https://w3c.github.io/compute-pressure/#b-summary-of-substantive-changes",
1024+
"https://w3c.github.io/compute-pressure/#substantive-changes-summary-fpwd",
1025+
"https://w3c.github.io/compute-pressure/#b-1-changes-since-the-first-public-working-draft-2022-12-20",
10221026
"https://w3c.github.io/compute-pressure/#index",
1023-
"https://w3c.github.io/compute-pressure/#b-index",
1027+
"https://w3c.github.io/compute-pressure/#b-2-index",
10241028
"https://w3c.github.io/compute-pressure/#index-defined-here",
1025-
"https://w3c.github.io/compute-pressure/#b-1-terms-defined-by-this-specification",
1029+
"https://w3c.github.io/compute-pressure/#b-2-1-terms-defined-by-this-specification",
10261030
"https://w3c.github.io/compute-pressure/#index-defined-elsewhere",
1027-
"https://w3c.github.io/compute-pressure/#b-2-terms-defined-by-reference",
1031+
"https://w3c.github.io/compute-pressure/#b-2-2-terms-defined-by-reference",
10281032
"https://w3c.github.io/compute-pressure/#index-term-document-interface",
10291033
"https://w3c.github.io/compute-pressure/#index-term-documents",
10301034
"https://w3c.github.io/compute-pressure/#index-term-node",
@@ -1130,7 +1134,7 @@
11301134
"https://w3c.github.io/compute-pressure/#index-term-undefined-type",
11311135
"https://w3c.github.io/compute-pressure/#index-term-unsigned-long-type",
11321136
"https://w3c.github.io/compute-pressure/#idl-index",
1133-
"https://w3c.github.io/compute-pressure/#c-idl-index",
1137+
"https://w3c.github.io/compute-pressure/#b-3-idl-index",
11341138
"https://w3c.github.io/compute-pressure/#actual-idl-index",
11351139
"https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-16",
11361140
"https://w3c.github.io/compute-pressure/#ref-for-dom-pressurestate-8",
@@ -1177,9 +1181,9 @@
11771181
"https://w3c.github.io/compute-pressure/#ref-for-index-term-unsigned-long-type-2",
11781182
"https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserveroptions-sampleinterval-4",
11791183
"https://w3c.github.io/compute-pressure/#references",
1180-
"https://w3c.github.io/compute-pressure/#d-references",
1184+
"https://w3c.github.io/compute-pressure/#c-references",
11811185
"https://w3c.github.io/compute-pressure/#normative-references",
1182-
"https://w3c.github.io/compute-pressure/#d-1-normative-references",
1186+
"https://w3c.github.io/compute-pressure/#c-1-normative-references",
11831187
"https://w3c.github.io/compute-pressure/#bib-dom",
11841188
"https://w3c.github.io/compute-pressure/#bib-hr-time",
11851189
"https://w3c.github.io/compute-pressure/#bib-html",
@@ -1191,7 +1195,7 @@
11911195
"https://w3c.github.io/compute-pressure/#bib-webdriver2",
11921196
"https://w3c.github.io/compute-pressure/#bib-webidl",
11931197
"https://w3c.github.io/compute-pressure/#informative-references",
1194-
"https://w3c.github.io/compute-pressure/#d-2-informative-references",
1198+
"https://w3c.github.io/compute-pressure/#c-2-informative-references",
11951199
"https://w3c.github.io/compute-pressure/#bib-ecmascript",
11961200
"https://w3c.github.io/compute-pressure/#back-to-top"
11971201
]

ed/ids/infra.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -766,21 +766,27 @@
766766
"https://infra.spec.whatwg.org/#ref-for-list-clone%E2%91%A0",
767767
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A2",
768768
"https://infra.spec.whatwg.org/#ref-for-set-append%E2%91%A2",
769-
"https://infra.spec.whatwg.org/#the-range",
769+
"https://infra.spec.whatwg.org/#set-difference",
770770
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0%E2%91%A6",
771-
"https://infra.spec.whatwg.org/#the-exclusive-range",
772771
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0%E2%91%A7",
772+
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A3",
773+
"https://infra.spec.whatwg.org/#ref-for-list-contain%E2%91%A0%E2%93%AA",
774+
"https://infra.spec.whatwg.org/#ref-for-set-append%E2%91%A3",
775+
"https://infra.spec.whatwg.org/#the-range",
773776
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0%E2%91%A8",
777+
"https://infra.spec.whatwg.org/#the-exclusive-range",
778+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%93%AA",
779+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A0",
774780
"https://infra.spec.whatwg.org/#example-the-range",
775-
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A3",
781+
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A4",
776782
"https://infra.spec.whatwg.org/#ref-for-the-range",
777783
"https://infra.spec.whatwg.org/#maps",
778784
"https://infra.spec.whatwg.org/#ordered-map",
779785
"https://infra.spec.whatwg.org/#ref-for-tuple%E2%91%A2",
780786
"https://infra.spec.whatwg.org/#map-key",
781787
"https://infra.spec.whatwg.org/#map-value",
782788
"https://infra.spec.whatwg.org/#map-entry",
783-
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%93%AA",
789+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A1",
784790
"https://infra.spec.whatwg.org/#ref-for-ordered-map%E2%91%A0",
785791
"https://infra.spec.whatwg.org/#ref-for-map-entry",
786792
"https://infra.spec.whatwg.org/#example-map-notation",
@@ -823,7 +829,7 @@
823829
"https://infra.spec.whatwg.org/#ref-for-map-exists%E2%91%A2",
824830
"https://infra.spec.whatwg.org/#map-getting-the-keys",
825831
"https://infra.spec.whatwg.org/#ref-for-ordered-map%E2%91%A0%E2%91%A1",
826-
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A0",
832+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A2",
827833
"https://infra.spec.whatwg.org/#ref-for-list-item%E2%91%A1%E2%91%A3",
828834
"https://infra.spec.whatwg.org/#ref-for-map-getting-the-keys",
829835
"https://infra.spec.whatwg.org/#ref-for-map-entry%E2%91%A5",
@@ -932,14 +938,14 @@
932938
"https://infra.spec.whatwg.org/#ref-for-list%E2%91%A4%E2%91%A6",
933939
"https://infra.spec.whatwg.org/#ref-for-sec-tolength",
934940
"https://infra.spec.whatwg.org/#ref-for-sec-get-o-p",
935-
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A4",
941+
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A5",
936942
"https://infra.spec.whatwg.org/#ref-for-the-range%E2%91%A0",
937943
"https://infra.spec.whatwg.org/#ref-for-sec-tostring",
938944
"https://infra.spec.whatwg.org/#ref-for-sec-get-o-p%E2%91%A0",
939945
"https://infra.spec.whatwg.org/#ref-for-convert-a-json-derived-javascript-value-to-an-infra-value%E2%91%A0",
940946
"https://infra.spec.whatwg.org/#ref-for-list-append%E2%91%A1%E2%93%AA",
941947
"https://infra.spec.whatwg.org/#ref-for-ordered-map%E2%91%A1%E2%91%A5",
942-
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A5",
948+
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A6",
943949
"https://infra.spec.whatwg.org/#ref-for-sec-get-o-p%E2%91%A1",
944950
"https://infra.spec.whatwg.org/#ref-for-convert-a-json-derived-javascript-value-to-an-infra-value%E2%91%A1",
945951
"https://infra.spec.whatwg.org/#ref-for-map-set%E2%91%A2",
@@ -966,13 +972,13 @@
966972
"https://infra.spec.whatwg.org/#ref-for-boolean%E2%91%A4",
967973
"https://infra.spec.whatwg.org/#ref-for-list%E2%91%A5%E2%93%AA",
968974
"https://infra.spec.whatwg.org/#ref-for-sec-arraycreate",
969-
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A6",
975+
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A7",
970976
"https://infra.spec.whatwg.org/#ref-for-convert-an-infra-value-to-a-json-compatible-javascript-value%E2%91%A0",
971977
"https://infra.spec.whatwg.org/#ref-for-sec-createdatapropertyorthrow",
972978
"https://infra.spec.whatwg.org/#ref-for-sec-tostring%E2%91%A0",
973979
"https://infra.spec.whatwg.org/#ref-for-ordered-map%E2%91%A1%E2%91%A8",
974980
"https://infra.spec.whatwg.org/#ref-for-sec-ordinaryobjectcreate",
975-
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A7",
981+
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A8",
976982
"https://infra.spec.whatwg.org/#ref-for-string%E2%91%A6%E2%91%A8",
977983
"https://infra.spec.whatwg.org/#ref-for-convert-an-infra-value-to-a-json-compatible-javascript-value%E2%91%A1",
978984
"https://infra.spec.whatwg.org/#ref-for-sec-createdatapropertyorthrow%E2%91%A0",

0 commit comments

Comments
 (0)