Opened 5 months ago
Last modified 5 months ago
#23072 new defect (bug)
Forums should use title to show a hint about accesskeys for <strong>, <em> etc.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | WordPress.org site | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
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)">
Change History (1)
comment:1
SergeyBiryukov — 5 months ago
- Milestone changed from Awaiting Review to WordPress.org
Note: See
TracTickets for help on using
tickets.
