[wp-trac] [WordPress Trac] #23072: Forums should use title to show a hint about accesskeys for <strong>, <em> etc.
WordPress Trac
noreply at wordpress.org
Fri Dec 28 21:56:47 UTC 2012
#23072: Forums should use title to show a hint about accesskeys for <strong>, <em>
etc.
-----------------------------+--------------------------------
Reporter: Daedalon | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: WordPress.org site
Version: | Severity: normal
Keywords: |
-----------------------------+--------------------------------
WordPress.org forums should use the HTML title="" attribute to give users
a hint that there are keyboard shortcuts that will help their writing
process. That hint would be displayed when users hover their mouse over
the <strong>, <em> and other buttons.
Current HTML for the <strong> button:
{{{
<input id="ed_strong" class="ed_button" type="button" value="b"
onclick="edInsertTag(edCanvas, 0);" accesskey="b">
}}}
A more user-friendly alternative:
{{{
<input id="ed_strong" class="ed_button" type="button" value="b"
onclick="edInsertTag(edCanvas, 0);" accesskey="b" title="Hint: Press Alt-
Shift-B (and the other variants, Cmd-Shift-B on Macs and what are they)">
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23072>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list