Skip to content

Commit 640ddd6

Browse files
Update key codes for Meta Left/Right, Pause, and Numpad Equal (#1740)
SHA: cad2a23 Reason: push, by whimboo Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 31bedd1 commit 640ddd6

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

index.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
192192
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
193193
</style>
194-
<meta name="revision" content="ea8ff970b5f2c227534ed91f76f4077b0a81bc59">
194+
<meta name="revision" content="cad2a2359d083b56de2b6e990124cf9a72340061">
195195
<meta name="description" content="WebDriver is a remote control interface
196196
that enables introspection and control of user agents.
197197
It provides a platform- and language-neutral wire protocol
@@ -279,15 +279,15 @@
279279
],
280280
"profile": "web-platform"
281281
},
282-
"gitRevision": "ea8ff970b5f2c227534ed91f76f4077b0a81bc59",
283-
"publishISODate": "2023-10-17T00:00:00.000Z",
284-
"generatedSubtitle": "W3C Editor's Draft 17 October 2023"
282+
"gitRevision": "cad2a2359d083b56de2b6e990124cf9a72340061",
283+
"publishISODate": "2023-11-02T00:00:00.000Z",
284+
"generatedSubtitle": "W3C Editor's Draft 02 November 2023"
285285
}</script>
286286
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head><body data-cite="WEBIDL CSSOM-VIEW GEOMETRY-1 fileapi HTML INFRA URL WEBIDL DOM FETCH" class="h-entry"><div class="head">
287287
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
288288
</a></p>
289289
<h1 id="title" class="title">WebDriver</h1>
290-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2023-10-17">17 October 2023</time></p>
290+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2023-11-02">02 November 2023</time></p>
291291
<details open="">
292292
<summary>More details about this document</summary>
293293
<dl>
@@ -9880,8 +9880,9 @@ <h1 id="title" class="title">WebDriver</h1>
98809880
<tr><td><code>"\uE009"</code></td><td><code></code></td><td><code>"ControlLeft"</code></td></tr>
98819881
<tr><td><code>"\uE051"</code></td><td><code></code></td><td><code>"ControlRight"</code></td></tr>
98829882
<tr><td><code>"\uE006"</code></td><td><code></code></td><td><code>"Enter"</code></td></tr>
9883-
<tr><td><code>"\uE03D"</code></td><td><code></code></td><td><code>"OSLeft"</code></td></tr>
9884-
<tr><td><code>"\uE053"</code></td><td><code></code></td><td><code>"OSRight"</code></td></tr>
9883+
<tr><td><code>"\uE00B"</code></td><td><code></code></td><td><code>"Pause"</code></td></tr>
9884+
<tr><td><code>"\uE03D"</code></td><td><code></code></td><td><code>"MetaLeft"</code></td></tr>
9885+
<tr><td><code>"\uE053"</code></td><td><code></code></td><td><code>"MetaRight"</code></td></tr>
98859886
<tr><td><code>"\uE008"</code></td><td><code></code></td><td><code>"ShiftLeft"</code></td></tr>
98869887
<tr><td><code>"\uE050"</code></td><td><code></code></td><td><code>"ShiftRight"</code></td></tr>
98879888
<tr><td><code>" "</code></td><td><code>"\uE00D"</code></td><td><code>"Space"</code></td></tr>
@@ -9910,6 +9911,7 @@ <h1 id="title" class="title">WebDriver</h1>
99109911
<tr><td><code>"\uE03A"</code></td><td><code></code></td><td><code>"F10"</code></td></tr>
99119912
<tr><td><code>"\uE03B"</code></td><td><code></code></td><td><code>"F11"</code></td></tr>
99129913
<tr><td><code>"\uE03C"</code></td><td><code></code></td><td><code>"F12"</code></td></tr>
9914+
<tr><td><code>"\uE019"</code></td><td><code></code></td><td><code>"NumpadEqual"</code></td></tr>
99139915
<tr><td><code>"\uE01A"</code></td><td><code>"\uE05C"</code></td><td><code>"Numpad0"</code></td></tr>
99149916
<tr><td><code>"\uE01B"</code></td><td><code>"\uE056"</code></td><td><code>"Numpad1"</code></td></tr>
99159917
<tr><td><code>"\uE01C"</code></td><td><code>"\uE05B"</code></td><td><code>"Numpad2"</code></td></tr>
@@ -9944,6 +9946,7 @@ <h1 id="title" class="title">WebDriver</h1>
99449946
<tr><td><code>\uE008</code></td><td>Left Shift</td><td><code>1</code></td></tr>
99459947
<tr><td><code>\uE009</code></td><td>Left Control</td><td><code>1</code></td></tr>
99469948
<tr><td><code>\uE00A</code></td><td>Left Alt</td><td><code>1</code></td></tr>
9949+
<tr><td><code>\uE019</code></td><td>Numpad =</td><td><code>3</code></td></tr>
99479950
<tr><td><code>\uE01A</code></td><td>Numpad 0</td><td><code>3</code></td></tr>
99489951
<tr><td><code>\uE01B</code></td><td>Numpad 1</td><td><code>3</code></td></tr>
99499952
<tr><td><code>\uE01C</code></td><td>Numpad 2</td><td><code>3</code></td></tr>
@@ -13697,7 +13700,7 @@ <h1 id="title" class="title">WebDriver</h1>
1369713700
<dl class="bibliography"><dt id="bib-accname-1.1">[accname-1.1]</dt><dd>
1369813701
<a href="https://www.w3.org/TR/accname-1.1/"><cite>Accessible Name and Description Computation 1.1</cite></a>. Joanmarie Diggs; Bryan Garaventa; Michael Cooper. W3C. 18 December 2018. W3C Recommendation. URL: <a href="https://www.w3.org/TR/accname-1.1/">https://www.w3.org/TR/accname-1.1/</a>
1369913702
</dd><dt id="bib-csp3">[CSP3]</dt><dd>
13700-
<a href="https://www.w3.org/TR/CSP3/"><cite>Content Security Policy Level 3</cite></a>. Mike West; Antonio Sartori. W3C. 20 September 2023. W3C Working Draft. URL: <a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
13703+
<a href="https://www.w3.org/TR/CSP3/"><cite>Content Security Policy Level 3</cite></a>. Mike West; Antonio Sartori. W3C. 30 October 2023. W3C Working Draft. URL: <a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
1370113704
</dd><dt id="bib-css-cascade-4">[CSS-CASCADE-4]</dt><dd>
1370213705
<a href="https://www.w3.org/TR/css-cascade-4/"><cite>CSS Cascading and Inheritance Level 4</cite></a>. Elika Etemad; Tab Atkins Jr.. W3C. 13 January 2022. W3C Candidate Recommendation. URL: <a href="https://www.w3.org/TR/css-cascade-4/">https://www.w3.org/TR/css-cascade-4/</a>
1370313706
</dd><dt id="bib-css-device-adapt">[CSS-DEVICE-ADAPT]</dt><dd>

0 commit comments

Comments
 (0)