[html5] r8480 - [e] (0) Prevent a bogus cross-ref in accesskey section. Fixing https://www.w3.or [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 20 12:32:01 PST 2014
Author: ianh
Date: 2014-02-20 12:32:00 -0800 (Thu, 20 Feb 2014)
New Revision: 8480
Modified:
complete.html
index
source
Log:
[e] (0) Prevent a bogus cross-ref in accesskey section.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24727
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-02-20 19:04:57 UTC (rev 8479)
+++ complete.html 2014-02-20 20:32:00 UTC (rev 8480)
@@ -77217,9 +77217,10 @@
<div class=example>
+<!--CLEANUP-->
<p>In the following example, the search field is given two possible access keys, "s" and "0" (in
that order). A user agent on a device with a full keyboard might pick
- <kbd><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd><a href=#the-s-element>S</a></kbd></kbd> as the shortcut key, while a user agent on
+ <kbd title=""><kbd title="">Ctrl</kbd>+<kbd title="">Alt</kbd>+<kbd title="">S</kbd></kbd> as the shortcut key, while a user agent on
a small device with just a numeric keypad might pick just the plain unadorned key
<kbd><kbd>0</kbd></kbd>:</p>
Modified: index
===================================================================
--- index 2014-02-20 19:04:57 UTC (rev 8479)
+++ index 2014-02-20 20:32:00 UTC (rev 8480)
@@ -77217,9 +77217,10 @@
<div class=example>
+<!--CLEANUP-->
<p>In the following example, the search field is given two possible access keys, "s" and "0" (in
that order). A user agent on a device with a full keyboard might pick
- <kbd><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd><a href=#the-s-element>S</a></kbd></kbd> as the shortcut key, while a user agent on
+ <kbd title=""><kbd title="">Ctrl</kbd>+<kbd title="">Alt</kbd>+<kbd title="">S</kbd></kbd> as the shortcut key, while a user agent on
a small device with just a numeric keypad might pick just the plain unadorned key
<kbd><kbd>0</kbd></kbd>:</p>
Modified: source
===================================================================
--- source 2014-02-20 19:04:57 UTC (rev 8479)
+++ source 2014-02-20 20:32:00 UTC (rev 8480)
@@ -86393,9 +86393,10 @@
<div class="example">
+<!--CLEANUP-->
<p>In the following example, the search field is given two possible access keys, "s" and "0" (in
that order). A user agent on a device with a full keyboard might pick
- <kbd><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>S</kbd></kbd> as the shortcut key, while a user agent on
+ <kbd data-x=""><kbd data-x="">Ctrl</kbd>+<kbd data-x="">Alt</kbd>+<kbd data-x="">S</kbd></kbd> as the shortcut key, while a user agent on
a small device with just a numeric keypad might pick just the plain unadorned key
<kbd><kbd>0</kbd></kbd>:</p>
More information about the Commit-Watchers
mailing list