@@ -82402,10 +82402,9 @@ addShortcutKeyLabel(document.getElementById('c'));</code></pre>
82402
82402
<div class="example">
82403
82403
82404
82404
<p>In the following example, the search field is given two possible access keys, "s" and "0" (in
82405
- that order). A user agent on a device with a full keyboard might pick <kbd data-x=""><kbd
82406
- data-x="">Ctrl</kbd> + <kbd data-x="">Alt</kbd> + <kbd data-x="">S</kbd></kbd> as the shortcut
82407
- key, while a user agent on a small device with just a numeric keypad might pick just the plain
82408
- unadorned key <kbd><kbd>0</kbd></kbd>:</p>
82405
+ that order). A user agent on a device with a full keyboard might pick <kbd><kbd>Ctrl</kbd> +
82406
+ <kbd>Alt</kbd> + <kbd>S</kbd></kbd> as the shortcut key, while a user agent on a small device
82407
+ with just a numeric keypad might pick just the plain unadorned key <kbd><kbd>0</kbd></kbd>:</p>
82409
82408
82410
82409
<pre><code class="html"><form action="/search">
82411
82410
<label>Search: <input type="search" name="q" accesskey="s 0"></label>
@@ -139290,8 +139289,8 @@ progress { appearance: auto; }</code></pre>
139290
139289
<pre><code class="js">alert('\u05DC\u05DE\u05D3 HTML \u05D4\u05D9\u05D5\u05DD!')</code></pre>
139291
139290
139292
139291
<p>...would always result in a message reading
139293
- "<bdo lang="" data-x="" dir=rtl>למד LMTH היום!</bdo>"
139294
- (not "<bdo lang="" data-x="" dir=ltr>דמל HTML םויה!</bdo>"),
139292
+ "<bdo lang="" dir=rtl>למד LMTH היום!</bdo>"
139293
+ (not "<bdo lang="" dir=ltr>דמל HTML םויה!</bdo>"),
139295
139294
regardless of the language of the user agent interface or the
139296
139295
direction of the page or any of its elements.</p>
139297
139296
0 commit comments