Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 17.2.10.
  • Loading branch information
reffy-bot committed Nov 27, 2024
1 parent 9e19963 commit b9e3fbc
Show file tree
Hide file tree
Showing 13 changed files with 95 additions and 158 deletions.
2 changes: 1 addition & 1 deletion tr/algorithms/uievents-key.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "clipboard-read",
"href": "https://www.w3.org/TR/uievents-key/#select-an-appropriate-key-attribute-value",
"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:",
"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:",
"rationale": ".algorithm",
"steps": [
{
Expand Down
12 changes: 8 additions & 4 deletions tr/dfns/uievents-code.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@
"access": "private",
"informative": false,
"heading": {
"href": "https://www.w3.org/TR/uievents-code/#keypad",
"title": "UI Events KeyboardEvent code Values"
"id": "key-numpad-section",
"href": "https://www.w3.org/TR/uievents-code/#key-numpad-section",
"title": "Numpad Section",
"number": "3.4"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -185,8 +187,10 @@
"access": "private",
"informative": false,
"heading": {
"href": "https://www.w3.org/TR/uievents-code/#function-key",
"title": "UI Events KeyboardEvent code Values"
"id": "key-function-section",
"href": "https://www.w3.org/TR/uievents-code/#key-function-section",
"title": "Function Section",
"number": "3.5"
},
"definedIn": "prose"
},
Expand Down
12 changes: 8 additions & 4 deletions tr/dfns/uievents-key.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@
"access": "private",
"informative": false,
"heading": {
"href": "https://www.w3.org/TR/uievents-key/#non-control-character",
"title": "UI Events KeyboardEvent key Values"
"id": "keys-unicode",
"href": "https://www.w3.org/TR/uievents-key/#keys-unicode",
"title": "Unicode Values",
"number": "2.1"
},
"definedIn": "prose"
},
Expand All @@ -71,8 +73,10 @@
"access": "private",
"informative": false,
"heading": {
"href": "https://www.w3.org/TR/uievents-key/#combining-character",
"title": "UI Events KeyboardEvent key Values"
"id": "keys-unicode",
"href": "https://www.w3.org/TR/uievents-key/#keys-unicode",
"title": "Unicode Values",
"number": "2.1"
},
"definedIn": "prose"
},
Expand Down
6 changes: 0 additions & 6 deletions tr/headings/uievents-code.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
"level": 2,
"title": "Abstract"
},
{
"id": "sotd",
"href": "https://www.w3.org/TR/uievents-code/#sotd",
"level": 2,
"title": "Status of this document"
},
{
"id": "toc",
"href": "https://www.w3.org/TR/uievents-code/#toc",
Expand Down
6 changes: 0 additions & 6 deletions tr/headings/uievents-key.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
"level": 2,
"title": "Abstract"
},
{
"id": "sotd",
"href": "https://www.w3.org/TR/uievents-key/#sotd",
"level": 2,
"title": "Status of this document"
},
{
"id": "toc",
"href": "https://www.w3.org/TR/uievents-key/#toc",
Expand Down
47 changes: 7 additions & 40 deletions tr/ids/uievents-code.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"https://www.w3.org/TR/uievents-code/#toc-nav",
"https://www.w3.org/TR/uievents-code/#toc-jump",
"https://www.w3.org/TR/uievents-code/#toc-toggle",
"https://www.w3.org/TR/uievents-code/#toc-theme-toggle",
"https://www.w3.org/TR/uievents-code/#w3c-state",
"https://www.w3.org/TR/uievents-code/#abstract",
"https://www.w3.org/TR/uievents-code/#sotd",
Expand Down Expand Up @@ -105,20 +106,14 @@
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A4",
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A5",
"https://www.w3.org/TR/uievents-code/#key-code-attribute-value",
"https://www.w3.org/TR/uievents-code/#infopanel-for-key-code-attribute-value",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-key-code-attribute-value",
"https://www.w3.org/TR/uievents-code/#ref-for-interface-keyboardevent%E2%91%A0",
"https://www.w3.org/TR/uievents-code/#ref-for-key-code-attribute-value%E2%91%A0",
"https://www.w3.org/TR/uievents-code/#key-alphanumeric-section",
"https://www.w3.org/TR/uievents-code/#alphanumeric-section",
"https://www.w3.org/TR/uievents-code/#infopanel-for-alphanumeric-section",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-alphanumeric-section",
"https://www.w3.org/TR/uievents-code/#ref-for-writing-system-keys%E2%91%A0",
"https://www.w3.org/TR/uievents-code/#ref-for-functional-keys",
"https://www.w3.org/TR/uievents-code/#key-alphanumeric-writing-system",
"https://www.w3.org/TR/uievents-code/#writing-system-keys",
"https://www.w3.org/TR/uievents-code/#infopanel-for-writing-system-keys",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-writing-system-keys",
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-key%E2%91%A3",
"https://www.w3.org/TR/uievents-code/#figure-keyboard-codes-alphanum1",
"https://www.w3.org/TR/uievents-code/#ref-for-writing-system-keys%E2%91%A1",
Expand Down Expand Up @@ -183,8 +178,6 @@
"https://www.w3.org/TR/uievents-code/#code-Slash",
"https://www.w3.org/TR/uievents-code/#key-alphanumeric-functional",
"https://www.w3.org/TR/uievents-code/#functional-keys",
"https://www.w3.org/TR/uievents-code/#infopanel-for-functional-keys",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-functional-keys",
"https://www.w3.org/TR/uievents-code/#ref-for-function-key%E2%91%A0",
"https://www.w3.org/TR/uievents-code/#ref-for-alphanumeric-section%E2%91%A8",
"https://www.w3.org/TR/uievents-code/#figure-keyboard-codes-alphanum2",
Expand Down Expand Up @@ -225,8 +218,6 @@
"https://www.w3.org/TR/uievents-code/#code-NonConvert",
"https://www.w3.org/TR/uievents-code/#key-controlpad-section",
"https://www.w3.org/TR/uievents-code/#control-pad",
"https://www.w3.org/TR/uievents-code/#infopanel-for-control-pad",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-control-pad",
"https://www.w3.org/TR/uievents-code/#figure-control-pad",
"https://www.w3.org/TR/uievents-code/#ref-for-control-pad%E2%91%A7",
"https://www.w3.org/TR/uievents-code/#table-key-code-controlpad",
Expand All @@ -243,8 +234,6 @@
"https://www.w3.org/TR/uievents-code/#ref-for-function-section%E2%91%A7",
"https://www.w3.org/TR/uievents-code/#key-arrowpad-section",
"https://www.w3.org/TR/uievents-code/#arrow-pad",
"https://www.w3.org/TR/uievents-code/#infopanel-for-arrow-pad",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-arrow-pad",
"https://www.w3.org/TR/uievents-code/#figure-arrow-pad",
"https://www.w3.org/TR/uievents-code/#ref-for-arrow-pad%E2%91%A7",
"https://www.w3.org/TR/uievents-code/#table-key-code-arrowpad",
Expand All @@ -256,13 +245,9 @@
"https://www.w3.org/TR/uievents-code/#code-ArrowUp",
"https://www.w3.org/TR/uievents-code/#key-numpad-section",
"https://www.w3.org/TR/uievents-code/#numpad",
"https://www.w3.org/TR/uievents-code/#infopanel-for-numpad",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-numpad",
"https://www.w3.org/TR/uievents-code/#ref-for-control-pad%E2%91%A8",
"https://www.w3.org/TR/uievents-code/#ref-for-arrow-pad%E2%91%A8",
"https://www.w3.org/TR/uievents-code/#keypad",
"https://www.w3.org/TR/uievents-code/#infopanel-for-keypad",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-keypad",
"https://www.w3.org/TR/uievents-code/#ref-for-numpad%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/uievents-code/#figure-numpad",
"https://www.w3.org/TR/uievents-code/#ref-for-numpad%E2%91%A0%E2%91%A0",
Expand Down Expand Up @@ -311,13 +296,9 @@
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/uievents-code/#key-function-section",
"https://www.w3.org/TR/uievents-code/#function-section",
"https://www.w3.org/TR/uievents-code/#infopanel-for-function-section",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-function-section",
"https://www.w3.org/TR/uievents-code/#ref-for-alphanumeric-section%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/uievents-code/#ref-for-function-key%E2%91%A1",
"https://www.w3.org/TR/uievents-code/#function-key",
"https://www.w3.org/TR/uievents-code/#infopanel-for-function-key",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-function-key",
"https://www.w3.org/TR/uievents-code/#ref-for-function-key%E2%91%A2",
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/uievents-code/#ref-for-function-key%E2%91%A3",
Expand Down Expand Up @@ -350,8 +331,6 @@
"https://www.w3.org/TR/uievents-code/#ref-for-dom-keyboardevent-code%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/uievents-code/#key-media",
"https://www.w3.org/TR/uievents-code/#media-keys",
"https://www.w3.org/TR/uievents-code/#infopanel-for-media-keys",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-media-keys",
"https://www.w3.org/TR/uievents-code/#ref-for-media-keys",
"https://www.w3.org/TR/uievents-code/#ref-for-function-key%E2%91%A6",
"https://www.w3.org/TR/uievents-code/#ref-for-media-keys%E2%91%A0",
Expand Down Expand Up @@ -443,24 +422,12 @@
"https://www.w3.org/TR/uievents-code/#index",
"https://www.w3.org/TR/uievents-code/#index-defined-here",
"https://www.w3.org/TR/uievents-code/#index-defined-elsewhere",
"https://www.w3.org/TR/uievents-code/#4103741029595e9e13c67dab91d1e3bd",
"https://www.w3.org/TR/uievents-code/#infopanel-for-4103741029595e9e13c67dab91d1e3bd",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-4103741029595e9e13c67dab91d1e3bd",
"https://www.w3.org/TR/uievents-code/#16015a3adb23f6b5bcd1da9550190b1a",
"https://www.w3.org/TR/uievents-code/#infopanel-for-16015a3adb23f6b5bcd1da9550190b1a",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-16015a3adb23f6b5bcd1da9550190b1a",
"https://www.w3.org/TR/uievents-code/#e604a5849fdf8059e0f5a8fb9b7ba547",
"https://www.w3.org/TR/uievents-code/#infopanel-for-e604a5849fdf8059e0f5a8fb9b7ba547",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-e604a5849fdf8059e0f5a8fb9b7ba547",
"https://www.w3.org/TR/uievents-code/#0e3150549665e2be6e0eb7354b4500e8",
"https://www.w3.org/TR/uievents-code/#infopanel-for-0e3150549665e2be6e0eb7354b4500e8",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-0e3150549665e2be6e0eb7354b4500e8",
"https://www.w3.org/TR/uievents-code/#c39f8aecd2386c36082f4a5c5d520d18",
"https://www.w3.org/TR/uievents-code/#infopanel-for-c39f8aecd2386c36082f4a5c5d520d18",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-c39f8aecd2386c36082f4a5c5d520d18",
"https://www.w3.org/TR/uievents-code/#e412f119fdd0a9f2319e8d3718690802",
"https://www.w3.org/TR/uievents-code/#infopanel-for-e412f119fdd0a9f2319e8d3718690802",
"https://www.w3.org/TR/uievents-code/#infopaneltitle-for-e412f119fdd0a9f2319e8d3718690802",
"https://www.w3.org/TR/uievents-code/#915aff5e",
"https://www.w3.org/TR/uievents-code/#4031d31b",
"https://www.w3.org/TR/uievents-code/#1e6c87f4",
"https://www.w3.org/TR/uievents-code/#dd357ae7",
"https://www.w3.org/TR/uievents-code/#2bc0e269",
"https://www.w3.org/TR/uievents-code/#d6f5a4cc",
"https://www.w3.org/TR/uievents-code/#references",
"https://www.w3.org/TR/uievents-code/#normative",
"https://www.w3.org/TR/uievents-code/#biblio-infra",
Expand Down
Loading

0 comments on commit b9e3fbc

Please sign in to comment.