Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: http://svn.whatwg.org/webapps@8480 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 20, 2014
1 parent de62ed4 commit 550f71e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -77217,9 +77217,10 @@ <h4 id=the-accesskey-attribute><span class=secno>8.5.2 </span>The <dfn title=att

<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>

Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -77217,9 +77217,10 @@ addShortcutKeyLabel(document.getElementById('c'));</pre>

<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>

Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -86393,9 +86393,10 @@ addShortcutKeyLabel(document.getElementById('c'));</pre>

<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>

Expand Down

0 comments on commit 550f71e

Please sign in to comment.