Skip to content

Commit 5b8c5df

Browse files
author
curation-bot
committed
Publish curated data from 551a4b8
Curated data generated from raw data at 551a4b8
1 parent b218093 commit 5b8c5df

22 files changed

+564
-451
lines changed

ed/algorithms/css-grid-1.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

ed/algorithms/css-grid-2.json

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

ed/algorithms/webauthn-3.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@
18691869
"rationale": "let",
18701870
"steps": [
18711871
{
1872-
"html": "<p>Let <var>options</var> be a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webappsec-credential-management/#dictdef-credentialrequestoptions\" id=\"ref-for-dictdef-credentialrequestoptions③\">CredentialRequestOptions</a></code> structure configured to the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#relying-party\" id=\"ref-for-relying-party②⑦④\">Relying Party</a>'s needs for the ceremony.\nLet <var>pkOptions</var> be <code><var>options</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webauthn/#dom-credentialcreationoptions-publickey\" id=\"ref-for-dom-credentialcreationoptions-publickey\">publicKey</a></code></code>.</p>"
1872+
"html": "<p>Let <var>options</var> be a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webappsec-credential-management/#dictdef-credentialrequestoptions\" id=\"ref-for-dictdef-credentialrequestoptions③\">CredentialRequestOptions</a></code> structure configured to the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#relying-party\" id=\"ref-for-relying-party②⑦④\">Relying Party</a>'s needs for the ceremony.\nLet <var>pkOptions</var> be <code><var>options</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webauthn/#dom-credentialrequestoptions-publickey\" id=\"ref-for-dom-credentialrequestoptions-publickey\">publicKey</a></code></code>.</p>"
18731873
},
18741874
{
18751875
"html": "<p>Call <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webappsec-credential-management/#dom-credentialscontainer-get\" id=\"ref-for-dom-credentialscontainer-get③②\">navigator.credentials.get()</a></code> and pass <var>options</var> as the argument.\nLet <var>credential</var> be the result of the successfully resolved promise.\nIf the promise is rejected, abort the ceremony with a user-visible error, or otherwise guide the user experience as might\nbe determinable from the context available in the rejected promise. For information on different error contexts and the\ncircumstances leading to them, see <a href=\"https://w3c.github.io/webauthn/#sctn-op-get-assertion\">§ 6.3.3 The authenticatorGetAssertion Operation</a>.</p>"
@@ -2621,7 +2621,19 @@
26212621
"html": "<p>If <var>backupState</var> is not defined, set <var>backupState</var> to the value of the <var>authenticator</var>’s <var>defaultBackupState</var>.</p>"
26222622
},
26232623
{
2624-
"html": "<p>Let <var>credential</var> be a new <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#client-side-discoverable-public-key-credential-source\" id=\"ref-for-client-side-discoverable-public-key-credential-source⑦\">Client-side discoverable Public Key Credential Source</a> if <var>isResidentCredential</var> is <code>true</code> or a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#server-side-public-key-credential-source\" id=\"ref-for-server-side-public-key-credential-source②\">Server-side Public Key Credential Source</a> otherwise whose items are:</p>\n <dl>\n <dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#public-key-credential-source-type\" id=\"ref-for-public-key-credential-source-type④\">type</a>\n </dt><dd data-md=\"\">\n <p><code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webauthn/#dom-publickeycredentialtype-public-key\" id=\"ref-for-dom-publickeycredentialtype-public-key⑦\">public-key</a></code></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#public-key-credential-source-id\" id=\"ref-for-public-key-credential-source-id⑧\">id</a>\n </dt><dd data-md=\"\">\n <p><var>credentialId</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#public-key-credential-source-privatekey\" id=\"ref-for-public-key-credential-source-privatekey③\">privateKey</a>\n </dt><dd data-md=\"\">\n <p><var>privateKey</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#public-key-credential-source-rpid\" id=\"ref-for-public-key-credential-source-rpid⑧\">rpId</a>\n </dt><dd data-md=\"\">\n <p><var>rpId</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#public-key-credential-source-userhandle\" id=\"ref-for-public-key-credential-source-userhandle⑦\">userHandle</a>\n </dt><dd data-md=\"\">\n <p><var>userHandle</var></p>\n </dd></dl>"
2624+
"html": "<p>Let <var>userName</var> be the <var>parameters</var>’ <var>userName</var> property.</p>"
2625+
},
2626+
{
2627+
"html": "<p>If <var>userName</var> is not defined, set <var>userName</var> to the empty string.</p>"
2628+
},
2629+
{
2630+
"html": "<p>Let <var>userDisplayName</var> be the <var>parameters</var>’ <var>userDisplayName</var> property.</p>"
2631+
},
2632+
{
2633+
"html": "<p>If <var>userDisplayName</var> is not defined, set <var>userDisplayName</var> to the empty string.</p>"
2634+
},
2635+
{
2636+
"html": "<p>Let <var>credential</var> be a new <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#client-side-discoverable-public-key-credential-source\" id=\"ref-for-client-side-discoverable-public-key-credential-source⑦\">Client-side discoverable Public Key Credential Source</a> if <var>isResidentCredential</var> is <code>true</code> or a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#server-side-public-key-credential-source\" id=\"ref-for-server-side-public-key-credential-source②\">Server-side Public Key Credential Source</a> otherwise whose items are:</p>\n <dl>\n <dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#public-key-credential-source-type\" id=\"ref-for-public-key-credential-source-type④\">type</a>\n </dt><dd data-md=\"\">\n <p><code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webauthn/#dom-publickeycredentialtype-public-key\" id=\"ref-for-dom-publickeycredentialtype-public-key⑦\">public-key</a></code></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#public-key-credential-source-id\" id=\"ref-for-public-key-credential-source-id⑧\">id</a>\n </dt><dd data-md=\"\">\n <p><var>credentialId</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#public-key-credential-source-privatekey\" id=\"ref-for-public-key-credential-source-privatekey③\">privateKey</a>\n </dt><dd data-md=\"\">\n <p><var>privateKey</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#public-key-credential-source-rpid\" id=\"ref-for-public-key-credential-source-rpid⑧\">rpId</a>\n </dt><dd data-md=\"\">\n <p><var>rpId</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#public-key-credential-source-userhandle\" id=\"ref-for-public-key-credential-source-userhandle⑦\">userHandle</a>\n </dt><dd data-md=\"\">\n <p><var>userHandle</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#public-key-credential-source-otherui\" id=\"ref-for-public-key-credential-source-otherui⑥\">otherUI</a>\n </dt><dd data-md=\"\">\n <p>Construct from <var>userName</var> and <var>userDisplayName</var>.</p>\n </dd></dl>"
26252637
},
26262638
{
26272639
"html": "<p>Set the <var>credential</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#backup-eligibility\" id=\"ref-for-backup-eligibility⑦\">backup eligibility</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webauthn/#credential-properties\" id=\"ref-for-credential-properties⑥\">credential property</a> to <var>backupEligibility</var>.</p>"

ed/dfns/sourcemap.json

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -933,14 +933,16 @@
933933
"definedIn": "prose"
934934
},
935935
{
936-
"id": "sections",
937-
"href": "https://tc39.es/source-map/#sections",
936+
"id": "index-map-sections",
937+
"href": "https://tc39.es/source-map/#index-map-sections",
938938
"linkingText": [
939939
"sections"
940940
],
941941
"localLinkingText": [],
942942
"type": "dfn",
943-
"for": [],
943+
"for": [
944+
"index-map"
945+
],
944946
"access": "private",
945947
"informative": false,
946948
"heading": {
@@ -952,38 +954,42 @@
952954
"definedIn": "prose"
953955
},
954956
{
955-
"id": "offset",
956-
"href": "https://tc39.es/source-map/#offset",
957+
"id": "index-map-offset",
958+
"href": "https://tc39.es/source-map/#index-map-offset",
957959
"linkingText": [
958960
"offset"
959961
],
960962
"localLinkingText": [],
961963
"type": "dfn",
962-
"for": [],
964+
"for": [
965+
"index-map"
966+
],
963967
"access": "private",
964968
"informative": false,
965969
"heading": {
966-
"id": "section",
967-
"href": "https://tc39.es/source-map/#section",
970+
"id": "section-object",
971+
"href": "https://tc39.es/source-map/#section-object",
968972
"title": "Section",
969973
"number": "4.1"
970974
},
971975
"definedIn": "prose"
972976
},
973977
{
974-
"id": "map",
975-
"href": "https://tc39.es/source-map/#map",
978+
"id": "index-map-map",
979+
"href": "https://tc39.es/source-map/#index-map-map",
976980
"linkingText": [
977981
"map"
978982
],
979983
"localLinkingText": [],
980984
"type": "dfn",
981-
"for": [],
985+
"for": [
986+
"index-map"
987+
],
982988
"access": "private",
983989
"informative": false,
984990
"heading": {
985-
"id": "section",
986-
"href": "https://tc39.es/source-map/#section",
991+
"id": "section-object",
992+
"href": "https://tc39.es/source-map/#section-object",
987993
"title": "Section",
988994
"number": "4.1"
989995
},
@@ -1020,8 +1026,8 @@
10201026
"access": "private",
10211027
"informative": false,
10221028
"heading": {
1023-
"id": "linking-through-inline-annotations",
1024-
"href": "https://tc39.es/source-map/#linking-through-inline-annotations",
1029+
"id": "linking-inline",
1030+
"href": "https://tc39.es/source-map/#linking-inline",
10251031
"title": "Linking through inline annotations",
10261032
"number": "5.2.2"
10271033
},
@@ -1039,8 +1045,8 @@
10391045
"access": "public",
10401046
"informative": false,
10411047
"heading": {
1042-
"id": "extraction-methods-for-javascript-sources",
1043-
"href": "https://tc39.es/source-map/#extraction-methods-for-javascript-sources",
1048+
"id": "extraction-javascript",
1049+
"href": "https://tc39.es/source-map/#extraction-javascript",
10441050
"title": "Extraction methods for JavaScript sources",
10451051
"number": "5.2.2.1"
10461052
},
@@ -1058,8 +1064,8 @@
10581064
"access": "public",
10591065
"informative": false,
10601066
"heading": {
1061-
"id": "extraction-methods-for-javascript-sources",
1062-
"href": "https://tc39.es/source-map/#extraction-methods-for-javascript-sources",
1067+
"id": "extraction-javascript",
1068+
"href": "https://tc39.es/source-map/#extraction-javascript",
10631069
"title": "Extraction methods for JavaScript sources",
10641070
"number": "5.2.2.1"
10651071
},
@@ -1077,8 +1083,8 @@
10771083
"access": "private",
10781084
"informative": false,
10791085
"heading": {
1080-
"id": "extraction-methods-for-javascript-sources",
1081-
"href": "https://tc39.es/source-map/#extraction-methods-for-javascript-sources",
1086+
"id": "extraction-javascript",
1087+
"href": "https://tc39.es/source-map/#extraction-javascript",
10821088
"title": "Extraction methods for JavaScript sources",
10831089
"number": "5.2.2.1"
10841090
},
@@ -1096,8 +1102,8 @@
10961102
"access": "public",
10971103
"informative": false,
10981104
"heading": {
1099-
"id": "extraction-methods-for-webassembly-binaries",
1100-
"href": "https://tc39.es/source-map/#extraction-methods-for-webassembly-binaries",
1105+
"id": "extraction-wasm",
1106+
"href": "https://tc39.es/source-map/#extraction-wasm",
11011107
"title": "Extraction methods for WebAssembly binaries",
11021108
"number": "5.2.2.3"
11031109
},

ed/headings/sourcemap.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"id": "profile-and-date",
1515
"href": "https://tc39.es/source-map/#profile-and-date",
1616
"level": 2,
17-
"title": "Stage 0: Strawman, 26 September 2024"
17+
"title": "Stage 0: Strawman, 2 October 2024"
1818
},
1919
{
2020
"id": "toc",
@@ -23,14 +23,14 @@
2323
"title": "Table of Contents"
2424
},
2525
{
26-
"id": "about-this-specification",
27-
"href": "https://tc39.es/source-map/#about-this-specification",
26+
"id": "about",
27+
"href": "https://tc39.es/source-map/#about",
2828
"level": 2,
2929
"title": "About this Specification"
3030
},
3131
{
32-
"id": "introduction",
33-
"href": "https://tc39.es/source-map/#introduction",
32+
"id": "intro",
33+
"href": "https://tc39.es/source-map/#intro",
3434
"level": 2,
3535
"title": "Introduction"
3636
},
@@ -69,8 +69,8 @@
6969
"number": "3.1"
7070
},
7171
{
72-
"id": "mappings-for-generated-javascript-code",
73-
"href": "https://tc39.es/source-map/#mappings-for-generated-javascript-code",
72+
"id": "mappings-javascript",
73+
"href": "https://tc39.es/source-map/#mappings-javascript",
7474
"level": 4,
7575
"title": "Mappings for generated JavaScript code",
7676
"number": "3.1.1"
@@ -97,8 +97,8 @@
9797
"number": "4"
9898
},
9999
{
100-
"id": "section",
101-
"href": "https://tc39.es/source-map/#section",
100+
"id": "section-object",
101+
"href": "https://tc39.es/source-map/#section-object",
102102
"level": 3,
103103
"title": "Section",
104104
"number": "4.1"
@@ -125,57 +125,57 @@
125125
"number": "5.2"
126126
},
127127
{
128-
"id": "linking-through-http-headers",
129-
"href": "https://tc39.es/source-map/#linking-through-http-headers",
128+
"id": "linking-http-header",
129+
"href": "https://tc39.es/source-map/#linking-http-header",
130130
"level": 4,
131131
"title": "Linking through HTTP headers",
132132
"number": "5.2.1"
133133
},
134134
{
135-
"id": "linking-through-inline-annotations",
136-
"href": "https://tc39.es/source-map/#linking-through-inline-annotations",
135+
"id": "linking-inline",
136+
"href": "https://tc39.es/source-map/#linking-inline",
137137
"level": 4,
138138
"title": "Linking through inline annotations",
139139
"number": "5.2.2"
140140
},
141141
{
142-
"id": "extraction-methods-for-javascript-sources",
143-
"href": "https://tc39.es/source-map/#extraction-methods-for-javascript-sources",
142+
"id": "extraction-javascript",
143+
"href": "https://tc39.es/source-map/#extraction-javascript",
144144
"level": 5,
145145
"title": "Extraction methods for JavaScript sources",
146146
"number": "5.2.2.1"
147147
},
148148
{
149-
"id": "extraction-methods-for-css-sources",
150-
"href": "https://tc39.es/source-map/#extraction-methods-for-css-sources",
149+
"id": "extraction-css",
150+
"href": "https://tc39.es/source-map/#extraction-css",
151151
"level": 5,
152152
"title": "Extraction methods for CSS sources",
153153
"number": "5.2.2.2"
154154
},
155155
{
156-
"id": "extraction-methods-for-webassembly-binaries",
157-
"href": "https://tc39.es/source-map/#extraction-methods-for-webassembly-binaries",
156+
"id": "extraction-wasm",
157+
"href": "https://tc39.es/source-map/#extraction-wasm",
158158
"level": 5,
159159
"title": "Extraction methods for WebAssembly binaries",
160160
"number": "5.2.2.3"
161161
},
162162
{
163-
"id": "linking-evald-code-to-named-generated-code",
164-
"href": "https://tc39.es/source-map/#linking-evald-code-to-named-generated-code",
163+
"id": "linking-eval",
164+
"href": "https://tc39.es/source-map/#linking-eval",
165165
"level": 3,
166166
"title": "Linking eval’d code to named generated code",
167167
"number": "5.3"
168168
},
169169
{
170-
"id": "language-neutral-stack-mapping-notes",
171-
"href": "https://tc39.es/source-map/#language-neutral-stack-mapping-notes",
170+
"id": "language-neutral-mapping",
171+
"href": "https://tc39.es/source-map/#language-neutral-mapping",
172172
"level": 2,
173173
"title": "Language Neutral Stack Mapping Notes",
174174
"number": "6"
175175
},
176176
{
177-
"id": "multi-level-mapping-notes",
178-
"href": "https://tc39.es/source-map/#multi-level-mapping-notes",
177+
"id": "multi-level-mapping",
178+
"href": "https://tc39.es/source-map/#multi-level-mapping",
179179
"level": 2,
180180
"title": "Multi-level Mapping Notes",
181181
"number": "7"

ed/headings/wasm-js-api-2.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,38 @@
161161
"title": "Security and Privacy Considerations",
162162
"number": "8"
163163
},
164+
{
165+
"id": "change-history",
166+
"href": "https://webassembly.github.io/spec/js-api/#change-history",
167+
"level": 2,
168+
"title": "Change History",
169+
"number": "9"
170+
},
171+
{
172+
"id": "release-20",
173+
"href": "https://webassembly.github.io/spec/js-api/#release-20",
174+
"level": 3,
175+
"title": "Release 2.0",
176+
"number": "9.1"
177+
},
178+
{
179+
"id": "changes-multivalue",
180+
"href": "https://webassembly.github.io/spec/js-api/#changes-multivalue",
181+
"level": 4,
182+
"title": "Multiple Values"
183+
},
184+
{
185+
"id": "changes-bigint",
186+
"href": "https://webassembly.github.io/spec/js-api/#changes-bigint",
187+
"level": 4,
188+
"title": "BigInt Integration"
189+
},
190+
{
191+
"id": "changes-reftypes",
192+
"href": "https://webassembly.github.io/spec/js-api/#changes-reftypes",
193+
"level": 4,
194+
"title": "Reference types"
195+
},
164196
{
165197
"id": "w3c-conformance",
166198
"href": "https://webassembly.github.io/spec/js-api/#w3c-conformance",

ed/headings/wasm-web-api-2.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,33 @@
6363
"title": "Media-type Registration",
6464
"number": "5"
6565
},
66+
{
67+
"id": "security-considerations",
68+
"href": "https://webassembly.github.io/spec/web-api/#security-considerations",
69+
"level": 2,
70+
"title": "Security and Privacy Considerations",
71+
"number": "6"
72+
},
73+
{
74+
"id": "change-history",
75+
"href": "https://webassembly.github.io/spec/web-api/#change-history",
76+
"level": 2,
77+
"title": "Change History",
78+
"number": "7"
79+
},
80+
{
81+
"id": "release-20",
82+
"href": "https://webassembly.github.io/spec/web-api/#release-20",
83+
"level": 3,
84+
"title": "Release 2.0",
85+
"number": "7.1"
86+
},
87+
{
88+
"id": "changes-registration",
89+
"href": "https://webassembly.github.io/spec/web-api/#changes-registration",
90+
"level": 4,
91+
"title": "Media-type Registraton Completed"
92+
},
6693
{
6794
"id": "w3c-conformance",
6895
"href": "https://webassembly.github.io/spec/web-api/#w3c-conformance",

ed/ids/css-content-3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A7",
111111
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-quote",
112112
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A8",
113-
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader",
113+
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader",
114114
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%93%AA",
115115
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-target",
116116
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%91%A0",
@@ -241,9 +241,9 @@
241241
"https://drafts.csswg.org/css-content-3/#ref-for-valdef-content-close-quote%E2%91%A6",
242242
"https://drafts.csswg.org/css-content-3/#example-eb11c28e",
243243
"https://drafts.csswg.org/css-content-3/#leaders",
244-
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader",
244+
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0",
245245
"https://drafts.csswg.org/css-content-3/#leader-function",
246-
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A0",
246+
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A1",
247247
"https://drafts.csswg.org/css-content-3/#funcdef-content-leader",
248248
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-leader-type",
249249
"https://drafts.csswg.org/css-content-3/#funcdef-leader",

0 commit comments

Comments
 (0)