Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Commit e8999a3

Browse files
mikewestannevk
authored andcommitted
Add 'nonce' from HTML and update HTML/Fetch
PR: #11
1 parent d767365 commit e8999a3

File tree

4 files changed

+5
-30
lines changed

4 files changed

+5
-30
lines changed

xrefs/dom/html-generated.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
"attr-script-crossorigin": "scripting.html#attr-script-crossorigin",
167167
"attr-script-defer": "scripting.html#attr-script-defer",
168168
"attr-script-language": "obsolete.html#attr-script-language",
169+
"attr-script-nonce": "scripting.html#attr-script-nonce",
169170
"attr-script-type": "scripting.html#attr-script-type",
170171
"attr-spellcheck": "interaction.html#attr-spellcheck",
171172
"attr-style": "dom.html#the-style-attribute",
@@ -176,7 +177,6 @@
176177
"attr-table-cellspacing": "obsolete.html#attr-table-cellspacing",
177178
"attr-table-frame": "obsolete.html#attr-table-frame",
178179
"attr-table-rules": "obsolete.html#attr-table-rules",
179-
"attr-table-sortable": "tables.html#attr-table-sortable",
180180
"attr-table-summary": "obsolete.html#attr-table-summary",
181181
"attr-td-abbr": "obsolete.html#attr-td-abbr",
182182
"attr-td-scope": "obsolete.html#attr-td-scope",
@@ -188,7 +188,6 @@
188188
"attr-textarea-minlength": "forms.html#attr-textarea-minlength",
189189
"attr-textarea-wrap": "forms.html#attr-textarea-wrap",
190190
"attr-th-abbr": "tables.html#attr-th-abbr",
191-
"attr-th-sorted": "tables.html#attr-th-sorted",
192191
"attr-title": "dom.html#the-title-attribute",
193192
"attr-translate": "dom.html#attr-translate",
194193
"audio": "embedded-content.html#the-audio-element",
@@ -224,7 +223,6 @@
224223
"concept-event-fire": "infrastructure.html#concept-event-fire",
225224
"concept-events-trusted": "infrastructure.html#concept-events-trusted",
226225
"concept-frag-parse-context": "syntax.html#concept-frag-parse-context",
227-
"concept-origin-alias": "browsers.html#concept-origin-alias",
228226
"concept-script": "webappapis.html#concept-script",
229227
"concept-task": "webappapis.html#concept-task",
230228
"constructing the form data set": "forms.html#constructing-form-data-set",
@@ -251,8 +249,6 @@
251249
"dom-alert": "webappapis.html#dom-alert",
252250
"dom-blur": "interaction.html#dom-blur",
253251
"dom-body-bgcolor": "obsolete.html#dom-body-bgcolor",
254-
"dom-classlist": "dom.html#dom-classlist",
255-
"dom-classname": "dom.html#dom-classname",
256252
"dom-click": "interaction.html#dom-click",
257253
"dom-confirm": "webappapis.html#dom-confirm",
258254
"dom-contenteditable": "interaction.html#dom-contenteditable",
@@ -347,14 +343,12 @@
347343
"dom-style": "dom.html#dom-style",
348344
"dom-tabindex": "interaction.html#dom-tabindex",
349345
"dom-table-createtbody": "tables.html#dom-table-createtbody",
350-
"dom-table-stopsorting": "tables.html#dom-table-stopsorting",
351346
"dom-textarea-textlength": "forms.html#dom-textarea-textlength",
352347
"dom-textarea/input-selectiondirection": "forms.html#dom-textarea/input-selectiondirection",
353348
"dom-textarea/input-selectionend": "forms.html#dom-textarea/input-selectionend",
354349
"dom-textarea/input-selectionstart": "forms.html#dom-textarea/input-selectionstart",
355350
"dom-textarea/input-setrangetext": "forms.html#dom-textarea/input-setrangetext",
356351
"dom-textarea/input-setselectionrange": "forms.html#dom-textarea/input-setselectionrange",
357-
"dom-th-sort": "tables.html#dom-th-sort",
358352
"dom-translate": "dom.html#dom-translate",
359353
"dom-window-focus": "interaction.html#dom-window-focus",
360354
"dom-window-postmessage": "comms.html#dom-window-postmessage",
@@ -363,7 +357,6 @@
363357
"dom-windowtimers-setinterval": "webappapis.html#dom-windowtimers-setinterval",
364358
"dom-windowtimers-settimeout": "webappapis.html#dom-windowtimers-settimeout",
365359
"dom-xmldocument-load": "dom.html#dom-xmldocument-load",
366-
"effective script origin": "browsers.html#effective-script-origin",
367360
"embed": "embedded-content.html#the-embed-element",
368361
"entry settings object": "webappapis.html#entry-settings-object",
369362
"environment settings object": "webappapis.html#environment-settings-object",
@@ -458,7 +451,6 @@
458451
"main": "semantics.html#the-main-element",
459452
"map": "embedded-content.html#the-map-element",
460453
"mark": "semantics.html#the-mark-element",
461-
"math": "embedded-content.html#math",
462454
"menu": "forms.html#the-menu-element",
463455
"menuitem": "forms.html#the-menuitem-element",
464456
"messagechannel": "comms.html#messagechannel",
@@ -530,7 +522,6 @@
530522
"style": "semantics.html#the-style-element",
531523
"style sheet ready": "semantics.html#style-sheet-ready",
532524
"summary": "forms.html#the-summary-element",
533-
"svg": "embedded-content.html#svg",
534525
"table": "tables.html#the-table-element",
535526
"table model": "tables.html#table-model",
536527
"task queue": "webappapis.html#task-queue",

xrefs/dom/html.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
"attr-script-async": "attr-script-async",
166166
"attr-script-crossorigin": "attr-script-crossorigin",
167167
"attr-script-defer": "attr-script-defer",
168+
"attr-script-nonce": "attr-script-nonce",
168169
"attr-script-language": "attr-script-language",
169170
"attr-script-type": "attr-script-type",
170171
"attr-spellcheck": "attr-spellcheck",
@@ -176,7 +177,6 @@
176177
"attr-table-cellspacing": "attr-table-cellspacing",
177178
"attr-table-frame": "attr-table-frame",
178179
"attr-table-rules": "attr-table-rules",
179-
"attr-table-sortable": "attr-table-sortable",
180180
"attr-table-summary": "attr-table-summary",
181181
"attr-td-abbr": "attr-td-abbr",
182182
"attr-td-scope": "attr-td-scope",
@@ -188,7 +188,6 @@
188188
"attr-textarea-minlength": "attr-textarea-minlength",
189189
"attr-textarea-wrap": "attr-textarea-wrap",
190190
"attr-th-abbr": "attr-th-abbr",
191-
"attr-th-sorted": "attr-th-sorted",
192191
"attr-title": "the-title-attribute",
193192
"attr-translate": "attr-translate",
194193
"audio": "the-audio-element",
@@ -224,7 +223,6 @@
224223
"concept-event-fire": "concept-event-fire",
225224
"concept-events-trusted": "concept-events-trusted",
226225
"concept-frag-parse-context": "concept-frag-parse-context",
227-
"concept-origin-alias": "concept-origin-alias",
228226
"concept-script": "concept-script",
229227
"concept-task": "concept-task",
230228
"constructing the form data set": "constructing-form-data-set",
@@ -251,8 +249,6 @@
251249
"dom-alert": "dom-alert",
252250
"dom-blur": "dom-blur",
253251
"dom-body-bgcolor": "dom-body-bgcolor",
254-
"dom-classlist": "dom-classlist",
255-
"dom-classname": "dom-classname",
256252
"dom-click": "dom-click",
257253
"dom-confirm": "dom-confirm",
258254
"dom-contenteditable": "dom-contenteditable",
@@ -347,14 +343,12 @@
347343
"dom-style": "dom-style",
348344
"dom-tabindex": "dom-tabindex",
349345
"dom-table-createtbody": "dom-table-createtbody",
350-
"dom-table-stopsorting": "dom-table-stopsorting",
351346
"dom-textarea-textlength": "dom-textarea-textlength",
352347
"dom-textarea/input-selectiondirection": "dom-textarea/input-selectiondirection",
353348
"dom-textarea/input-selectionend": "dom-textarea/input-selectionend",
354349
"dom-textarea/input-selectionstart": "dom-textarea/input-selectionstart",
355350
"dom-textarea/input-setrangetext": "dom-textarea/input-setrangetext",
356351
"dom-textarea/input-setselectionrange": "dom-textarea/input-setselectionrange",
357-
"dom-th-sort": "dom-th-sort",
358352
"dom-translate": "dom-translate",
359353
"dom-window-focus": "dom-window-focus",
360354
"dom-window-postmessage": "dom-window-postmessage",
@@ -363,7 +357,6 @@
363357
"dom-windowtimers-setinterval": "dom-windowtimers-setinterval",
364358
"dom-windowtimers-settimeout": "dom-windowtimers-settimeout",
365359
"dom-xmldocument-load": "dom-xmldocument-load",
366-
"effective script origin": "effective-script-origin",
367360
"embed": "the-embed-element",
368361
"entry settings object": "entry-settings-object",
369362
"environment settings object": "environment-settings-object",
@@ -458,7 +451,6 @@
458451
"main": "the-main-element",
459452
"map": "the-map-element",
460453
"mark": "the-mark-element",
461-
"math": "math",
462454
"menu": "the-menu-element",
463455
"menuitem": "the-menuitem-element",
464456
"messagechannel": "messagechannel",
@@ -530,7 +522,6 @@
530522
"style": "the-style-element",
531523
"style sheet ready": "style-sheet-ready",
532524
"summary": "the-summary-element",
533-
"svg": "svg",
534525
"table": "the-table-element",
535526
"table model": "table-model",
536527
"task queue": "task-queue",

xrefs/dom/w3c-html-generated.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
"attr-script-crossorigin": "scripting.html#attr-script-crossorigin",
167167
"attr-script-defer": "scripting.html#attr-script-defer",
168168
"attr-script-language": "obsolete.html#attr-script-language",
169+
"attr-script-nonce": "scripting.html#attr-script-nonce",
169170
"attr-script-type": "scripting.html#attr-script-type",
170171
"attr-spellcheck": "interaction.html#attr-spellcheck",
171172
"attr-style": "dom.html#the-style-attribute",
@@ -176,7 +177,6 @@
176177
"attr-table-cellspacing": "obsolete.html#attr-table-cellspacing",
177178
"attr-table-frame": "obsolete.html#attr-table-frame",
178179
"attr-table-rules": "obsolete.html#attr-table-rules",
179-
"attr-table-sortable": "tables.html#attr-table-sortable",
180180
"attr-table-summary": "obsolete.html#attr-table-summary",
181181
"attr-td-abbr": "obsolete.html#attr-td-abbr",
182182
"attr-td-scope": "obsolete.html#attr-td-scope",
@@ -188,7 +188,6 @@
188188
"attr-textarea-minlength": "forms.html#attr-textarea-minlength",
189189
"attr-textarea-wrap": "forms.html#attr-textarea-wrap",
190190
"attr-th-abbr": "tables.html#attr-th-abbr",
191-
"attr-th-sorted": "tables.html#attr-th-sorted",
192191
"attr-title": "dom.html#the-title-attribute",
193192
"attr-translate": "dom.html#attr-translate",
194193
"audio": "embedded-content.html#the-audio-element",
@@ -224,7 +223,6 @@
224223
"concept-event-fire": "infrastructure.html#concept-event-fire",
225224
"concept-events-trusted": "infrastructure.html#concept-events-trusted",
226225
"concept-frag-parse-context": "syntax.html#concept-frag-parse-context",
227-
"concept-origin-alias": "browsers.html#concept-origin-alias",
228226
"concept-script": "webappapis.html#concept-script",
229227
"concept-task": "webappapis.html#concept-task",
230228
"constructing the form data set": "forms.html#constructing-form-data-set",
@@ -251,8 +249,6 @@
251249
"dom-alert": "webappapis.html#dom-alert",
252250
"dom-blur": "interaction.html#dom-blur",
253251
"dom-body-bgcolor": "obsolete.html#dom-body-bgcolor",
254-
"dom-classlist": "dom.html#dom-classlist",
255-
"dom-classname": "dom.html#dom-classname",
256252
"dom-click": "interaction.html#dom-click",
257253
"dom-confirm": "webappapis.html#dom-confirm",
258254
"dom-contenteditable": "interaction.html#dom-contenteditable",
@@ -347,14 +343,12 @@
347343
"dom-style": "dom.html#dom-style",
348344
"dom-tabindex": "interaction.html#dom-tabindex",
349345
"dom-table-createtbody": "tables.html#dom-table-createtbody",
350-
"dom-table-stopsorting": "tables.html#dom-table-stopsorting",
351346
"dom-textarea-textlength": "forms.html#dom-textarea-textlength",
352347
"dom-textarea/input-selectiondirection": "forms.html#dom-textarea/input-selectiondirection",
353348
"dom-textarea/input-selectionend": "forms.html#dom-textarea/input-selectionend",
354349
"dom-textarea/input-selectionstart": "forms.html#dom-textarea/input-selectionstart",
355350
"dom-textarea/input-setrangetext": "forms.html#dom-textarea/input-setrangetext",
356351
"dom-textarea/input-setselectionrange": "forms.html#dom-textarea/input-setselectionrange",
357-
"dom-th-sort": "tables.html#dom-th-sort",
358352
"dom-translate": "dom.html#dom-translate",
359353
"dom-window-focus": "interaction.html#dom-window-focus",
360354
"dom-window-postmessage": "comms.html#dom-window-postmessage",
@@ -363,7 +357,6 @@
363357
"dom-windowtimers-setinterval": "webappapis.html#dom-windowtimers-setinterval",
364358
"dom-windowtimers-settimeout": "webappapis.html#dom-windowtimers-settimeout",
365359
"dom-xmldocument-load": "dom.html#dom-xmldocument-load",
366-
"effective script origin": "browsers.html#effective-script-origin",
367360
"embed": "embedded-content.html#the-embed-element",
368361
"entry settings object": "webappapis.html#entry-settings-object",
369362
"environment settings object": "webappapis.html#environment-settings-object",
@@ -458,7 +451,6 @@
458451
"main": "semantics.html#the-main-element",
459452
"map": "embedded-content.html#the-map-element",
460453
"mark": "semantics.html#the-mark-element",
461-
"math": "embedded-content.html#math",
462454
"menu": "forms.html#the-menu-element",
463455
"menuitem": "forms.html#the-menuitem-element",
464456
"messagechannel": "comms.html#messagechannel",
@@ -530,7 +522,6 @@
530522
"style": "semantics.html#the-style-element",
531523
"style sheet ready": "semantics.html#style-sheet-ready",
532524
"summary": "forms.html#the-summary-element",
533-
"svg": "embedded-content.html#svg",
534525
"table": "tables.html#the-table-element",
535526
"table model": "tables.html#table-model",
536527
"task queue": "webappapis.html#task-queue",

xrefs/network/fetch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"concept-request-integrity-metadata": "concept-request-integrity-metadata",
109109
"concept-request-method": "concept-request-method",
110110
"concept-request-mode": "concept-request-mode",
111+
"concept-request-nonce-metadata": "concept-request-nonce-metadata",
111112
"concept-request-origin": "concept-request-origin",
112113
"concept-request-priority": "concept-request-priority",
113114
"concept-request-redirect-count": "concept-request-redirect-count",
@@ -126,6 +127,7 @@
126127
"concept-response-body": "concept-response-body",
127128
"concept-response-cache-state": "concept-response-cache-state",
128129
"concept-response-clone": "concept-response-clone",
130+
"concept-response-cors-exposed-header-name-list": "concept-response-cors-exposed-header-name-list",
129131
"concept-response-csp-list": "concept-response-csp-list",
130132
"concept-response-header-list": "concept-response-header-list",
131133
"concept-response-https-state": "concept-response-https-state",

0 commit comments

Comments
 (0)