Skip to content

Commit b9e3fbc

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 17.2.10.
1 parent 9e19963 commit b9e3fbc

File tree

13 files changed

+95
-158
lines changed

13 files changed

+95
-158
lines changed

tr/algorithms/uievents-key.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "clipboard-read",
99
"href": "https://www.w3.org/TR/uievents-key/#select-an-appropriate-key-attribute-value",
10-
"html": "<h4 class=\"heading settled\" data-level=\"2.2.1\" id=\"h-clipboard-read\"><span class=\"secno\">2.2.1. </span><span class=\"content\"><dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"select-an-appropriate-key-attribute-value\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">select an appropriate key attribute value</dfn><span style=\"position: relative; height: 0px;\"></span></span><a class=\"self-link\" href=\"https://www.w3.org/TR/uievents-key/#h-clipboard-read\"></a></h4>\n To <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/uievents-key/#select-an-appropriate-key-attribute-value\" id=\"ref-for-select-an-appropriate-key-attribute-value\">select an appropriate key attribute value</a> to store in a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/uievents/#interface-keyboardevent\" id=\"ref-for-interface-keyboardevent⑥\">KeyboardEvent</a></code>'s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/uievents/#dom-keyboardevent-key\" id=\"ref-for-dom-keyboardevent-key⑦\">key</a></code> attribute, run these steps:",
10+
"html": "<h4 class=\"heading settled\" data-level=\"2.2.1\" id=\"h-clipboard-read\"><span class=\"secno\">2.2.1. </span><span class=\"content\"><dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"select-an-appropriate-key-attribute-value\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">select an appropriate key attribute value</dfn></span><a class=\"self-link\" href=\"https://www.w3.org/TR/uievents-key/#h-clipboard-read\"></a></h4>\n To <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/uievents-key/#select-an-appropriate-key-attribute-value\" id=\"ref-for-select-an-appropriate-key-attribute-value\">select an appropriate key attribute value</a> to store in a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/uievents/#interface-keyboardevent\" id=\"ref-for-interface-keyboardevent⑥\">KeyboardEvent</a></code>'s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/uievents/#dom-keyboardevent-key\" id=\"ref-for-dom-keyboardevent-key⑦\">key</a></code> attribute, run these steps:",
1111
"rationale": ".algorithm",
1212
"steps": [
1313
{

tr/dfns/uievents-code.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,10 @@
149149
"access": "private",
150150
"informative": false,
151151
"heading": {
152-
"href": "https://www.w3.org/TR/uievents-code/#keypad",
153-
"title": "UI Events KeyboardEvent code Values"
152+
"id": "key-numpad-section",
153+
"href": "https://www.w3.org/TR/uievents-code/#key-numpad-section",
154+
"title": "Numpad Section",
155+
"number": "3.4"
154156
},
155157
"definedIn": "prose"
156158
},
@@ -185,8 +187,10 @@
185187
"access": "private",
186188
"informative": false,
187189
"heading": {
188-
"href": "https://www.w3.org/TR/uievents-code/#function-key",
189-
"title": "UI Events KeyboardEvent code Values"
190+
"id": "key-function-section",
191+
"href": "https://www.w3.org/TR/uievents-code/#key-function-section",
192+
"title": "Function Section",
193+
"number": "3.5"
190194
},
191195
"definedIn": "prose"
192196
},

tr/dfns/uievents-key.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@
5454
"access": "private",
5555
"informative": false,
5656
"heading": {
57-
"href": "https://www.w3.org/TR/uievents-key/#non-control-character",
58-
"title": "UI Events KeyboardEvent key Values"
57+
"id": "keys-unicode",
58+
"href": "https://www.w3.org/TR/uievents-key/#keys-unicode",
59+
"title": "Unicode Values",
60+
"number": "2.1"
5961
},
6062
"definedIn": "prose"
6163
},
@@ -71,8 +73,10 @@
7173
"access": "private",
7274
"informative": false,
7375
"heading": {
74-
"href": "https://www.w3.org/TR/uievents-key/#combining-character",
75-
"title": "UI Events KeyboardEvent key Values"
76+
"id": "keys-unicode",
77+
"href": "https://www.w3.org/TR/uievents-key/#keys-unicode",
78+
"title": "Unicode Values",
79+
"number": "2.1"
7680
},
7781
"definedIn": "prose"
7882
},

tr/headings/uievents-code.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
"level": 2,
1111
"title": "Abstract"
1212
},
13-
{
14-
"id": "sotd",
15-
"href": "https://www.w3.org/TR/uievents-code/#sotd",
16-
"level": 2,
17-
"title": "Status of this document"
18-
},
1913
{
2014
"id": "toc",
2115
"href": "https://www.w3.org/TR/uievents-code/#toc",

tr/headings/uievents-key.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
"level": 2,
1111
"title": "Abstract"
1212
},
13-
{
14-
"id": "sotd",
15-
"href": "https://www.w3.org/TR/uievents-key/#sotd",
16-
"level": 2,
17-
"title": "Status of this document"
18-
},
1913
{
2014
"id": "toc",
2115
"href": "https://www.w3.org/TR/uievents-key/#toc",

tr/ids/uievents-code.json

Lines changed: 7 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"https://www.w3.org/TR/uievents-code/#toc-nav",
88
"https://www.w3.org/TR/uievents-code/#toc-jump",
99
"https://www.w3.org/TR/uievents-code/#toc-toggle",
10+
"https://www.w3.org/TR/uievents-code/#toc-theme-toggle",
1011
"https://www.w3.org/TR/uievents-code/#w3c-state",
1112
"https://www.w3.org/TR/uievents-code/#abstract",
1213
"https://www.w3.org/TR/uievents-code/#sotd",
@@ -105,20 +106,14 @@
105106
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A4",
106107
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A5",
107108
"https://www.w3.org/TR/uievents-code/#key-code-attribute-value",
108-
"https://www.w3.org/TR/uievents-code/#infopanel-for-key-code-attribute-value",
109-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-key-code-attribute-value",
110109
"https://www.w3.org/TR/uievents-code/#ref-for-interface-keyboardevent%E2%91%A0",
111110
"https://www.w3.org/TR/uievents-code/#ref-for-key-code-attribute-value%E2%91%A0",
112111
"https://www.w3.org/TR/uievents-code/#key-alphanumeric-section",
113112
"https://www.w3.org/TR/uievents-code/#alphanumeric-section",
114-
"https://www.w3.org/TR/uievents-code/#infopanel-for-alphanumeric-section",
115-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-alphanumeric-section",
116113
"https://www.w3.org/TR/uievents-code/#ref-for-writing-system-keys%E2%91%A0",
117114
"https://www.w3.org/TR/uievents-code/#ref-for-functional-keys",
118115
"https://www.w3.org/TR/uievents-code/#key-alphanumeric-writing-system",
119116
"https://www.w3.org/TR/uievents-code/#writing-system-keys",
120-
"https://www.w3.org/TR/uievents-code/#infopanel-for-writing-system-keys",
121-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-writing-system-keys",
122117
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-key%E2%91%A3",
123118
"https://www.w3.org/TR/uievents-code/#figure-keyboard-codes-alphanum1",
124119
"https://www.w3.org/TR/uievents-code/#ref-for-writing-system-keys%E2%91%A1",
@@ -183,8 +178,6 @@
183178
"https://www.w3.org/TR/uievents-code/#code-Slash",
184179
"https://www.w3.org/TR/uievents-code/#key-alphanumeric-functional",
185180
"https://www.w3.org/TR/uievents-code/#functional-keys",
186-
"https://www.w3.org/TR/uievents-code/#infopanel-for-functional-keys",
187-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-functional-keys",
188181
"https://www.w3.org/TR/uievents-code/#ref-for-function-key%E2%91%A0",
189182
"https://www.w3.org/TR/uievents-code/#ref-for-alphanumeric-section%E2%91%A8",
190183
"https://www.w3.org/TR/uievents-code/#figure-keyboard-codes-alphanum2",
@@ -225,8 +218,6 @@
225218
"https://www.w3.org/TR/uievents-code/#code-NonConvert",
226219
"https://www.w3.org/TR/uievents-code/#key-controlpad-section",
227220
"https://www.w3.org/TR/uievents-code/#control-pad",
228-
"https://www.w3.org/TR/uievents-code/#infopanel-for-control-pad",
229-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-control-pad",
230221
"https://www.w3.org/TR/uievents-code/#figure-control-pad",
231222
"https://www.w3.org/TR/uievents-code/#ref-for-control-pad%E2%91%A7",
232223
"https://www.w3.org/TR/uievents-code/#table-key-code-controlpad",
@@ -243,8 +234,6 @@
243234
"https://www.w3.org/TR/uievents-code/#ref-for-function-section%E2%91%A7",
244235
"https://www.w3.org/TR/uievents-code/#key-arrowpad-section",
245236
"https://www.w3.org/TR/uievents-code/#arrow-pad",
246-
"https://www.w3.org/TR/uievents-code/#infopanel-for-arrow-pad",
247-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-arrow-pad",
248237
"https://www.w3.org/TR/uievents-code/#figure-arrow-pad",
249238
"https://www.w3.org/TR/uievents-code/#ref-for-arrow-pad%E2%91%A7",
250239
"https://www.w3.org/TR/uievents-code/#table-key-code-arrowpad",
@@ -256,13 +245,9 @@
256245
"https://www.w3.org/TR/uievents-code/#code-ArrowUp",
257246
"https://www.w3.org/TR/uievents-code/#key-numpad-section",
258247
"https://www.w3.org/TR/uievents-code/#numpad",
259-
"https://www.w3.org/TR/uievents-code/#infopanel-for-numpad",
260-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-numpad",
261248
"https://www.w3.org/TR/uievents-code/#ref-for-control-pad%E2%91%A8",
262249
"https://www.w3.org/TR/uievents-code/#ref-for-arrow-pad%E2%91%A8",
263250
"https://www.w3.org/TR/uievents-code/#keypad",
264-
"https://www.w3.org/TR/uievents-code/#infopanel-for-keypad",
265-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-keypad",
266251
"https://www.w3.org/TR/uievents-code/#ref-for-numpad%E2%91%A0%E2%93%AA",
267252
"https://www.w3.org/TR/uievents-code/#figure-numpad",
268253
"https://www.w3.org/TR/uievents-code/#ref-for-numpad%E2%91%A0%E2%91%A0",
@@ -311,13 +296,9 @@
311296
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A0%E2%91%A7",
312297
"https://www.w3.org/TR/uievents-code/#key-function-section",
313298
"https://www.w3.org/TR/uievents-code/#function-section",
314-
"https://www.w3.org/TR/uievents-code/#infopanel-for-function-section",
315-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-function-section",
316299
"https://www.w3.org/TR/uievents-code/#ref-for-alphanumeric-section%E2%91%A0%E2%91%A0",
317300
"https://www.w3.org/TR/uievents-code/#ref-for-function-key%E2%91%A1",
318301
"https://www.w3.org/TR/uievents-code/#function-key",
319-
"https://www.w3.org/TR/uievents-code/#infopanel-for-function-key",
320-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-function-key",
321302
"https://www.w3.org/TR/uievents-code/#ref-for-function-key%E2%91%A2",
322303
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A0%E2%91%A8",
323304
"https://www.w3.org/TR/uievents-code/#ref-for-function-key%E2%91%A3",
@@ -350,8 +331,6 @@
350331
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A1%E2%91%A1",
351332
"https://www.w3.org/TR/uievents-code/#key-media",
352333
"https://www.w3.org/TR/uievents-code/#media-keys",
353-
"https://www.w3.org/TR/uievents-code/#infopanel-for-media-keys",
354-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-media-keys",
355334
"https://www.w3.org/TR/uievents-code/#ref-for-media-keys",
356335
"https://www.w3.org/TR/uievents-code/#ref-for-function-key%E2%91%A6",
357336
"https://www.w3.org/TR/uievents-code/#ref-for-media-keys%E2%91%A0",
@@ -443,24 +422,12 @@
443422
"https://www.w3.org/TR/uievents-code/#index",
444423
"https://www.w3.org/TR/uievents-code/#index-defined-here",
445424
"https://www.w3.org/TR/uievents-code/#index-defined-elsewhere",
446-
"https://www.w3.org/TR/uievents-code/#4103741029595e9e13c67dab91d1e3bd",
447-
"https://www.w3.org/TR/uievents-code/#infopanel-for-4103741029595e9e13c67dab91d1e3bd",
448-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-4103741029595e9e13c67dab91d1e3bd",
449-
"https://www.w3.org/TR/uievents-code/#16015a3adb23f6b5bcd1da9550190b1a",
450-
"https://www.w3.org/TR/uievents-code/#infopanel-for-16015a3adb23f6b5bcd1da9550190b1a",
451-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-16015a3adb23f6b5bcd1da9550190b1a",
452-
"https://www.w3.org/TR/uievents-code/#e604a5849fdf8059e0f5a8fb9b7ba547",
453-
"https://www.w3.org/TR/uievents-code/#infopanel-for-e604a5849fdf8059e0f5a8fb9b7ba547",
454-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-e604a5849fdf8059e0f5a8fb9b7ba547",
455-
"https://www.w3.org/TR/uievents-code/#0e3150549665e2be6e0eb7354b4500e8",
456-
"https://www.w3.org/TR/uievents-code/#infopanel-for-0e3150549665e2be6e0eb7354b4500e8",
457-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-0e3150549665e2be6e0eb7354b4500e8",
458-
"https://www.w3.org/TR/uievents-code/#c39f8aecd2386c36082f4a5c5d520d18",
459-
"https://www.w3.org/TR/uievents-code/#infopanel-for-c39f8aecd2386c36082f4a5c5d520d18",
460-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-c39f8aecd2386c36082f4a5c5d520d18",
461-
"https://www.w3.org/TR/uievents-code/#e412f119fdd0a9f2319e8d3718690802",
462-
"https://www.w3.org/TR/uievents-code/#infopanel-for-e412f119fdd0a9f2319e8d3718690802",
463-
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-e412f119fdd0a9f2319e8d3718690802",
425+
"https://www.w3.org/TR/uievents-code/#915aff5e",
426+
"https://www.w3.org/TR/uievents-code/#4031d31b",
427+
"https://www.w3.org/TR/uievents-code/#1e6c87f4",
428+
"https://www.w3.org/TR/uievents-code/#dd357ae7",
429+
"https://www.w3.org/TR/uievents-code/#2bc0e269",
430+
"https://www.w3.org/TR/uievents-code/#d6f5a4cc",
464431
"https://www.w3.org/TR/uievents-code/#references",
465432
"https://www.w3.org/TR/uievents-code/#normative",
466433
"https://www.w3.org/TR/uievents-code/#biblio-infra",

0 commit comments

Comments
 (0)